diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/CHANGELOG.md b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/CHANGELOG.md
index 46147de5bf45..e528ee150fd8 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/CHANGELOG.md
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/CHANGELOG.md
@@ -1,14 +1,163 @@
# Release History
-## 1.5.0-beta.4 (Unreleased)
+## 1.5.0-beta.4 (2026-08-26)
-### Features Added
+- Azure Resource Manager CognitiveServices client library for Java. This package contains Microsoft Azure SDK for CognitiveServices Management SDK. Cognitive Services Management Client. Package api-version 2026-07-15-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
### Breaking Changes
-### Bugs Fixed
+#### `models.ConnectionPropertiesV2BasicResource$DefinitionStages` was modified
+
+* `withExistingProject(java.lang.String,java.lang.String,java.lang.String)` was removed in stage 1
+
+#### `models.VmPriority` was modified
+
+* `LOW_PRIORITY` was removed
+
+#### `models.AccountConnections` was modified
+
+* `create(java.lang.String,java.lang.String,java.lang.String)` was removed
+* `update(java.lang.String,java.lang.String,java.lang.String)` was removed
+* `createWithResponse(java.lang.String,java.lang.String,java.lang.String,fluent.models.ConnectionPropertiesV2BasicResourceInner,com.azure.core.util.Context)` was removed
+* `updateWithResponse(java.lang.String,java.lang.String,java.lang.String,models.ConnectionUpdateContent,com.azure.core.util.Context)` was removed
+
+#### `models.ConnectionPropertiesV2BasicResource$Definition` was modified
+
+* `withExistingProject(java.lang.String,java.lang.String,java.lang.String)` was removed
+
+#### `models.Compute$Definition` was modified
+
+* `withRegion(com.azure.core.management.Region)` was removed
+* `withRegion(java.lang.String)` was removed
+
+#### `models.ProjectConnections` was modified
+
+* `getByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed
+* `deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed
+* `getById(java.lang.String)` was removed
+* `define(java.lang.String)` was removed
+* `deleteById(java.lang.String)` was removed
+
+#### `models.Compute` was modified
+
+* `regionName()` was removed
+* `location()` was removed
+* `region()` was removed
+
+### Features Added
+
+* `models.ArcDeployment$UpdateStages` was added
+
+* `models.ArcDeploymentRuntime` was added
+
+* `models.ArcDeployment$Definition` was added
+
+* `models.ArcDeployment$DefinitionStages` was added
+
+* `models.ArcDeployment` was added
+
+* `models.ArcDeploymentUpdate` was added
+
+* `models.AgentHostingType` was added
+
+* `models.ArcDeploymentPatchKubernetesResources` was added
+
+* `models.ArcDeploymentVllmParameters` was added
+
+* `models.ArcDeploymentSkuName` was added
+
+* `models.ArcDeploymentProvisioningDetails` was added
+
+* `models.ArcDeploymentKubernetesResources` was added
+
+* `models.ArcDeploymentUpdateProperties` was added
+
+* `models.CapabilitySettings` was added
+
+* `models.ArcDeploymentCpuMemoryResourceRequirements` was added
+
+* `models.ArcDeployment$Update` was added
+
+* `models.ArcDeployments` was added
+
+* `models.ArcDeploymentComputeType` was added
+
+* `models.ArcDeploymentModel` was added
+
+* `models.AgentHostingConfiguration` was added
+
+* `models.ArcDeploymentProperties` was added
+
+* `models.ArcDeploymentPatchCpuMemoryResourceRequirements` was added
+
+* `models.ManagedClusterAgentHostingConfiguration` was added
+
+* `models.ArcDeploymentSku` was added
+
+* `models.ArcDeploymentResourceRequirements` was added
+
+#### `models.VmPriority` was modified
+
+* `SPOT` was added
+
+#### `models.AccountConnections` was modified
+
+* `deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was added
+* `getById(java.lang.String)` was added
+* `define(java.lang.String)` was added
+* `getByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was added
+* `deleteById(java.lang.String)` was added
+
+#### `models.ConnectionPropertiesV2BasicResource$Definition` was modified
+
+* `withExistingAccount(java.lang.String,java.lang.String)` was added
+
+#### `CognitiveServicesManager` was modified
+
+* `arcDeployments()` was added
+
+#### `models.ComputeProperties` was modified
+
+* `withLocation(java.lang.String)` was added
+* `location()` was added
+
+#### `models.ProjectProperties` was modified
+
+* `capabilitySettings()` was added
+* `withCapabilitySettings(models.CapabilitySettings)` was added
+
+#### `models.DeploymentProperties` was modified
+
+* `contextCacheContainerId()` was added
+* `withContextCacheContainerId(java.lang.String)` was added
+
+#### `models.ProvisioningState` was modified
+
+* `EXTENSION_UNREACHABLE` was added
+
+#### `models.ProjectConnections` was modified
+
+* `update(java.lang.String,java.lang.String,java.lang.String,java.lang.String)` was added
+* `create(java.lang.String,java.lang.String,java.lang.String,java.lang.String)` was added
+* `createWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,fluent.models.ConnectionPropertiesV2BasicResourceInner,com.azure.core.util.Context)` was added
+* `updateWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,models.ConnectionUpdateContent,com.azure.core.util.Context)` was added
+
+#### `models.ContainerInstanceComputeProperties` was modified
+
+* `withLocation(java.lang.String)` was added
+
+#### `models.AccountProperties` was modified
+
+* `agentHostingConfigurations()` was added
+* `withAgentHostingConfigurations(java.util.List)` was added
+* `withCapabilitySettings(models.CapabilitySettings)` was added
+* `capabilitySettings()` was added
+* `a365LoggingEnabled()` was added
+* `withA365LoggingEnabled(java.lang.Boolean)` was added
+
+#### `models.ClusterComputeProperties` was modified
-### Other Changes
+* `withLocation(java.lang.String)` was added
## 1.5.0-beta.3 (2026-06-26)
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/README.md b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/README.md
index 6984bcf15139..e29ec4810a34 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/README.md
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/README.md
@@ -2,7 +2,7 @@
Azure Resource Manager CognitiveServices client library for Java.
-This package contains Microsoft Azure SDK for CognitiveServices Management SDK. Cognitive Services Management Client. Package api-version 2026-05-15-preview. 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 CognitiveServices Management SDK. Cognitive Services Management Client. Package api-version 2026-07-15-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-cognitiveservices
- 1.5.0-beta.3
+ 1.5.0-beta.4
```
[//]: # ({x-version-update-end})
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/SAMPLE.md b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/SAMPLE.md
index 2116f99d9304..26e075361620 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/SAMPLE.md
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/SAMPLE.md
@@ -50,6 +50,14 @@
- [Start](#agentdeployments_start)
- [Stop](#agentdeployments_stop)
+## ArcDeployments
+
+- [CreateOrUpdate](#arcdeployments_createorupdate)
+- [Delete](#arcdeployments_delete)
+- [Get](#arcdeployments_get)
+- [List](#arcdeployments_list)
+- [Update](#arcdeployments_update)
+
## CommitmentPlans
- [CreateOrUpdate](#commitmentplans_createorupdate)
@@ -84,7 +92,6 @@
- [Restart](#computes_restart)
- [Start](#computes_start)
- [Stop](#computes_stop)
-- [Update](#computes_update)
## DefenderForAISettings
@@ -315,7 +322,7 @@ import com.azure.resourcemanager.cognitiveservices.models.CapabilityHostProperti
*/
public final class AccountCapabilityHostsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountCapabilityHost/createOrUpdate.json
+ * x-ms-original-file: 2026-07-15-preview/AccountCapabilityHost/createOrUpdate.json
*/
/**
* Sample code: CreateOrUpdate Account CapabilityHost.
@@ -343,7 +350,7 @@ public final class AccountCapabilityHostsCreateOrUpdateSamples {
*/
public final class AccountCapabilityHostsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountCapabilityHost/delete.json
+ * x-ms-original-file: 2026-07-15-preview/AccountCapabilityHost/delete.json
*/
/**
* Sample code: Delete Account CapabilityHost.
@@ -366,7 +373,7 @@ public final class AccountCapabilityHostsDeleteSamples {
*/
public final class AccountCapabilityHostsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountCapabilityHost/get.json
+ * x-ms-original-file: 2026-07-15-preview/AccountCapabilityHost/get.json
*/
/**
* Sample code: Get Account CapabilityHost.
@@ -389,7 +396,7 @@ public final class AccountCapabilityHostsGetSamples {
*/
public final class AccountCapabilityHostsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountCapabilityHost/list.json
+ * x-ms-original-file: 2026-07-15-preview/AccountCapabilityHost/list.json
*/
/**
* Sample code: List Account CapabilityHosts.
@@ -406,7 +413,6 @@ public final class AccountCapabilityHostsListSamples {
### AccountConnections_Create
```java
-import com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory;
import com.azure.resourcemanager.cognitiveservices.models.NoneAuthTypeConnectionProperties;
import java.time.OffsetDateTime;
@@ -416,7 +422,7 @@ import java.time.OffsetDateTime;
*/
public final class AccountConnectionsCreateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/create.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/create.json
*/
/**
* Sample code: CreateAccountConnection.
@@ -426,12 +432,12 @@ public final class AccountConnectionsCreateSamples {
public static void
createAccountConnection(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
manager.accountConnections()
- .createWithResponse("resourceGroup-1", "account-1", "connection-1",
- new ConnectionPropertiesV2BasicResourceInner().withProperties(
- new NoneAuthTypeConnectionProperties().withCategory(ConnectionCategory.CONTAINER_REGISTRY)
- .withExpiryTime(OffsetDateTime.parse("2024-03-15T14:30:00Z"))
- .withTarget("[target url]")),
- com.azure.core.util.Context.NONE);
+ .define("connection-1")
+ .withExistingAccount("resourceGroup-1", "account-1")
+ .withProperties(new NoneAuthTypeConnectionProperties().withCategory(ConnectionCategory.CONTAINER_REGISTRY)
+ .withExpiryTime(OffsetDateTime.parse("2024-03-15T14:30:00Z"))
+ .withTarget("[target url]"))
+ .create();
}
}
```
@@ -444,7 +450,7 @@ public final class AccountConnectionsCreateSamples {
*/
public final class AccountConnectionsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/delete.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/delete.json
*/
/**
* Sample code: DeleteAccountConnection.
@@ -467,7 +473,7 @@ public final class AccountConnectionsDeleteSamples {
*/
public final class AccountConnectionsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/get.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/get.json
*/
/**
* Sample code: GetAccountConnection.
@@ -490,7 +496,7 @@ public final class AccountConnectionsGetSamples {
*/
public final class AccountConnectionsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/list.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/list.json
*/
/**
* Sample code: ListAccountConnections.
@@ -512,7 +518,7 @@ public final class AccountConnectionsListSamples {
import com.azure.resourcemanager.cognitiveservices.models.AccessKeyAuthTypeConnectionProperties;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionAccessKey;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory;
-import com.azure.resourcemanager.cognitiveservices.models.ConnectionUpdateContent;
+import com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2BasicResource;
import java.time.OffsetDateTime;
import java.util.HashMap;
import java.util.Map;
@@ -522,7 +528,7 @@ import java.util.Map;
*/
public final class AccountConnectionsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/update.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/update.json
*/
/**
* Sample code: UpdateAccountConnection.
@@ -531,16 +537,17 @@ public final class AccountConnectionsUpdateSamples {
*/
public static void
updateAccountConnection(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
- manager.accountConnections()
- .updateWithResponse("test-rg", "account-1", "connection-1",
- new ConnectionUpdateContent().withProperties(
- new AccessKeyAuthTypeConnectionProperties().withCategory(ConnectionCategory.ADLSGEN2)
- .withExpiryTime(OffsetDateTime.parse("2020-01-01T00:00:00Z"))
- .withMetadata(mapOf())
- .withTarget("some_string")
- .withCredentials(new ConnectionAccessKey().withAccessKeyId("fakeTokenPlaceholder")
- .withSecretAccessKey("fakeTokenPlaceholder"))),
- com.azure.core.util.Context.NONE);
+ ConnectionPropertiesV2BasicResource resource = manager.accountConnections()
+ .getWithResponse("test-rg", "account-1", "connection-1", com.azure.core.util.Context.NONE)
+ .getValue();
+ resource.update()
+ .withProperties(new AccessKeyAuthTypeConnectionProperties().withCategory(ConnectionCategory.ADLSGEN2)
+ .withExpiryTime(OffsetDateTime.parse("2020-01-01T00:00:00Z"))
+ .withMetadata(mapOf())
+ .withTarget("some_string")
+ .withCredentials(new ConnectionAccessKey().withAccessKeyId("fakeTokenPlaceholder")
+ .withSecretAccessKey("fakeTokenPlaceholder")))
+ .apply();
}
// Use "Map.of" if available
@@ -561,21 +568,26 @@ public final class AccountConnectionsUpdateSamples {
```java
import com.azure.resourcemanager.cognitiveservices.models.AccountProperties;
+import com.azure.resourcemanager.cognitiveservices.models.CapabilitySettings;
import com.azure.resourcemanager.cognitiveservices.models.Encryption;
import com.azure.resourcemanager.cognitiveservices.models.Identity;
import com.azure.resourcemanager.cognitiveservices.models.KeySource;
import com.azure.resourcemanager.cognitiveservices.models.KeyVaultProperties;
+import com.azure.resourcemanager.cognitiveservices.models.ManagedClusterAgentHostingConfiguration;
import com.azure.resourcemanager.cognitiveservices.models.ResourceIdentityType;
import com.azure.resourcemanager.cognitiveservices.models.Sku;
+import com.azure.resourcemanager.cognitiveservices.models.UserAssignedIdentity;
import com.azure.resourcemanager.cognitiveservices.models.UserOwnedStorage;
import java.util.Arrays;
+import java.util.HashMap;
+import java.util.Map;
/**
* Samples for Accounts Create.
*/
public final class AccountsCreateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateAccountMin.json
+ * x-ms-original-file: 2026-07-15-preview/CreateAccountMin.json
*/
/**
* Sample code: Create Account Min.
@@ -595,7 +607,7 @@ public final class AccountsCreateSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/CreateAccount.json
+ * x-ms-original-file: 2026-07-15-preview/CreateAccount.json
*/
/**
* Sample code: Create Account.
@@ -613,12 +625,63 @@ public final class AccountsCreateSamples {
.withKeyVersion("fakeTokenPlaceholder")
.withKeyVaultUri("fakeTokenPlaceholder")).withKeySource(KeySource.MICROSOFT_KEY_VAULT))
.withUserOwnedStorage(Arrays.asList(new UserOwnedStorage().withResourceId(
- "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount"))))
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount")))
+ .withCapabilitySettings(new CapabilitySettings().withDocumentStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/myCosmosAccount")
+ .withVectorStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Search/searchServices/mySearchService")
+ .withBlobStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount")))
.withKind("Emotion")
.withSku(new Sku().withName("S0"))
.withIdentity(new Identity().withType(ResourceIdentityType.SYSTEM_ASSIGNED))
.create();
}
+
+ /*
+ * x-ms-original-file: 2026-07-15-preview/CreateAccountWithAgentHostingConfiguration.json
+ */
+ /**
+ * Sample code: Create a Foundry account with customer-owned AKS hosting.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void createAFoundryAccountWithCustomerOwnedAKSHosting(
+ com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.accounts()
+ .define("foundryByocAccount")
+ .withExistingResourceGroup("myResourceGroup")
+ .withRegion("West US")
+ .withProperties(new AccountProperties().withAgentHostingConfigurations(
+ Arrays.asList(new ManagedClusterAgentHostingConfiguration().withName("default")
+ .withHostingManagementIdentityResourceId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/account-control-plane")
+ .withWorkloadIdentityResourceId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/aks-workload")
+ .withClusterResourceId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/managedClusters/cluster1")
+ .withStorageAccountResourceId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/storage1"))))
+ .withKind("AIServices")
+ .withSku(new Sku().withName("S0"))
+ .withIdentity(new Identity().withType(ResourceIdentityType.USER_ASSIGNED)
+ .withUserAssignedIdentities(mapOf(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/account-control-plane",
+ new UserAssignedIdentity())))
+ .create();
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
}
```
@@ -630,7 +693,7 @@ public final class AccountsCreateSamples {
*/
public final class AccountsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteAccount.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteAccount.json
*/
/**
* Sample code: Delete Account.
@@ -657,7 +720,7 @@ import java.util.Arrays;
*/
public final class AccountsEvaluateDeploymentPoliciesSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/EvaluateDeploymentPolicies.json
+ * x-ms-original-file: 2026-07-15-preview/EvaluateDeploymentPolicies.json
*/
/**
* Sample code: EvaluateDeploymentPolicies.
@@ -692,7 +755,7 @@ public final class AccountsEvaluateDeploymentPoliciesSamples {
*/
public final class AccountsGetByResourceGroupSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetAccount.json
+ * x-ms-original-file: 2026-07-15-preview/GetAccount.json
*/
/**
* Sample code: Get Account.
@@ -714,7 +777,7 @@ public final class AccountsGetByResourceGroupSamples {
*/
public final class AccountsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListAccountsBySubscription.json
+ * x-ms-original-file: 2026-07-15-preview/ListAccountsBySubscription.json
*/
/**
* Sample code: List Accounts by Subscription.
@@ -736,7 +799,7 @@ public final class AccountsListSamples {
*/
public final class AccountsListByResourceGroupSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListAccountsByResourceGroup.json
+ * x-ms-original-file: 2026-07-15-preview/ListAccountsByResourceGroup.json
*/
/**
* Sample code: List Accounts by Resource Group.
@@ -758,7 +821,7 @@ public final class AccountsListByResourceGroupSamples {
*/
public final class AccountsListKeysSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListKeys.json
+ * x-ms-original-file: 2026-07-15-preview/ListKeys.json
*/
/**
* Sample code: List Keys.
@@ -779,7 +842,7 @@ public final class AccountsListKeysSamples {
*/
public final class AccountsListModelsSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListAccountModels.json
+ * x-ms-original-file: 2026-07-15-preview/ListAccountModels.json
*/
/**
* Sample code: List AccountModels.
@@ -800,7 +863,7 @@ public final class AccountsListModelsSamples {
*/
public final class AccountsListSkusSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListSkus.json
+ * x-ms-original-file: 2026-07-15-preview/ListSkus.json
*/
/**
* Sample code: List SKUs.
@@ -821,7 +884,7 @@ public final class AccountsListSkusSamples {
*/
public final class AccountsListUsagesSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetUsages.json
+ * x-ms-original-file: 2026-07-15-preview/GetUsages.json
*/
/**
* Sample code: Get Usages.
@@ -834,7 +897,7 @@ public final class AccountsListUsagesSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetUsagesClassicScope.json
+ * x-ms-original-file: 2026-07-15-preview/GetUsagesClassicScope.json
*/
/**
* Sample code: Get Usages Classic Scope.
@@ -848,7 +911,7 @@ public final class AccountsListUsagesSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetUsagesDataZoneScope.json
+ * x-ms-original-file: 2026-07-15-preview/GetUsagesDataZoneScope.json
*/
/**
* Sample code: Get Usages DataZone Scope.
@@ -862,7 +925,7 @@ public final class AccountsListUsagesSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetUsagesGlobalScope.json
+ * x-ms-original-file: 2026-07-15-preview/GetUsagesGlobalScope.json
*/
/**
* Sample code: Get Usages Global Scope.
@@ -888,7 +951,7 @@ import com.azure.resourcemanager.cognitiveservices.models.RegenerateKeyParameter
*/
public final class AccountsRegenerateKeySamples {
/*
- * x-ms-original-file: 2026-05-15-preview/RegenerateKey.json
+ * x-ms-original-file: 2026-07-15-preview/RegenerateKey.json
*/
/**
* Sample code: Regenerate Keys.
@@ -914,7 +977,7 @@ import com.azure.resourcemanager.cognitiveservices.models.Sku;
*/
public final class AccountsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateAccount.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateAccount.json
*/
/**
* Sample code: Update Account.
@@ -942,7 +1005,7 @@ import java.util.Map;
*/
public final class AgentApplicationsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/createOrUpdate.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/createOrUpdate.json
*/
/**
* Sample code: Create or Update Account Agent Application.
@@ -983,7 +1046,7 @@ public final class AgentApplicationsCreateOrUpdateSamples {
*/
public final class AgentApplicationsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/delete.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/delete.json
*/
/**
* Sample code: Delete Account Agent Application.
@@ -1007,7 +1070,7 @@ public final class AgentApplicationsDeleteSamples {
*/
public final class AgentApplicationsDisableSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/disable.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/disable.json
*/
/**
* Sample code: Disable Agent Application.
@@ -1031,7 +1094,7 @@ public final class AgentApplicationsDisableSamples {
*/
public final class AgentApplicationsEnableSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/enable.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/enable.json
*/
/**
* Sample code: Enable Agent Application.
@@ -1055,7 +1118,7 @@ public final class AgentApplicationsEnableSamples {
*/
public final class AgentApplicationsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/get.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/get.json
*/
/**
* Sample code: Get Account Agent Application.
@@ -1081,7 +1144,7 @@ import java.util.Arrays;
*/
public final class AgentApplicationsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/list.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/list.json
*/
/**
* Sample code: List Account Agent Applications.
@@ -1105,7 +1168,7 @@ public final class AgentApplicationsListSamples {
*/
public final class AgentApplicationsListAgentsSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/listAgents.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/listAgents.json
*/
/**
* Sample code: List Agents for Agent Application.
@@ -1136,7 +1199,7 @@ import java.util.Arrays;
*/
public final class AgentDeploymentsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/createOrUpdate.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/createOrUpdate.json
*/
/**
* Sample code: Create or Update Agent Deployment.
@@ -1168,7 +1231,7 @@ public final class AgentDeploymentsCreateOrUpdateSamples {
*/
public final class AgentDeploymentsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/delete.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/delete.json
*/
/**
* Sample code: Delete Agent Deployment.
@@ -1192,7 +1255,7 @@ public final class AgentDeploymentsDeleteSamples {
*/
public final class AgentDeploymentsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/get.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/get.json
*/
/**
* Sample code: Get Agent Deployment.
@@ -1217,7 +1280,7 @@ public final class AgentDeploymentsGetSamples {
*/
public final class AgentDeploymentsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/list.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/list.json
*/
/**
* Sample code: List Agent Deployments.
@@ -1241,7 +1304,7 @@ public final class AgentDeploymentsListSamples {
*/
public final class AgentDeploymentsStartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/start.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/start.json
*/
/**
* Sample code: Start Agent Deployment.
@@ -1265,7 +1328,7 @@ public final class AgentDeploymentsStartSamples {
*/
public final class AgentDeploymentsStopSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/stop.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/stop.json
*/
/**
* Sample code: Stop Agent Deployment.
@@ -1281,6 +1344,215 @@ public final class AgentDeploymentsStopSamples {
}
```
+### ArcDeployments_CreateOrUpdate
+
+```java
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentComputeType;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentModel;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentProperties;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentRuntime;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSku;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSkuName;
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * Samples for ArcDeployments CreateOrUpdate.
+ */
+public final class ArcDeploymentsCreateOrUpdateSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateArcDeployment.json
+ */
+ /**
+ * Sample code: CreateOrUpdateArcDeployment.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void
+ createOrUpdateArcDeployment(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments()
+ .define("phi-3-arc")
+ .withExistingAccount("resourceGroupName", "accountName")
+ .withProperties(new ArcDeploymentProperties()
+ .withModel(new ArcDeploymentModel().withFormat("OpenAI").withName("phi-3-mini"))
+ .withExtensionId(
+ "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroupName/providers/Microsoft.Kubernetes/connectedClusters/edge-cluster/providers/Microsoft.KubernetesConfiguration/extensions/inference-operator")
+ .withRuntime(ArcDeploymentRuntime.ONNX)
+ .withCompute(ArcDeploymentComputeType.CPU)
+ .withReplicas(2)
+ .withResources(new ArcDeploymentKubernetesResources()
+ .withRequests(new ArcDeploymentCpuMemoryResourceRequirements().withCpu("8").withMemory("16Gi"))
+ .withLimits(new ArcDeploymentResourceRequirements().withCpu("8").withMemory("16Gi")))
+ .withNodeSelector(mapOf("agentpool", "cpu")))
+ .withSku(new ArcDeploymentSku().withName(ArcDeploymentSkuName.ARC))
+ .create();
+ }
+
+ /*
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateArcDeploymentWithTemplate.json
+ */
+ /**
+ * Sample code: CreateOrUpdateArcDeploymentWithTemplate.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void createOrUpdateArcDeploymentWithTemplate(
+ com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments()
+ .define("qwen-template-arc")
+ .withExistingAccount("resourceGroupName", "accountName")
+ .withProperties(new ArcDeploymentProperties()
+ .withModel(new ArcDeploymentModel().withFormat("OpenAI").withName("qwen3"))
+ .withExtensionId(
+ "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroupName/providers/Microsoft.Kubernetes/connectedClusters/edge-cluster/providers/Microsoft.KubernetesConfiguration/extensions/inference-operator")
+ .withRuntime(ArcDeploymentRuntime.VLLM)
+ .withCompute(ArcDeploymentComputeType.GPU)
+ .withDeploymentTemplate(
+ "azureml://registries/azureml-openai-oss/deploymenttemplates/vllm-qwen--qwen3-5-0-8b/versions/1")
+ .withReplicas(2)
+ .withResources(new ArcDeploymentKubernetesResources()
+ .withLimits(new ArcDeploymentResourceRequirements().withGpu(5)))
+ .withNodeSelector(mapOf("agentpool", "a100")))
+ .withSku(new ArcDeploymentSku().withName(ArcDeploymentSkuName.ARC))
+ .create();
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
+}
+```
+
+### ArcDeployments_Delete
+
+```java
+/**
+ * Samples for ArcDeployments Delete.
+ */
+public final class ArcDeploymentsDeleteSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/DeleteArcDeployment.json
+ */
+ /**
+ * Sample code: DeleteArcDeployment.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void
+ deleteArcDeployment(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments()
+ .delete("resourceGroupName", "accountName", "phi-3-arc", com.azure.core.util.Context.NONE);
+ }
+}
+```
+
+### ArcDeployments_Get
+
+```java
+/**
+ * Samples for ArcDeployments Get.
+ */
+public final class ArcDeploymentsGetSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/GetArcDeployment.json
+ */
+ /**
+ * Sample code: GetArcDeployment.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void getArcDeployment(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments()
+ .getWithResponse("resourceGroupName", "accountName", "qwen-template-arc", com.azure.core.util.Context.NONE);
+ }
+}
+```
+
+### ArcDeployments_List
+
+```java
+/**
+ * Samples for ArcDeployments List.
+ */
+public final class ArcDeploymentsListSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/ListArcDeployments.json
+ */
+ /**
+ * Sample code: ListArcDeployments.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void
+ listArcDeployments(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments().list("resourceGroupName", "accountName", com.azure.core.util.Context.NONE);
+ }
+}
+```
+
+### ArcDeployments_Update
+
+```java
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeployment;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdateProperties;
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * Samples for ArcDeployments Update.
+ */
+public final class ArcDeploymentsUpdateSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/UpdateArcDeployment.json
+ */
+ /**
+ * Sample code: UpdateArcDeployment.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void
+ updateArcDeployment(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ ArcDeployment resource = manager.arcDeployments()
+ .getWithResponse("resourceGroupName", "accountName", "phi-3-arc", com.azure.core.util.Context.NONE)
+ .getValue();
+ resource.update()
+ .withProperties(new ArcDeploymentUpdateProperties().withReplicas(3)
+ .withResources(new ArcDeploymentPatchKubernetesResources()
+ .withRequests(
+ new ArcDeploymentPatchCpuMemoryResourceRequirements().withCpu("500m").withMemory("2Gi"))
+ .withLimits(new ArcDeploymentResourceRequirements().withCpu("4").withMemory("16Gi")))
+ .withNodeSelector(mapOf("agentpool", "cpu")))
+ .apply();
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
+}
+```
+
### CommitmentPlans_CreateOrUpdate
```java
@@ -1294,7 +1566,7 @@ import com.azure.resourcemanager.cognitiveservices.models.HostingModel;
*/
public final class CommitmentPlansCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/PutCommitmentPlan.json
*/
/**
* Sample code: PutCommitmentPlan.
@@ -1322,7 +1594,7 @@ public final class CommitmentPlansCreateOrUpdateSamples {
*/
public final class CommitmentPlansCreateOrUpdateAssociationSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateSharedCommitmentPlanAssociation.json
+ * x-ms-original-file: 2026-07-15-preview/CreateSharedCommitmentPlanAssociation.json
*/
/**
* Sample code: PutCommitmentPlan.
@@ -1353,7 +1625,7 @@ import com.azure.resourcemanager.cognitiveservices.models.Sku;
*/
public final class CommitmentPlansCreateOrUpdatePlanSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateSharedCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/CreateSharedCommitmentPlan.json
*/
/**
* Sample code: Create Commitment Plan.
@@ -1385,7 +1657,7 @@ public final class CommitmentPlansCreateOrUpdatePlanSamples {
*/
public final class CommitmentPlansDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteCommitmentPlan.json
*/
/**
* Sample code: DeleteCommitmentPlan.
@@ -1408,7 +1680,7 @@ public final class CommitmentPlansDeleteSamples {
*/
public final class CommitmentPlansDeleteAssociationSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteSharedCommitmentPlanAssociation.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteSharedCommitmentPlanAssociation.json
*/
/**
* Sample code: DeleteCommitmentPlan.
@@ -1432,7 +1704,7 @@ public final class CommitmentPlansDeleteAssociationSamples {
*/
public final class CommitmentPlansDeletePlanSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteSharedCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteSharedCommitmentPlan.json
*/
/**
* Sample code: Delete Commitment Plan.
@@ -1455,7 +1727,7 @@ public final class CommitmentPlansDeletePlanSamples {
*/
public final class CommitmentPlansGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/GetCommitmentPlan.json
*/
/**
* Sample code: GetCommitmentPlan.
@@ -1478,7 +1750,7 @@ public final class CommitmentPlansGetSamples {
*/
public final class CommitmentPlansGetAssociationSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetSharedCommitmentPlanAssociation.json
+ * x-ms-original-file: 2026-07-15-preview/GetSharedCommitmentPlanAssociation.json
*/
/**
* Sample code: GetCommitmentPlan.
@@ -1501,7 +1773,7 @@ public final class CommitmentPlansGetAssociationSamples {
*/
public final class CommitmentPlansGetByResourceGroupSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetSharedCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/GetSharedCommitmentPlan.json
*/
/**
* Sample code: Get Commitment Plan.
@@ -1524,7 +1796,7 @@ public final class CommitmentPlansGetByResourceGroupSamples {
*/
public final class CommitmentPlansListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListCommitmentPlans.json
+ * x-ms-original-file: 2026-07-15-preview/ListCommitmentPlans.json
*/
/**
* Sample code: ListCommitmentPlans.
@@ -1546,7 +1818,7 @@ public final class CommitmentPlansListSamples {
*/
public final class CommitmentPlansListAssociationsSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListSharedCommitmentPlanAssociations.json
+ * x-ms-original-file: 2026-07-15-preview/ListSharedCommitmentPlanAssociations.json
*/
/**
* Sample code: ListCommitmentPlans.
@@ -1569,7 +1841,7 @@ public final class CommitmentPlansListAssociationsSamples {
*/
public final class CommitmentPlansListByResourceGroupSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListSharedCommitmentPlansByResourceGroup.json
+ * x-ms-original-file: 2026-07-15-preview/ListSharedCommitmentPlansByResourceGroup.json
*/
/**
* Sample code: List Commitment Plans by Resource Group.
@@ -1591,7 +1863,7 @@ public final class CommitmentPlansListByResourceGroupSamples {
*/
public final class CommitmentPlansListPlansBySubscriptionSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListSharedCommitmentPlansBySubscription.json
+ * x-ms-original-file: 2026-07-15-preview/ListSharedCommitmentPlansBySubscription.json
*/
/**
* Sample code: List Accounts by Subscription.
@@ -1617,7 +1889,7 @@ import java.util.Map;
*/
public final class CommitmentPlansUpdatePlanSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateSharedCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateSharedCommitmentPlan.json
*/
/**
* Sample code: Create Commitment Plan.
@@ -1654,7 +1926,7 @@ public final class CommitmentPlansUpdatePlanSamples {
*/
public final class CommitmentTiersListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListCommitmentTiers.json
+ * x-ms-original-file: 2026-07-15-preview/ListCommitmentTiers.json
*/
/**
* Sample code: ListCommitmentTiers.
@@ -1676,7 +1948,7 @@ public final class CommitmentTiersListSamples {
*/
public final class ComputeOperationsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetComputeOperationStatus.json
+ * x-ms-original-file: 2026-07-15-preview/GetComputeOperationStatus.json
*/
/**
* Sample code: GetComputeOperationStatus.
@@ -1711,7 +1983,7 @@ import java.util.Map;
*/
public final class ComputesCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/PutContainerInstanceCompute.json
*/
/**
* Sample code: PutContainerInstanceCompute.
@@ -1723,12 +1995,12 @@ public final class ComputesCreateOrUpdateSamples {
manager.computes()
.define("myContainerInstance")
.withExistingAccount("rgcognitiveservices", "myAccount")
- .withProperties(new ContainerInstanceComputeProperties().withTargetClusterId(
- "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rgcognitiveservices/providers/Microsoft.CognitiveServices/accounts/myAccount/computes/myCluster")
+ .withProperties(new ContainerInstanceComputeProperties().withLocation("eastus")
+ .withTargetClusterId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rgcognitiveservices/providers/Microsoft.CognitiveServices/accounts/myAccount/computes/myCluster")
.withImageLink("mcr.microsoft.com/azureml/curated/pytorch-gpu:latest")
.withIdleTimeBeforeShutdown("PT30M")
.withSshSettings(new SshSettings().withSshPublicKey("fakeTokenPlaceholder").withAdminEnabled(true)))
- .withRegion("eastus")
.withIdentity(new Identity().withType(ResourceIdentityType.USER_ASSIGNED)
.withUserAssignedIdentities(mapOf(
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rgcognitiveservices/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myIdentity",
@@ -1737,7 +2009,7 @@ public final class ComputesCreateOrUpdateSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/PutCompute.json
+ * x-ms-original-file: 2026-07-15-preview/PutCompute.json
*/
/**
* Sample code: PutCompute.
@@ -1748,14 +2020,11 @@ public final class ComputesCreateOrUpdateSamples {
manager.computes()
.define("myCompute")
.withExistingAccount("rgcognitiveservices", "myAccount")
- .withProperties(new ClusterComputeProperties()
+ .withProperties(new ClusterComputeProperties().withLocation("eastus")
.withPools(Arrays.asList(new Pool().withName("default")
.withVmPriority(VmPriority.REGULAR)
.withInstanceType("Standard_DS3_v2")
- .withNodeCount(2)))
- .withSubnetArmId(
- "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rgcognitiveservices/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/default"))
- .withRegion("eastus")
+ .withNodeCount(2))))
.withIdentity(new Identity().withType(ResourceIdentityType.NONE))
.create();
}
@@ -1782,7 +2051,7 @@ public final class ComputesCreateOrUpdateSamples {
*/
public final class ComputesDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteCompute.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteCompute.json
*/
/**
* Sample code: DeleteCompute.
@@ -1803,7 +2072,7 @@ public final class ComputesDeleteSamples {
*/
public final class ComputesGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/GetContainerInstanceCompute.json
*/
/**
* Sample code: GetContainerInstanceCompute.
@@ -1818,7 +2087,7 @@ public final class ComputesGetSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetCompute.json
+ * x-ms-original-file: 2026-07-15-preview/GetCompute.json
*/
/**
* Sample code: GetCompute.
@@ -1840,7 +2109,7 @@ public final class ComputesGetSamples {
*/
public final class ComputesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListComputes.json
+ * x-ms-original-file: 2026-07-15-preview/ListComputes.json
*/
/**
* Sample code: ListComputes.
@@ -1861,7 +2130,7 @@ public final class ComputesListSamples {
*/
public final class ComputesRestartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/RestartContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/RestartContainerInstanceCompute.json
*/
/**
* Sample code: RestartContainerInstanceCompute.
@@ -1884,7 +2153,7 @@ public final class ComputesRestartSamples {
*/
public final class ComputesStartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/StartContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/StartContainerInstanceCompute.json
*/
/**
* Sample code: StartContainerInstanceCompute.
@@ -1907,7 +2176,7 @@ public final class ComputesStartSamples {
*/
public final class ComputesStopSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/StopContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/StopContainerInstanceCompute.json
*/
/**
* Sample code: StopContainerInstanceCompute.
@@ -1922,41 +2191,6 @@ public final class ComputesStopSamples {
}
```
-### Computes_Update
-
-```java
-import com.azure.resourcemanager.cognitiveservices.models.ClusterComputeProperties;
-import com.azure.resourcemanager.cognitiveservices.models.Compute;
-import com.azure.resourcemanager.cognitiveservices.models.Pool;
-import com.azure.resourcemanager.cognitiveservices.models.VmPriority;
-import java.util.Arrays;
-
-/**
- * Samples for Computes Update.
- */
-public final class ComputesUpdateSamples {
- /*
- * x-ms-original-file: 2026-05-15-preview/UpdateCompute.json
- */
- /**
- * Sample code: UpdateCompute.
- *
- * @param manager Entry point to CognitiveServicesManager.
- */
- public static void updateCompute(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
- Compute resource = manager.computes()
- .getWithResponse("rgcognitiveservices", "myAccount", "myCompute", com.azure.core.util.Context.NONE)
- .getValue();
- resource.update()
- .withProperties(new ClusterComputeProperties().withPools(Arrays.asList(new Pool().withName("default")
- .withVmPriority(VmPriority.REGULAR)
- .withInstanceType("Standard_DS3_v2")
- .withNodeCount(4))))
- .apply();
- }
-}
-```
-
### DefenderForAISettings_CreateOrUpdate
```java
@@ -1967,7 +2201,7 @@ import com.azure.resourcemanager.cognitiveservices.models.DefenderForAISettingSt
*/
public final class DefenderForAISettingsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutDefenderForAISetting.json
+ * x-ms-original-file: 2026-07-15-preview/PutDefenderForAISetting.json
*/
/**
* Sample code: PutDefenderForAISetting.
@@ -1993,7 +2227,7 @@ public final class DefenderForAISettingsCreateOrUpdateSamples {
*/
public final class DefenderForAISettingsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetDefenderForAISetting.json
+ * x-ms-original-file: 2026-07-15-preview/GetDefenderForAISetting.json
*/
/**
* Sample code: GetDefenderForAISetting.
@@ -2016,7 +2250,7 @@ public final class DefenderForAISettingsGetSamples {
*/
public final class DefenderForAISettingsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListDefenderForAISetting.json
+ * x-ms-original-file: 2026-07-15-preview/ListDefenderForAISetting.json
*/
/**
* Sample code: ListDefenderForAISetting.
@@ -2041,7 +2275,7 @@ import com.azure.resourcemanager.cognitiveservices.models.DefenderForAISettingSt
*/
public final class DefenderForAISettingsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateDefenderForAISetting.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateDefenderForAISetting.json
*/
/**
* Sample code: UpdateDefenderForAISetting.
@@ -2066,7 +2300,7 @@ public final class DefenderForAISettingsUpdateSamples {
*/
public final class DeletedAccountsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetDeletedAccount.json
+ * x-ms-original-file: 2026-07-15-preview/GetDeletedAccount.json
*/
/**
* Sample code: Get Account.
@@ -2088,7 +2322,7 @@ public final class DeletedAccountsGetSamples {
*/
public final class DeletedAccountsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListDeletedAccountsBySubscription.json
+ * x-ms-original-file: 2026-07-15-preview/ListDeletedAccountsBySubscription.json
*/
/**
* Sample code: List Deleted Accounts by Subscription.
@@ -2110,7 +2344,7 @@ public final class DeletedAccountsListSamples {
*/
public final class DeletedAccountsPurgeSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PurgeDeletedAccount.json
+ * x-ms-original-file: 2026-07-15-preview/PurgeDeletedAccount.json
*/
/**
* Sample code: Delete Account.
@@ -2138,7 +2372,7 @@ import com.azure.resourcemanager.cognitiveservices.models.Sku;
*/
public final class DeploymentsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/PutDeployment.json
*/
/**
* Sample code: PutDeployment.
@@ -2158,7 +2392,7 @@ public final class DeploymentsCreateOrUpdateSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/PutDeploymentWithSpeculativeDecoding.json
+ * x-ms-original-file: 2026-07-15-preview/PutDeploymentWithSpeculativeDecoding.json
*/
/**
* Sample code: PutDeploymentWithSpeculativeDecoding.
@@ -2195,7 +2429,7 @@ public final class DeploymentsCreateOrUpdateSamples {
*/
public final class DeploymentsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteDeployment.json
*/
/**
* Sample code: DeleteDeployment.
@@ -2217,7 +2451,7 @@ public final class DeploymentsDeleteSamples {
*/
public final class DeploymentsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/GetDeployment.json
*/
/**
* Sample code: GetDeployment.
@@ -2239,7 +2473,7 @@ public final class DeploymentsGetSamples {
*/
public final class DeploymentsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListDeployments.json
+ * x-ms-original-file: 2026-07-15-preview/ListDeployments.json
*/
/**
* Sample code: ListDeployments.
@@ -2260,7 +2494,7 @@ public final class DeploymentsListSamples {
*/
public final class DeploymentsListSkusSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListDeploymentSkus.json
+ * x-ms-original-file: 2026-07-15-preview/ListDeploymentSkus.json
*/
/**
* Sample code: ListDeploymentSkus.
@@ -2283,7 +2517,7 @@ public final class DeploymentsListSkusSamples {
*/
public final class DeploymentsPauseSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PauseDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/PauseDeployment.json
*/
/**
* Sample code: PauseDeployment.
@@ -2305,7 +2539,7 @@ public final class DeploymentsPauseSamples {
*/
public final class DeploymentsResumeSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ResumeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/ResumeDeployment.json
*/
/**
* Sample code: ResumeDeployment.
@@ -2330,7 +2564,7 @@ import com.azure.resourcemanager.cognitiveservices.models.Sku;
*/
public final class DeploymentsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateDeployment.json
*/
/**
* Sample code: UpdateDeployment.
@@ -2359,7 +2593,7 @@ import com.azure.resourcemanager.cognitiveservices.models.KeyVaultProperties;
*/
public final class EncryptionScopesCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutEncryptionScope.json
+ * x-ms-original-file: 2026-07-15-preview/PutEncryptionScope.json
*/
/**
* Sample code: PutEncryptionScope.
@@ -2391,7 +2625,7 @@ public final class EncryptionScopesCreateOrUpdateSamples {
*/
public final class EncryptionScopesDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteEncryptionScope.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteEncryptionScope.json
*/
/**
* Sample code: DeleteEncryptionScope.
@@ -2414,7 +2648,7 @@ public final class EncryptionScopesDeleteSamples {
*/
public final class EncryptionScopesGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetEncryptionScope.json
+ * x-ms-original-file: 2026-07-15-preview/GetEncryptionScope.json
*/
/**
* Sample code: GetEncryptionScope.
@@ -2438,7 +2672,7 @@ public final class EncryptionScopesGetSamples {
*/
public final class EncryptionScopesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListEncryptionScopes.json
+ * x-ms-original-file: 2026-07-15-preview/ListEncryptionScopes.json
*/
/**
* Sample code: ListEncryptionScopes.
@@ -2460,7 +2694,7 @@ public final class EncryptionScopesListSamples {
*/
public final class LocationBasedModelCapacitiesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationBasedModelCapacitiesGlobalScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationBasedModelCapacitiesGlobalScope.json
*/
/**
* Sample code: ListLocationBasedModelCapacities Global Scope.
@@ -2473,7 +2707,7 @@ public final class LocationBasedModelCapacitiesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationBasedModelCapacitiesClassicScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationBasedModelCapacitiesClassicScope.json
*/
/**
* Sample code: ListLocationBasedModelCapacities Classic Scope.
@@ -2486,7 +2720,7 @@ public final class LocationBasedModelCapacitiesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationBasedModelCapacitiesDataZoneScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationBasedModelCapacitiesDataZoneScope.json
*/
/**
* Sample code: ListLocationBasedModelCapacities DataZone Scope.
@@ -2499,7 +2733,7 @@ public final class LocationBasedModelCapacitiesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationBasedModelCapacities.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationBasedModelCapacities.json
*/
/**
* Sample code: ListLocationBasedModelCapacities.
@@ -2521,7 +2755,7 @@ public final class LocationBasedModelCapacitiesListSamples {
*/
public final class ManagedComputeCapacitiesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListManagedComputeCapacities.json
+ * x-ms-original-file: 2026-07-15-preview/ListManagedComputeCapacities.json
*/
/**
* Sample code: List Managed Compute Capacities.
@@ -2547,7 +2781,7 @@ import com.azure.resourcemanager.cognitiveservices.models.Sku;
*/
public final class ManagedComputeDeploymentsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateOrUpdateManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateManagedComputeDeployment.json
*/
/**
* Sample code: CreateOrUpdateManagedComputeDeployment.
@@ -2570,7 +2804,7 @@ public final class ManagedComputeDeploymentsCreateOrUpdateSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/CreateOrUpdateVmManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateVmManagedComputeDeployment.json
*/
/**
* Sample code: CreateOrUpdateVmManagedComputeDeployment.
@@ -2602,7 +2836,7 @@ public final class ManagedComputeDeploymentsCreateOrUpdateSamples {
*/
public final class ManagedComputeDeploymentsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteManagedComputeDeployment.json
*/
/**
* Sample code: DeleteManagedComputeDeployment.
@@ -2625,7 +2859,7 @@ public final class ManagedComputeDeploymentsDeleteSamples {
*/
public final class ManagedComputeDeploymentsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetVmManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/GetVmManagedComputeDeployment.json
*/
/**
* Sample code: GetVmManagedComputeDeployment.
@@ -2639,7 +2873,7 @@ public final class ManagedComputeDeploymentsGetSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/GetManagedComputeDeployment.json
*/
/**
* Sample code: GetManagedComputeDeployment.
@@ -2662,7 +2896,7 @@ public final class ManagedComputeDeploymentsGetSamples {
*/
public final class ManagedComputeDeploymentsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListVmManagedComputeDeployments.json
+ * x-ms-original-file: 2026-07-15-preview/ListVmManagedComputeDeployments.json
*/
/**
* Sample code: ListVmManagedComputeDeployments.
@@ -2675,7 +2909,7 @@ public final class ManagedComputeDeploymentsListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListManagedComputeDeployments.json
+ * x-ms-original-file: 2026-07-15-preview/ListManagedComputeDeployments.json
*/
/**
* Sample code: ListManagedComputeDeployments.
@@ -2700,7 +2934,7 @@ import com.azure.resourcemanager.cognitiveservices.models.Sku;
*/
public final class ManagedComputeDeploymentsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateVmManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateVmManagedComputeDeployment.json
*/
/**
* Sample code: UpdateVmManagedComputeDeployment.
@@ -2716,7 +2950,7 @@ public final class ManagedComputeDeploymentsUpdateSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateManagedComputeDeployment.json
*/
/**
* Sample code: UpdateManagedComputeDeployment.
@@ -2741,7 +2975,7 @@ public final class ManagedComputeDeploymentsUpdateSamples {
*/
public final class ManagedComputeUsagesOperationGroupListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListManagedComputeUsages.json
+ * x-ms-original-file: 2026-07-15-preview/ListManagedComputeUsages.json
*/
/**
* Sample code: List Managed Compute Usages.
@@ -2765,7 +2999,7 @@ import com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkProvisio
*/
public final class ManagedNetworkProvisionsProvisionManagedNetworkSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/provisionManagedNetwork.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/provisionManagedNetwork.json
*/
/**
* Sample code: Provision ManagedNetwork.
@@ -2789,7 +3023,7 @@ public final class ManagedNetworkProvisionsProvisionManagedNetworkSamples {
*/
public final class ManagedNetworkSettingsOperationDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/deleteManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/deleteManagedNetworkV2.json
*/
/**
* Sample code: Delete ManagedNetworkSettings.
@@ -2812,7 +3046,7 @@ public final class ManagedNetworkSettingsOperationDeleteSamples {
*/
public final class ManagedNetworkSettingsOperationGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/getManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/getManagedNetworkV2.json
*/
/**
* Sample code: Get ManagedNetworkSettings.
@@ -2835,7 +3069,7 @@ public final class ManagedNetworkSettingsOperationGetSamples {
*/
public final class ManagedNetworkSettingsOperationListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/listManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/listManagedNetworkV2.json
*/
/**
* Sample code: List ManagedNetworkSettings.
@@ -2868,7 +3102,7 @@ import java.util.Map;
*/
public final class ManagedNetworkSettingsOperationPatchSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/patchManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/patchManagedNetworkV2.json
*/
/**
* Sample code: Patch ManagedNetworkSettings.
@@ -2921,7 +3155,7 @@ import java.util.Map;
*/
public final class ManagedNetworkSettingsOperationPutSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/createOrUpdateManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/createOrUpdateManagedNetworkV2.json
*/
/**
* Sample code: Put ManagedNetworkSettings.
@@ -2964,7 +3198,7 @@ public final class ManagedNetworkSettingsOperationPutSamples {
*/
public final class ModelCapacitiesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListModelCapacities.json
+ * x-ms-original-file: 2026-07-15-preview/ListModelCapacities.json
*/
/**
* Sample code: ListModelCapacities.
@@ -2977,7 +3211,7 @@ public final class ModelCapacitiesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListModelCapacitiesDataZoneScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListModelCapacitiesDataZoneScope.json
*/
/**
* Sample code: ListModelCapacities DataZone Scope.
@@ -2990,7 +3224,7 @@ public final class ModelCapacitiesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListModelCapacitiesGlobalScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListModelCapacitiesGlobalScope.json
*/
/**
* Sample code: ListModelCapacities Global Scope.
@@ -3003,7 +3237,7 @@ public final class ModelCapacitiesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListModelCapacitiesClassicScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListModelCapacitiesClassicScope.json
*/
/**
* Sample code: ListModelCapacities Classic Scope.
@@ -3025,7 +3259,7 @@ public final class ModelCapacitiesListSamples {
*/
public final class ModelsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationModels.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationModels.json
*/
/**
* Sample code: ListLocationModels.
@@ -3047,7 +3281,7 @@ public final class ModelsListSamples {
*/
public final class NetworkSecurityPerimeterConfigurationsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetNetworkSecurityPerimeterConfigurations.json
+ * x-ms-original-file: 2026-07-15-preview/GetNetworkSecurityPerimeterConfigurations.json
*/
/**
* Sample code: GetNetworkSecurityPerimeterConfigurations.
@@ -3071,7 +3305,7 @@ public final class NetworkSecurityPerimeterConfigurationsGetSamples {
*/
public final class NetworkSecurityPerimeterConfigurationsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListNetworkSecurityPerimeterConfigurations.json
+ * x-ms-original-file: 2026-07-15-preview/ListNetworkSecurityPerimeterConfigurations.json
*/
/**
* Sample code: ListNetworkSecurityPerimeterConfigurations.
@@ -3094,7 +3328,7 @@ public final class NetworkSecurityPerimeterConfigurationsListSamples {
*/
public final class NetworkSecurityPerimeterConfigurationsReconcileSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ReconcileNetworkSecurityPerimeterConfigurations.json
+ * x-ms-original-file: 2026-07-15-preview/ReconcileNetworkSecurityPerimeterConfigurations.json
*/
/**
* Sample code: ReconcileNetworkSecurityPerimeterConfigurations.
@@ -3117,7 +3351,7 @@ public final class NetworkSecurityPerimeterConfigurationsReconcileSamples {
*/
public final class OperationsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetOperations.json
+ * x-ms-original-file: 2026-07-15-preview/GetOperations.json
*/
/**
* Sample code: Get Operations.
@@ -3142,7 +3376,7 @@ import com.azure.resourcemanager.cognitiveservices.models.RuleStatus;
*/
public final class OutboundRuleCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/createOrUpdateRuleV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/createOrUpdateRuleV2.json
*/
/**
* Sample code: CreateOrUpdate OutboundRule.
@@ -3170,7 +3404,7 @@ public final class OutboundRuleCreateOrUpdateSamples {
*/
public final class OutboundRuleDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/deleteRuleV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/deleteRuleV2.json
*/
/**
* Sample code: Delete OutboundRule.
@@ -3193,7 +3427,7 @@ public final class OutboundRuleDeleteSamples {
*/
public final class OutboundRuleGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/getRuleV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/getRuleV2.json
*/
/**
* Sample code: Get OutboundRule.
@@ -3216,7 +3450,7 @@ public final class OutboundRuleGetSamples {
*/
public final class OutboundRuleListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/listRuleV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/listRuleV2.json
*/
/**
* Sample code: List OutboundRules.
@@ -3246,7 +3480,7 @@ import java.util.Map;
*/
public final class OutboundRulesOperationPostSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/postOutboundRulesV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/postOutboundRulesV2.json
*/
/**
* Sample code: Post OutboundRules.
@@ -3291,7 +3525,7 @@ import com.azure.resourcemanager.cognitiveservices.models.PrivateLinkServiceConn
*/
public final class PrivateEndpointConnectionsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutPrivateEndpointConnection.json
+ * x-ms-original-file: 2026-07-15-preview/PutPrivateEndpointConnection.json
*/
/**
* Sample code: PutPrivateEndpointConnection.
@@ -3319,7 +3553,7 @@ public final class PrivateEndpointConnectionsCreateOrUpdateSamples {
*/
public final class PrivateEndpointConnectionsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeletePrivateEndpointConnection.json
+ * x-ms-original-file: 2026-07-15-preview/DeletePrivateEndpointConnection.json
*/
/**
* Sample code: DeletePrivateEndpointConnection.
@@ -3342,7 +3576,7 @@ public final class PrivateEndpointConnectionsDeleteSamples {
*/
public final class PrivateEndpointConnectionsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetPrivateEndpointConnection.json
+ * x-ms-original-file: 2026-07-15-preview/GetPrivateEndpointConnection.json
*/
/**
* Sample code: GetPrivateEndpointConnection.
@@ -3365,7 +3599,7 @@ public final class PrivateEndpointConnectionsGetSamples {
*/
public final class PrivateEndpointConnectionsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListPrivateEndpointConnections.json
+ * x-ms-original-file: 2026-07-15-preview/ListPrivateEndpointConnections.json
*/
/**
* Sample code: GetPrivateEndpointConnection.
@@ -3387,7 +3621,7 @@ public final class PrivateEndpointConnectionsListSamples {
*/
public final class PrivateLinkResourcesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListPrivateLinkResources.json
+ * x-ms-original-file: 2026-07-15-preview/ListPrivateLinkResources.json
*/
/**
* Sample code: ListPrivateLinkResources.
@@ -3412,7 +3646,7 @@ import java.util.Arrays;
*/
public final class ProjectCapabilityHostsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectCapabilityHost/createOrUpdate.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectCapabilityHost/createOrUpdate.json
*/
/**
* Sample code: CreateOrUpdate Project CapabilityHost.
@@ -3442,7 +3676,7 @@ public final class ProjectCapabilityHostsCreateOrUpdateSamples {
*/
public final class ProjectCapabilityHostsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectCapabilityHost/delete.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectCapabilityHost/delete.json
*/
/**
* Sample code: Delete Project CapabilityHost.
@@ -3465,7 +3699,7 @@ public final class ProjectCapabilityHostsDeleteSamples {
*/
public final class ProjectCapabilityHostsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectCapabilityHost/get.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectCapabilityHost/get.json
*/
/**
* Sample code: Get Project CapabilityHost.
@@ -3489,7 +3723,7 @@ public final class ProjectCapabilityHostsGetSamples {
*/
public final class ProjectCapabilityHostsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectCapabilityHost/list.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectCapabilityHost/list.json
*/
/**
* Sample code: List Project CapabilityHosts.
@@ -3506,6 +3740,7 @@ public final class ProjectCapabilityHostsListSamples {
### ProjectConnections_Create
```java
+import com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory;
import com.azure.resourcemanager.cognitiveservices.models.NoneAuthTypeConnectionProperties;
import java.time.OffsetDateTime;
@@ -3515,7 +3750,7 @@ import java.time.OffsetDateTime;
*/
public final class ProjectConnectionsCreateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/create.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/create.json
*/
/**
* Sample code: CreateProjectConnection.
@@ -3525,12 +3760,12 @@ public final class ProjectConnectionsCreateSamples {
public static void
createProjectConnection(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
manager.projectConnections()
- .define("connection-1")
- .withExistingProject("resourceGroup-1", "account-1", "project-1")
- .withProperties(new NoneAuthTypeConnectionProperties().withCategory(ConnectionCategory.CONTAINER_REGISTRY)
- .withExpiryTime(OffsetDateTime.parse("2024-03-15T14:30:00Z"))
- .withTarget("[target url]"))
- .create();
+ .createWithResponse("resourceGroup-1", "account-1", "project-1", "connection-1",
+ new ConnectionPropertiesV2BasicResourceInner().withProperties(
+ new NoneAuthTypeConnectionProperties().withCategory(ConnectionCategory.CONTAINER_REGISTRY)
+ .withExpiryTime(OffsetDateTime.parse("2024-03-15T14:30:00Z"))
+ .withTarget("[target url]")),
+ com.azure.core.util.Context.NONE);
}
}
```
@@ -3543,7 +3778,7 @@ public final class ProjectConnectionsCreateSamples {
*/
public final class ProjectConnectionsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/delete.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/delete.json
*/
/**
* Sample code: DeleteProjectConnection.
@@ -3567,7 +3802,7 @@ public final class ProjectConnectionsDeleteSamples {
*/
public final class ProjectConnectionsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/get.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/get.json
*/
/**
* Sample code: GetProjectConnection.
@@ -3591,7 +3826,7 @@ public final class ProjectConnectionsGetSamples {
*/
public final class ProjectConnectionsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/list.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/list.json
*/
/**
* Sample code: ListProjectConnection.
@@ -3613,7 +3848,7 @@ public final class ProjectConnectionsListSamples {
import com.azure.resourcemanager.cognitiveservices.models.AccessKeyAuthTypeConnectionProperties;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionAccessKey;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory;
-import com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2BasicResource;
+import com.azure.resourcemanager.cognitiveservices.models.ConnectionUpdateContent;
import java.time.OffsetDateTime;
import java.util.HashMap;
import java.util.Map;
@@ -3623,7 +3858,7 @@ import java.util.Map;
*/
public final class ProjectConnectionsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/update.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/update.json
*/
/**
* Sample code: UpdateProjectConnection.
@@ -3632,17 +3867,16 @@ public final class ProjectConnectionsUpdateSamples {
*/
public static void
updateProjectConnection(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
- ConnectionPropertiesV2BasicResource resource = manager.projectConnections()
- .getWithResponse("test-rg", "account-1", "project-1", "connection-1", com.azure.core.util.Context.NONE)
- .getValue();
- resource.update()
- .withProperties(new AccessKeyAuthTypeConnectionProperties().withCategory(ConnectionCategory.ADLSGEN2)
- .withExpiryTime(OffsetDateTime.parse("2020-01-01T00:00:00Z"))
- .withMetadata(mapOf())
- .withTarget("some_string")
- .withCredentials(new ConnectionAccessKey().withAccessKeyId("fakeTokenPlaceholder")
- .withSecretAccessKey("fakeTokenPlaceholder")))
- .apply();
+ manager.projectConnections()
+ .updateWithResponse("test-rg", "account-1", "project-1", "connection-1",
+ new ConnectionUpdateContent().withProperties(
+ new AccessKeyAuthTypeConnectionProperties().withCategory(ConnectionCategory.ADLSGEN2)
+ .withExpiryTime(OffsetDateTime.parse("2020-01-01T00:00:00Z"))
+ .withMetadata(mapOf())
+ .withTarget("some_string")
+ .withCredentials(new ConnectionAccessKey().withAccessKeyId("fakeTokenPlaceholder")
+ .withSecretAccessKey("fakeTokenPlaceholder"))),
+ com.azure.core.util.Context.NONE);
}
// Use "Map.of" if available
@@ -3662,6 +3896,7 @@ public final class ProjectConnectionsUpdateSamples {
### Projects_Create
```java
+import com.azure.resourcemanager.cognitiveservices.models.CapabilitySettings;
import com.azure.resourcemanager.cognitiveservices.models.Identity;
import com.azure.resourcemanager.cognitiveservices.models.ProjectProperties;
import com.azure.resourcemanager.cognitiveservices.models.ResourceIdentityType;
@@ -3671,7 +3906,7 @@ import com.azure.resourcemanager.cognitiveservices.models.ResourceIdentityType;
*/
public final class ProjectsCreateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateProjectMin.json
+ * x-ms-original-file: 2026-07-15-preview/CreateProjectMin.json
*/
/**
* Sample code: Create Project Min.
@@ -3689,7 +3924,7 @@ public final class ProjectsCreateSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/CreateProject.json
+ * x-ms-original-file: 2026-07-15-preview/CreateProject.json
*/
/**
* Sample code: Create Project.
@@ -3701,8 +3936,12 @@ public final class ProjectsCreateSamples {
.define("testProject1")
.withExistingAccount("myResourceGroup", "testCreate1")
.withRegion("West US")
- .withProperties(
- new ProjectProperties().withDisplayName("p1").withDescription("Description of this project"))
+ .withProperties(new ProjectProperties().withDisplayName("p1")
+ .withDescription("Description of this project")
+ .withCapabilitySettings(new CapabilitySettings().withDocumentStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/myProjectCosmosAccount")
+ .withVectorStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Search/searchServices/myProjectSearchService")))
.withIdentity(new Identity().withType(ResourceIdentityType.SYSTEM_ASSIGNED))
.create();
}
@@ -3717,7 +3956,7 @@ public final class ProjectsCreateSamples {
*/
public final class ProjectsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteProject.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteProject.json
*/
/**
* Sample code: Delete Project.
@@ -3738,7 +3977,7 @@ public final class ProjectsDeleteSamples {
*/
public final class ProjectsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetProject.json
+ * x-ms-original-file: 2026-07-15-preview/GetProject.json
*/
/**
* Sample code: Get Project.
@@ -3760,7 +3999,7 @@ public final class ProjectsGetSamples {
*/
public final class ProjectsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListProjects.json
+ * x-ms-original-file: 2026-07-15-preview/ListProjects.json
*/
/**
* Sample code: List Project.
@@ -3784,7 +4023,7 @@ import com.azure.resourcemanager.cognitiveservices.models.ProjectProperties;
*/
public final class ProjectsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateProjects.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateProjects.json
*/
/**
* Sample code: Update Project.
@@ -3811,7 +4050,7 @@ import com.azure.resourcemanager.cognitiveservices.models.TierUpgradePolicy;
*/
public final class QuotaTiersCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateOrUpdateQuotaTier.json
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateQuotaTier.json
*/
/**
* Sample code: Update the quota tier resource for a subscription.
@@ -3836,7 +4075,7 @@ public final class QuotaTiersCreateOrUpdateSamples {
*/
public final class QuotaTiersGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetQuotaTier.json
+ * x-ms-original-file: 2026-07-15-preview/GetQuotaTier.json
*/
/**
* Sample code: Get the Quota Tier information for a subscription.
@@ -3858,7 +4097,7 @@ public final class QuotaTiersGetSamples {
*/
public final class QuotaTiersListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListQuotaTiers.json
+ * x-ms-original-file: 2026-07-15-preview/ListQuotaTiers.json
*/
/**
* Sample code: List the Quota Tier for a subscription.
@@ -3884,7 +4123,7 @@ import com.azure.resourcemanager.cognitiveservices.models.TierUpgradePolicy;
*/
public final class QuotaTiersUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateQuotaTier.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateQuotaTier.json
*/
/**
* Sample code: Update the quota tier resource for a subscription.
@@ -3914,7 +4153,7 @@ import java.util.Arrays;
*/
public final class RaiBlocklistItemsBatchAddSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AddRaiBlocklistItems.json
+ * x-ms-original-file: 2026-07-15-preview/AddRaiBlocklistItems.json
*/
/**
* Sample code: AddRaiBlocklistItems.
@@ -3946,7 +4185,7 @@ import java.util.Arrays;
*/
public final class RaiBlocklistItemsBatchDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiBlocklistItems.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiBlocklistItems.json
*/
/**
* Sample code: DeleteRaiBlocklistItems.
@@ -3972,7 +4211,7 @@ import com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistItemProper
*/
public final class RaiBlocklistItemsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiBlocklistItem.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiBlocklistItem.json
*/
/**
* Sample code: PutRaiBlocklistItem.
@@ -3998,7 +4237,7 @@ public final class RaiBlocklistItemsCreateOrUpdateSamples {
*/
public final class RaiBlocklistItemsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiBlocklistItem.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiBlocklistItem.json
*/
/**
* Sample code: DeleteRaiBlocklistItem.
@@ -4022,7 +4261,7 @@ public final class RaiBlocklistItemsDeleteSamples {
*/
public final class RaiBlocklistItemsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiBlocklistItem.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiBlocklistItem.json
*/
/**
* Sample code: GetRaiBlocklistItem.
@@ -4046,7 +4285,7 @@ public final class RaiBlocklistItemsGetSamples {
*/
public final class RaiBlocklistItemsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListBlocklistItems.json
+ * x-ms-original-file: 2026-07-15-preview/ListBlocklistItems.json
*/
/**
* Sample code: ListBlocklistItems.
@@ -4071,7 +4310,7 @@ import com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistProperties
*/
public final class RaiBlocklistsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiBlocklist.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiBlocklist.json
*/
/**
* Sample code: PutRaiBlocklist.
@@ -4096,7 +4335,7 @@ public final class RaiBlocklistsCreateOrUpdateSamples {
*/
public final class RaiBlocklistsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiBlocklist.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiBlocklist.json
*/
/**
* Sample code: DeleteRaiBlocklist.
@@ -4119,7 +4358,7 @@ public final class RaiBlocklistsDeleteSamples {
*/
public final class RaiBlocklistsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiBlocklist.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiBlocklist.json
*/
/**
* Sample code: GetRaiBlocklist.
@@ -4141,7 +4380,7 @@ public final class RaiBlocklistsGetSamples {
*/
public final class RaiBlocklistsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListBlocklists.json
+ * x-ms-original-file: 2026-07-15-preview/ListBlocklists.json
*/
/**
* Sample code: ListBlocklists.
@@ -4162,7 +4401,7 @@ public final class RaiBlocklistsListSamples {
*/
public final class RaiContentFiltersGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiContentFilter.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiContentFilter.json
*/
/**
* Sample code: GetRaiContentFilters.
@@ -4184,7 +4423,7 @@ public final class RaiContentFiltersGetSamples {
*/
public final class RaiContentFiltersListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiContentFilters.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiContentFilters.json
*/
/**
* Sample code: ListRaiContentFilters.
@@ -4209,7 +4448,7 @@ import com.azure.resourcemanager.cognitiveservices.models.RaiExternalSafetyProvi
*/
public final class RaiExternalSafetyProviderCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiExternalSafetyProvider.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiExternalSafetyProvider.json
*/
/**
* Sample code: PutRaiExternalSafetyProvider.
@@ -4240,7 +4479,7 @@ public final class RaiExternalSafetyProviderCreateOrUpdateSamples {
*/
public final class RaiExternalSafetyProviderDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiExternalSafetyProvider.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiExternalSafetyProvider.json
*/
/**
* Sample code: DeleteRaiTopic.
@@ -4261,7 +4500,7 @@ public final class RaiExternalSafetyProviderDeleteSamples {
*/
public final class RaiExternalSafetyProviderGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiExternalSafetyProvider.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiExternalSafetyProvider.json
*/
/**
* Sample code: GetRaiExternalSafetyProvider.
@@ -4283,7 +4522,7 @@ public final class RaiExternalSafetyProviderGetSamples {
*/
public final class RaiExternalSafetyProvidersOperationListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiExternalSafetyProviders.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiExternalSafetyProviders.json
*/
/**
* Sample code: ListRaiExternalSafetyProviders.
@@ -4326,7 +4565,7 @@ import java.util.Arrays;
*/
public final class RaiPoliciesCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiPolicy.json
*/
/**
* Sample code: PutRaiPolicy.
@@ -4400,7 +4639,7 @@ public final class RaiPoliciesCreateOrUpdateSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiPolicyWithEgress.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiPolicyWithEgress.json
*/
/**
* Sample code: PutRaiPolicyWithEgress.
@@ -4413,6 +4652,7 @@ public final class RaiPoliciesCreateOrUpdateSamples {
.define("egress-baseline")
.withExistingAccount("resourceGroupName", "accountName")
.withProperties(new RaiPolicyProperties().withBasePolicyName("Microsoft.Default")
+ .withContentFilters(Arrays.asList())
.withEgressPolicy(new RaiEgressPolicyConfig().withMode(RaiEgressMode.ENFORCED)
.withDefaultAction(RaiEgressDefaultAction.DENY)
.withDescription("Corporate baseline egress policy for sandboxed agents")
@@ -4459,7 +4699,7 @@ public final class RaiPoliciesCreateOrUpdateSamples {
*/
public final class RaiPoliciesDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiPolicy.json
*/
/**
* Sample code: DeleteRaiPolicy.
@@ -4481,7 +4721,7 @@ public final class RaiPoliciesDeleteSamples {
*/
public final class RaiPoliciesGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiPolicy.json
*/
/**
* Sample code: GetRaiPolicy.
@@ -4503,7 +4743,7 @@ public final class RaiPoliciesGetSamples {
*/
public final class RaiPoliciesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiPolicies.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiPolicies.json
*/
/**
* Sample code: ListRaiPolicies.
@@ -4531,7 +4771,7 @@ import java.util.Map;
*/
public final class RaiToolLabelsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiToolLabel.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiToolLabel.json
*/
/**
* Sample code: PutRaiToolLabel.
@@ -4575,7 +4815,7 @@ public final class RaiToolLabelsCreateOrUpdateSamples {
*/
public final class RaiToolLabelsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiToolLabel.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiToolLabel.json
*/
/**
* Sample code: DeleteRaiToolLabel.
@@ -4598,7 +4838,7 @@ public final class RaiToolLabelsDeleteSamples {
*/
public final class RaiToolLabelsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiToolLabel.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiToolLabel.json
*/
/**
* Sample code: GetRaiToolLabel.
@@ -4620,7 +4860,7 @@ public final class RaiToolLabelsGetSamples {
*/
public final class RaiToolLabelsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiToolLabels.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiToolLabels.json
*/
/**
* Sample code: ListRaiToolLabels.
@@ -4643,7 +4883,7 @@ import com.azure.resourcemanager.cognitiveservices.models.RaiTopicProperties;
*/
public final class RaiTopicsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiTopic.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiTopic.json
*/
/**
* Sample code: PutRaiTopic.
@@ -4670,7 +4910,7 @@ public final class RaiTopicsCreateOrUpdateSamples {
*/
public final class RaiTopicsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiTopic.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiTopic.json
*/
/**
* Sample code: DeleteRaiTopic.
@@ -4692,7 +4932,7 @@ public final class RaiTopicsDeleteSamples {
*/
public final class RaiTopicsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiTopic.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiTopic.json
*/
/**
* Sample code: GetRaiTopic.
@@ -4714,7 +4954,7 @@ public final class RaiTopicsGetSamples {
*/
public final class RaiTopicsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiTopics.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiTopics.json
*/
/**
* Sample code: ListRaiTopics.
@@ -4741,7 +4981,7 @@ import java.util.Arrays;
*/
public final class ResourceProviderCalculateModelCapacitySamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CalculateModelCapacity.json
+ * x-ms-original-file: 2026-07-15-preview/CalculateModelCapacity.json
*/
/**
* Sample code: Calculate Model Capacity.
@@ -4776,7 +5016,7 @@ import com.azure.resourcemanager.cognitiveservices.models.CheckDomainAvailabilit
*/
public final class ResourceProviderCheckDomainAvailabilitySamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CheckDomainAvailability.json
+ * x-ms-original-file: 2026-07-15-preview/CheckDomainAvailability.json
*/
/**
* Sample code: Check SKU Availability.
@@ -4805,7 +5045,7 @@ import java.util.Arrays;
*/
public final class ResourceProviderCheckSkuAvailabilitySamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CheckSkuAvailability.json
+ * x-ms-original-file: 2026-07-15-preview/CheckSkuAvailability.json
*/
/**
* Sample code: Check SKU Availability.
@@ -4832,7 +5072,7 @@ public final class ResourceProviderCheckSkuAvailabilitySamples {
*/
public final class ResourceSkusListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetSkus.json
+ * x-ms-original-file: 2026-07-15-preview/GetSkus.json
*/
/**
* Sample code: Regenerate Keys.
@@ -4861,7 +5101,7 @@ import java.util.Arrays;
*/
public final class SubscriptionRaiPolicyCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutSubscriptionRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/PutSubscriptionRaiPolicy.json
*/
/**
* Sample code: PutRaiPolicy.
@@ -4944,7 +5184,7 @@ public final class SubscriptionRaiPolicyCreateOrUpdateSamples {
*/
public final class SubscriptionRaiPolicyDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteSubscriptionRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteSubscriptionRaiPolicy.json
*/
/**
* Sample code: DeleteRaiPolicy.
@@ -4965,7 +5205,7 @@ public final class SubscriptionRaiPolicyDeleteSamples {
*/
public final class SubscriptionRaiPolicyGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetSubscriptionRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/GetSubscriptionRaiPolicy.json
*/
/**
* Sample code: GetRaiPolicy.
@@ -4988,7 +5228,7 @@ import com.azure.resourcemanager.cognitiveservices.models.RaiExternalSafetyProvi
*/
public final class TestRaiExternalSafetyProviderCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/TestRaiExternalSafetyProvider.json
+ * x-ms-original-file: 2026-07-15-preview/TestRaiExternalSafetyProvider.json
*/
/**
* Sample code: TestRaiExternalSafetyProvider.
@@ -5021,7 +5261,7 @@ public final class TestRaiExternalSafetyProviderCreateOrUpdateSamples {
*/
public final class UsagesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListUsages.json
+ * x-ms-original-file: 2026-07-15-preview/ListUsages.json
*/
/**
* Sample code: Get Usages.
@@ -5033,7 +5273,7 @@ public final class UsagesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListUsagesClassicScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListUsagesClassicScope.json
*/
/**
* Sample code: Get Usages Classic Scope.
@@ -5046,7 +5286,7 @@ public final class UsagesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListUsagesDataZoneScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListUsagesDataZoneScope.json
*/
/**
* Sample code: Get Usages DataZone Scope.
@@ -5059,7 +5299,7 @@ public final class UsagesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListUsagesGlobalScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListUsagesGlobalScope.json
*/
/**
* Sample code: Get Usages Global Scope.
@@ -5089,7 +5329,7 @@ import java.util.Map;
*/
public final class WorkbenchesCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/PutWorkbench.json
*/
/**
* Sample code: PutWorkbench.
@@ -5136,7 +5376,7 @@ public final class WorkbenchesCreateOrUpdateSamples {
*/
public final class WorkbenchesDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteWorkbench.json
*/
/**
* Sample code: DeleteWorkbench.
@@ -5158,7 +5398,7 @@ public final class WorkbenchesDeleteSamples {
*/
public final class WorkbenchesGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/GetWorkbench.json
*/
/**
* Sample code: GetWorkbench.
@@ -5181,7 +5421,7 @@ public final class WorkbenchesGetSamples {
*/
public final class WorkbenchesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListWorkbenches.json
+ * x-ms-original-file: 2026-07-15-preview/ListWorkbenches.json
*/
/**
* Sample code: ListWorkbenches.
@@ -5202,7 +5442,7 @@ public final class WorkbenchesListSamples {
*/
public final class WorkbenchesRestartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/RestartWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/RestartWorkbench.json
*/
/**
* Sample code: RestartWorkbench.
@@ -5224,7 +5464,7 @@ public final class WorkbenchesRestartSamples {
*/
public final class WorkbenchesStartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/StartWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/StartWorkbench.json
*/
/**
* Sample code: StartWorkbench.
@@ -5246,7 +5486,7 @@ public final class WorkbenchesStartSamples {
*/
public final class WorkbenchesStopSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/StopWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/StopWorkbench.json
*/
/**
* Sample code: StopWorkbench.
@@ -5274,7 +5514,7 @@ import java.util.Map;
*/
public final class WorkbenchesUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateWorkbench.json
*/
/**
* Sample code: UpdateWorkbench.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/pom.xml b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/pom.xml
index 6e3aa607b80c..5f512bc8d174 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/pom.xml
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/pom.xml
@@ -18,7 +18,7 @@
jar
Microsoft Azure SDK for CognitiveServices Management
- This package contains Microsoft Azure SDK for CognitiveServices Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Cognitive Services Management Client. Package api-version 2026-05-15-preview.
+ This package contains Microsoft Azure SDK for CognitiveServices Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Cognitive Services Management Client. Package api-version 2026-07-15-preview.
https://github.com/Azure/azure-sdk-for-java
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/CognitiveServicesManager.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/CognitiveServicesManager.java
index 43a40fd85e12..f6a97fdfe1a4 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/CognitiveServicesManager.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/CognitiveServicesManager.java
@@ -30,6 +30,7 @@
import com.azure.resourcemanager.cognitiveservices.implementation.AccountsImpl;
import com.azure.resourcemanager.cognitiveservices.implementation.AgentApplicationsImpl;
import com.azure.resourcemanager.cognitiveservices.implementation.AgentDeploymentsImpl;
+import com.azure.resourcemanager.cognitiveservices.implementation.ArcDeploymentsImpl;
import com.azure.resourcemanager.cognitiveservices.implementation.CognitiveServicesManagementClientBuilder;
import com.azure.resourcemanager.cognitiveservices.implementation.CommitmentPlansImpl;
import com.azure.resourcemanager.cognitiveservices.implementation.CommitmentTiersImpl;
@@ -76,6 +77,7 @@
import com.azure.resourcemanager.cognitiveservices.models.Accounts;
import com.azure.resourcemanager.cognitiveservices.models.AgentApplications;
import com.azure.resourcemanager.cognitiveservices.models.AgentDeployments;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeployments;
import com.azure.resourcemanager.cognitiveservices.models.CommitmentPlans;
import com.azure.resourcemanager.cognitiveservices.models.CommitmentTiers;
import com.azure.resourcemanager.cognitiveservices.models.ComputeOperations;
@@ -171,6 +173,8 @@ public final class CognitiveServicesManager {
private QuotaTiers quotaTiers;
+ private ArcDeployments arcDeployments;
+
private AgentApplications agentApplications;
private ManagedComputeDeployments managedComputeDeployments;
@@ -654,7 +658,7 @@ public Projects projects() {
}
/**
- * Gets the resource collection API of ProjectConnections. It manages ConnectionPropertiesV2BasicResource.
+ * Gets the resource collection API of ProjectConnections.
*
* @return Resource collection API of ProjectConnections.
*/
@@ -690,6 +694,18 @@ public QuotaTiers quotaTiers() {
return quotaTiers;
}
+ /**
+ * Gets the resource collection API of ArcDeployments. It manages ArcDeployment.
+ *
+ * @return Resource collection API of ArcDeployments.
+ */
+ public ArcDeployments arcDeployments() {
+ if (this.arcDeployments == null) {
+ this.arcDeployments = new ArcDeploymentsImpl(clientObject.getArcDeployments(), this);
+ }
+ return arcDeployments;
+ }
+
/**
* Gets the resource collection API of AgentApplications. It manages AgentApplication.
*
@@ -829,7 +845,7 @@ public RaiExternalSafetyProvidersOperations raiExternalSafetyProvidersOperations
}
/**
- * Gets the resource collection API of AccountConnections.
+ * Gets the resource collection API of AccountConnections. It manages ConnectionPropertiesV2BasicResource.
*
* @return Resource collection API of AccountConnections.
*/
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ArcDeploymentsClient.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ArcDeploymentsClient.java
new file mode 100644
index 000000000000..1fd18f6d18d5
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ArcDeploymentsClient.java
@@ -0,0 +1,286 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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.management.polling.PollResult;
+import com.azure.core.util.Context;
+import com.azure.core.util.polling.SyncPoller;
+import com.azure.resourcemanager.cognitiveservices.fluent.models.ArcDeploymentInner;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdate;
+
+/**
+ * An instance of this class provides access to all the operations defined in ArcDeploymentsClient.
+ */
+public interface ArcDeploymentsClient {
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 specified Arc deployment associated with the Cognitive Services account along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response getWithResponse(String resourceGroupName, String accountName, String deploymentName,
+ Context context);
+
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 specified Arc deployment associated with the Cognitive Services account.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ArcDeploymentInner get(String resourceGroupName, String accountName, String deploymentName);
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 SyncPoller} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, ArcDeploymentInner> beginCreateOrUpdate(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentInner resource);
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 SyncPoller} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, ArcDeploymentInner> beginCreateOrUpdate(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentInner resource, Context context);
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ArcDeploymentInner createOrUpdate(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentInner resource);
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ArcDeploymentInner createOrUpdate(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentInner resource, Context context);
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 SyncPoller} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, ArcDeploymentInner> beginUpdate(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentUpdate properties);
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 SyncPoller} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, ArcDeploymentInner> beginUpdate(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentUpdate properties, Context context);
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ArcDeploymentInner update(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentUpdate properties);
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ArcDeploymentInner update(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentUpdate properties, Context context);
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, Void> beginDelete(String resourceGroupName, String accountName, String deploymentName);
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, Void> beginDelete(String resourceGroupName, String accountName, String deploymentName,
+ Context context);
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 accountName, String deploymentName);
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ void delete(String resourceGroupName, String accountName, String deploymentName, Context context);
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account as paginated response with
+ * {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list(String resourceGroupName, String accountName);
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account as paginated response with
+ * {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list(String resourceGroupName, String accountName, Context context);
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CognitiveServicesManagementClient.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CognitiveServicesManagementClient.java
index a4627997b782..a19c56c75f8a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CognitiveServicesManagementClient.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CognitiveServicesManagementClient.java
@@ -193,6 +193,13 @@ public interface CognitiveServicesManagementClient {
*/
QuotaTiersClient getQuotaTiers();
+ /**
+ * Gets the ArcDeploymentsClient object to access its operations.
+ *
+ * @return the ArcDeploymentsClient object.
+ */
+ ArcDeploymentsClient getArcDeployments();
+
/**
* Gets the AgentApplicationsClient object to access its operations.
*
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ComputesClient.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ComputesClient.java
index f10d17f244bc..aa60289bcfa1 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ComputesClient.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ComputesClient.java
@@ -57,7 +57,7 @@ Response getWithResponse(String resourceGroupName, String accountN
* @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 SyncPoller} for polling of cognitive Services compute resource.
+ * @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, ComputeInner> beginCreateOrUpdate(String resourceGroupName, String accountName,
@@ -74,7 +74,7 @@ SyncPoller, ComputeInner> beginCreateOrUpdate(String re
* @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 SyncPoller} for polling of cognitive Services compute resource.
+ * @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, ComputeInner> beginCreateOrUpdate(String resourceGroupName, String accountName,
@@ -90,7 +90,7 @@ SyncPoller, ComputeInner> beginCreateOrUpdate(String re
* @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 cognitive Services compute resource.
+ * @return the response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
ComputeInner createOrUpdate(String resourceGroupName, String accountName, String computeName,
@@ -107,77 +107,12 @@ ComputeInner createOrUpdate(String resourceGroupName, String accountName, String
* @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 cognitive Services compute resource.
+ * @return the response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
ComputeInner createOrUpdate(String resourceGroupName, String accountName, String computeName, ComputeInner resource,
Context context);
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 SyncPoller} for polling of cognitive Services compute resource.
- */
- @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller, ComputeInner> beginUpdate(String resourceGroupName, String accountName,
- String computeName, ComputeInner properties);
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 SyncPoller} for polling of cognitive Services compute resource.
- */
- @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller, ComputeInner> beginUpdate(String resourceGroupName, String accountName,
- String computeName, ComputeInner properties, Context context);
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 cognitive Services compute resource.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- ComputeInner update(String resourceGroupName, String accountName, String computeName, ComputeInner properties);
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 cognitive Services compute resource.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- ComputeInner update(String resourceGroupName, String accountName, String computeName, ComputeInner properties,
- Context context);
-
/**
* Deletes the specified compute associated with the Cognitive Services account.
*
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ArcDeploymentInner.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ArcDeploymentInner.java
new file mode 100644
index 000000000000..459ba30157b0
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ArcDeploymentInner.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.cognitiveservices.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.cognitiveservices.models.ArcDeploymentProperties;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSku;
+import java.io.IOException;
+
+/**
+ * Cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources.
+ */
+@Fluent
+public final class ArcDeploymentInner extends ProxyResource {
+ /*
+ * Properties of the Cognitive Services Arc deployment.
+ */
+ private ArcDeploymentProperties properties;
+
+ /*
+ * The Arc deployment SKU. Only the SKU name is required for Arc deployments.
+ */
+ private ArcDeploymentSku sku;
+
+ /*
+ * Resource Etag.
+ */
+ private String etag;
+
+ /*
+ * 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 ArcDeploymentInner class.
+ */
+ public ArcDeploymentInner() {
+ }
+
+ /**
+ * Get the properties property: Properties of the Cognitive Services Arc deployment.
+ *
+ * @return the properties value.
+ */
+ public ArcDeploymentProperties properties() {
+ return this.properties;
+ }
+
+ /**
+ * Set the properties property: Properties of the Cognitive Services Arc deployment.
+ *
+ * @param properties the properties value to set.
+ * @return the ArcDeploymentInner object itself.
+ */
+ public ArcDeploymentInner withProperties(ArcDeploymentProperties properties) {
+ this.properties = properties;
+ return this;
+ }
+
+ /**
+ * Get the sku property: The Arc deployment SKU. Only the SKU name is required for Arc deployments.
+ *
+ * @return the sku value.
+ */
+ public ArcDeploymentSku sku() {
+ return this.sku;
+ }
+
+ /**
+ * Set the sku property: The Arc deployment SKU. Only the SKU name is required for Arc deployments.
+ *
+ * @param sku the sku value to set.
+ * @return the ArcDeploymentInner object itself.
+ */
+ public ArcDeploymentInner withSku(ArcDeploymentSku sku) {
+ this.sku = sku;
+ return this;
+ }
+
+ /**
+ * Get the etag property: Resource Etag.
+ *
+ * @return the etag value.
+ */
+ public String etag() {
+ return this.etag;
+ }
+
+ /**
+ * 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);
+ jsonWriter.writeJsonField("sku", this.sku);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentInner from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentInner 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 ArcDeploymentInner.
+ */
+ public static ArcDeploymentInner fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentInner deserializedArcDeploymentInner = new ArcDeploymentInner();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("id".equals(fieldName)) {
+ deserializedArcDeploymentInner.id = reader.getString();
+ } else if ("name".equals(fieldName)) {
+ deserializedArcDeploymentInner.name = reader.getString();
+ } else if ("type".equals(fieldName)) {
+ deserializedArcDeploymentInner.type = reader.getString();
+ } else if ("properties".equals(fieldName)) {
+ deserializedArcDeploymentInner.properties = ArcDeploymentProperties.fromJson(reader);
+ } else if ("sku".equals(fieldName)) {
+ deserializedArcDeploymentInner.sku = ArcDeploymentSku.fromJson(reader);
+ } else if ("etag".equals(fieldName)) {
+ deserializedArcDeploymentInner.etag = reader.getString();
+ } else if ("systemData".equals(fieldName)) {
+ deserializedArcDeploymentInner.systemData = SystemData.fromJson(reader);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentInner;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ComputeInner.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ComputeInner.java
index 6bdd7649390d..db792a492799 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ComputeInner.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ComputeInner.java
@@ -31,11 +31,6 @@ public final class ComputeInner extends ProxyResource {
*/
private String etag;
- /*
- * The location of the compute resource.
- */
- private String location;
-
/*
* Resource tags.
*/
@@ -108,26 +103,6 @@ public String etag() {
return this.etag;
}
- /**
- * Get the location property: The location of the compute resource.
- *
- * @return the location value.
- */
- public String location() {
- return this.location;
- }
-
- /**
- * Set the location property: The location of the compute resource.
- *
- * @param location the location value to set.
- * @return the ComputeInner object itself.
- */
- public ComputeInner withLocation(String location) {
- this.location = location;
- return this;
- }
-
/**
* Get the tags property: Resource tags.
*
@@ -234,7 +209,6 @@ public String id() {
public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeStartObject();
jsonWriter.writeJsonField("properties", this.properties);
- jsonWriter.writeStringField("location", this.location);
jsonWriter.writeMapField("tags", this.tags, (writer, element) -> writer.writeString(element));
jsonWriter.writeStringField("kind", this.kind);
jsonWriter.writeJsonField("identity", this.identity);
@@ -267,8 +241,6 @@ public static ComputeInner fromJson(JsonReader jsonReader) throws IOException {
deserializedComputeInner.properties = ComputeProperties.fromJson(reader);
} else if ("etag".equals(fieldName)) {
deserializedComputeInner.etag = reader.getString();
- } else if ("location".equals(fieldName)) {
- deserializedComputeInner.location = reader.getString();
} else if ("tags".equals(fieldName)) {
Map tags = reader.readMap(reader1 -> reader1.getString());
deserializedComputeInner.tags = tags;
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountConnectionsImpl.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountConnectionsImpl.java
index 1a0fdff296a1..3d8a25da368c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountConnectionsImpl.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountConnectionsImpl.java
@@ -13,7 +13,6 @@
import com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner;
import com.azure.resourcemanager.cognitiveservices.models.AccountConnections;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2BasicResource;
-import com.azure.resourcemanager.cognitiveservices.models.ConnectionUpdateContent;
public final class AccountConnectionsImpl implements AccountConnections {
private static final ClientLogger LOGGER = new ClientLogger(AccountConnectionsImpl.class);
@@ -47,45 +46,6 @@ public ConnectionPropertiesV2BasicResource get(String resourceGroupName, String
}
}
- public Response createWithResponse(String resourceGroupName,
- String accountName, String connectionName, ConnectionPropertiesV2BasicResourceInner connection,
- Context context) {
- Response inner = this.serviceClient()
- .createWithResponse(resourceGroupName, accountName, connectionName, connection, context);
- return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
- new ConnectionPropertiesV2BasicResourceImpl(inner.getValue(), this.manager()));
- }
-
- public ConnectionPropertiesV2BasicResource create(String resourceGroupName, String accountName,
- String connectionName) {
- ConnectionPropertiesV2BasicResourceInner inner
- = this.serviceClient().create(resourceGroupName, accountName, connectionName);
- if (inner != null) {
- return new ConnectionPropertiesV2BasicResourceImpl(inner, this.manager());
- } else {
- return null;
- }
- }
-
- public Response updateWithResponse(String resourceGroupName,
- String accountName, String connectionName, ConnectionUpdateContent connection, Context context) {
- Response inner = this.serviceClient()
- .updateWithResponse(resourceGroupName, accountName, connectionName, connection, context);
- return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
- new ConnectionPropertiesV2BasicResourceImpl(inner.getValue(), this.manager()));
- }
-
- public ConnectionPropertiesV2BasicResource update(String resourceGroupName, String accountName,
- String connectionName) {
- ConnectionPropertiesV2BasicResourceInner inner
- = this.serviceClient().update(resourceGroupName, accountName, connectionName);
- if (inner != null) {
- return new ConnectionPropertiesV2BasicResourceImpl(inner, this.manager());
- } else {
- return null;
- }
- }
-
public Response deleteWithResponse(String resourceGroupName, String accountName, String connectionName,
Context context) {
return this.serviceClient().deleteWithResponse(resourceGroupName, accountName, connectionName, context);
@@ -110,6 +70,82 @@ public PagedIterable list(String resourceGr
inner1 -> new ConnectionPropertiesV2BasicResourceImpl(inner1, this.manager()));
}
+ public ConnectionPropertiesV2BasicResource getById(String id) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
+ if (accountName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
+ }
+ String connectionName = ResourceManagerUtils.getValueFromIdByName(id, "connections");
+ if (connectionName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'connections'.", id)));
+ }
+ return this.getWithResponse(resourceGroupName, accountName, connectionName, Context.NONE).getValue();
+ }
+
+ public Response getByIdWithResponse(String id, Context context) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
+ if (accountName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
+ }
+ String connectionName = ResourceManagerUtils.getValueFromIdByName(id, "connections");
+ if (connectionName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'connections'.", id)));
+ }
+ return this.getWithResponse(resourceGroupName, accountName, connectionName, context);
+ }
+
+ public void deleteById(String id) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
+ if (accountName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
+ }
+ String connectionName = ResourceManagerUtils.getValueFromIdByName(id, "connections");
+ if (connectionName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'connections'.", id)));
+ }
+ this.deleteWithResponse(resourceGroupName, accountName, connectionName, Context.NONE);
+ }
+
+ public Response deleteByIdWithResponse(String id, Context context) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
+ if (accountName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
+ }
+ String connectionName = ResourceManagerUtils.getValueFromIdByName(id, "connections");
+ if (connectionName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'connections'.", id)));
+ }
+ return this.deleteWithResponse(resourceGroupName, accountName, connectionName, context);
+ }
+
private AccountConnectionsClient serviceClient() {
return this.innerClient;
}
@@ -117,4 +153,8 @@ private AccountConnectionsClient serviceClient() {
private com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager() {
return this.serviceManager;
}
+
+ public ConnectionPropertiesV2BasicResourceImpl define(String name) {
+ return new ConnectionPropertiesV2BasicResourceImpl(name, this.manager());
+ }
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentImpl.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentImpl.java
new file mode 100644
index 000000000000..02893e6f2163
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentImpl.java
@@ -0,0 +1,154 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.implementation;
+
+import com.azure.core.management.SystemData;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.cognitiveservices.fluent.models.ArcDeploymentInner;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeployment;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentProperties;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSku;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdate;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdateProperties;
+
+public final class ArcDeploymentImpl implements ArcDeployment, ArcDeployment.Definition, ArcDeployment.Update {
+ private ArcDeploymentInner innerObject;
+
+ private final com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager serviceManager;
+
+ public String id() {
+ return this.innerModel().id();
+ }
+
+ public String name() {
+ return this.innerModel().name();
+ }
+
+ public String type() {
+ return this.innerModel().type();
+ }
+
+ public ArcDeploymentProperties properties() {
+ return this.innerModel().properties();
+ }
+
+ public ArcDeploymentSku sku() {
+ return this.innerModel().sku();
+ }
+
+ public String etag() {
+ return this.innerModel().etag();
+ }
+
+ public SystemData systemData() {
+ return this.innerModel().systemData();
+ }
+
+ public String resourceGroupName() {
+ return resourceGroupName;
+ }
+
+ public ArcDeploymentInner innerModel() {
+ return this.innerObject;
+ }
+
+ private com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager() {
+ return this.serviceManager;
+ }
+
+ private String resourceGroupName;
+
+ private String accountName;
+
+ private String deploymentName;
+
+ private ArcDeploymentUpdate updateProperties;
+
+ public ArcDeploymentImpl withExistingAccount(String resourceGroupName, String accountName) {
+ this.resourceGroupName = resourceGroupName;
+ this.accountName = accountName;
+ return this;
+ }
+
+ public ArcDeployment create() {
+ this.innerObject = serviceManager.serviceClient()
+ .getArcDeployments()
+ .createOrUpdate(resourceGroupName, accountName, deploymentName, this.innerModel(), Context.NONE);
+ return this;
+ }
+
+ public ArcDeployment create(Context context) {
+ this.innerObject = serviceManager.serviceClient()
+ .getArcDeployments()
+ .createOrUpdate(resourceGroupName, accountName, deploymentName, this.innerModel(), context);
+ return this;
+ }
+
+ ArcDeploymentImpl(String name,
+ com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager serviceManager) {
+ this.innerObject = new ArcDeploymentInner();
+ this.serviceManager = serviceManager;
+ this.deploymentName = name;
+ }
+
+ public ArcDeploymentImpl update() {
+ this.updateProperties = new ArcDeploymentUpdate();
+ return this;
+ }
+
+ public ArcDeployment apply() {
+ this.innerObject = serviceManager.serviceClient()
+ .getArcDeployments()
+ .update(resourceGroupName, accountName, deploymentName, updateProperties, Context.NONE);
+ return this;
+ }
+
+ public ArcDeployment apply(Context context) {
+ this.innerObject = serviceManager.serviceClient()
+ .getArcDeployments()
+ .update(resourceGroupName, accountName, deploymentName, updateProperties, context);
+ return this;
+ }
+
+ ArcDeploymentImpl(ArcDeploymentInner innerObject,
+ com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager serviceManager) {
+ this.innerObject = innerObject;
+ this.serviceManager = serviceManager;
+ this.resourceGroupName = ResourceManagerUtils.getValueFromIdByName(innerObject.id(), "resourceGroups");
+ this.accountName = ResourceManagerUtils.getValueFromIdByName(innerObject.id(), "accounts");
+ this.deploymentName = ResourceManagerUtils.getValueFromIdByName(innerObject.id(), "arcDeployments");
+ }
+
+ public ArcDeployment refresh() {
+ this.innerObject = serviceManager.serviceClient()
+ .getArcDeployments()
+ .getWithResponse(resourceGroupName, accountName, deploymentName, Context.NONE)
+ .getValue();
+ return this;
+ }
+
+ public ArcDeployment refresh(Context context) {
+ this.innerObject = serviceManager.serviceClient()
+ .getArcDeployments()
+ .getWithResponse(resourceGroupName, accountName, deploymentName, context)
+ .getValue();
+ return this;
+ }
+
+ public ArcDeploymentImpl withProperties(ArcDeploymentProperties properties) {
+ this.innerModel().withProperties(properties);
+ return this;
+ }
+
+ public ArcDeploymentImpl withSku(ArcDeploymentSku sku) {
+ this.innerModel().withSku(sku);
+ return this;
+ }
+
+ public ArcDeploymentImpl withProperties(ArcDeploymentUpdateProperties properties) {
+ this.updateProperties.withProperties(properties);
+ return this;
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentsClientImpl.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentsClientImpl.java
new file mode 100644
index 000000000000..3ff9fb3e492c
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentsClientImpl.java
@@ -0,0 +1,1013 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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.Patch;
+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.management.polling.PollResult;
+import com.azure.core.util.BinaryData;
+import com.azure.core.util.Context;
+import com.azure.core.util.FluxUtil;
+import com.azure.core.util.polling.PollerFlux;
+import com.azure.core.util.polling.SyncPoller;
+import com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient;
+import com.azure.resourcemanager.cognitiveservices.fluent.models.ArcDeploymentInner;
+import com.azure.resourcemanager.cognitiveservices.implementation.models.ArcDeploymentListResult;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdate;
+import java.nio.ByteBuffer;
+import reactor.core.publisher.Flux;
+import reactor.core.publisher.Mono;
+
+/**
+ * An instance of this class provides access to all the operations defined in ArcDeploymentsClient.
+ */
+public final class ArcDeploymentsClientImpl implements ArcDeploymentsClient {
+ /**
+ * The proxy service used to perform REST calls.
+ */
+ private final ArcDeploymentsService service;
+
+ /**
+ * The service client containing this operation class.
+ */
+ private final CognitiveServicesManagementClientImpl client;
+
+ /**
+ * Initializes an instance of ArcDeploymentsClientImpl.
+ *
+ * @param client the instance of the service client containing this operation class.
+ */
+ ArcDeploymentsClientImpl(CognitiveServicesManagementClientImpl client) {
+ this.service
+ = RestProxy.create(ArcDeploymentsService.class, client.getHttpPipeline(), client.getSerializerAdapter());
+ this.client = client;
+ }
+
+ /**
+ * The interface defining all the services for CognitiveServicesManagementClientArcDeployments to be used by the
+ * proxy service to perform REST calls.
+ */
+ @Host("{endpoint}")
+ @ServiceInterface(name = "CognitiveServicesManagementClientArcDeployments")
+ public interface ArcDeploymentsService {
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments/{deploymentName}")
+ @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("accountName") String accountName,
+ @PathParam("deploymentName") String deploymentName, @HeaderParam("Accept") String accept, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments/{deploymentName}")
+ @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("accountName") String accountName,
+ @PathParam("deploymentName") String deploymentName, @HeaderParam("Accept") String accept, Context context);
+
+ @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments/{deploymentName}")
+ @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("accountName") String accountName,
+ @PathParam("deploymentName") String deploymentName, @HeaderParam("Content-Type") String contentType,
+ @HeaderParam("Accept") String accept, @BodyParam("application/json") ArcDeploymentInner resource,
+ Context context);
+
+ @Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments/{deploymentName}")
+ @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("accountName") String accountName,
+ @PathParam("deploymentName") String deploymentName, @HeaderParam("Content-Type") String contentType,
+ @HeaderParam("Accept") String accept, @BodyParam("application/json") ArcDeploymentInner resource,
+ Context context);
+
+ @Patch("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments/{deploymentName}")
+ @ExpectedResponses({ 200, 202 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono>> update(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
+ @PathParam("deploymentName") String deploymentName, @HeaderParam("Content-Type") String contentType,
+ @HeaderParam("Accept") String accept, @BodyParam("application/json") ArcDeploymentUpdate properties,
+ Context context);
+
+ @Patch("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments/{deploymentName}")
+ @ExpectedResponses({ 200, 202 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response updateSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
+ @PathParam("deploymentName") String deploymentName, @HeaderParam("Content-Type") String contentType,
+ @HeaderParam("Accept") String accept, @BodyParam("application/json") ArcDeploymentUpdate properties,
+ Context context);
+
+ @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" })
+ @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments/{deploymentName}")
+ @ExpectedResponses({ 202, 204 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono>> delete(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
+ @PathParam("deploymentName") String deploymentName, Context context);
+
+ @Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" })
+ @Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments/{deploymentName}")
+ @ExpectedResponses({ 202, 204 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response deleteSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
+ @PathParam("deploymentName") String deploymentName, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono> list(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
+ @HeaderParam("Accept") String accept, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/arcDeployments")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Response listSync(@HostParam("endpoint") String endpoint,
+ @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
+ @PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
+ @HeaderParam("Accept") String accept, Context context);
+
+ @Headers({ "Content-Type: application/json" })
+ @Get("{nextLink}")
+ @ExpectedResponses({ 200 })
+ @UnexpectedResponseExceptionType(ManagementException.class)
+ Mono> listNext(@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 listNextSync(@PathParam(value = "nextLink", encoded = true) String nextLink,
+ @HostParam("endpoint") String endpoint, @HeaderParam("Accept") String accept, Context context);
+ }
+
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 specified Arc deployment associated with the Cognitive Services account along with {@link Response}
+ * on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> getWithResponseAsync(String resourceGroupName, String accountName,
+ String deploymentName) {
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.get(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, deploymentName, accept, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 specified Arc deployment associated with the Cognitive Services account on successful completion of
+ * {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono getAsync(String resourceGroupName, String accountName, String deploymentName) {
+ return getWithResponseAsync(resourceGroupName, accountName, deploymentName)
+ .flatMap(res -> Mono.justOrEmpty(res.getValue()));
+ }
+
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 specified Arc deployment associated with the Cognitive Services account along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public Response getWithResponse(String resourceGroupName, String accountName,
+ String deploymentName, Context context) {
+ final String accept = "application/json";
+ return service.getSync(this.client.getEndpoint(), this.client.getApiVersion(), this.client.getSubscriptionId(),
+ resourceGroupName, accountName, deploymentName, accept, context);
+ }
+
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 specified Arc deployment associated with the Cognitive Services account.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ArcDeploymentInner get(String resourceGroupName, String accountName, String deploymentName) {
+ return getWithResponse(resourceGroupName, accountName, deploymentName, Context.NONE).getValue();
+ }
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources
+ * along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono>> createOrUpdateWithResponseAsync(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentInner 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, accountName, deploymentName, contentType, accept,
+ resource, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources
+ * along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response createOrUpdateWithResponse(String resourceGroupName, String accountName,
+ String deploymentName, ArcDeploymentInner resource) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.createOrUpdateSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, deploymentName, contentType, accept,
+ resource, Context.NONE);
+ }
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources
+ * along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response createOrUpdateWithResponse(String resourceGroupName, String accountName,
+ String deploymentName, ArcDeploymentInner 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, accountName, deploymentName, contentType, accept,
+ resource, context);
+ }
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 PollerFlux} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ private PollerFlux, ArcDeploymentInner> beginCreateOrUpdateAsync(
+ String resourceGroupName, String accountName, String deploymentName, ArcDeploymentInner resource) {
+ Mono>> mono
+ = createOrUpdateWithResponseAsync(resourceGroupName, accountName, deploymentName, resource);
+ return this.client.getLroResult(mono, this.client.getHttpPipeline(),
+ ArcDeploymentInner.class, ArcDeploymentInner.class, this.client.getContext());
+ }
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 SyncPoller} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, ArcDeploymentInner> beginCreateOrUpdate(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentInner resource) {
+ Response response
+ = createOrUpdateWithResponse(resourceGroupName, accountName, deploymentName, resource);
+ return this.client.getLroResult(response, ArcDeploymentInner.class,
+ ArcDeploymentInner.class, Context.NONE);
+ }
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 SyncPoller} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, ArcDeploymentInner> beginCreateOrUpdate(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentInner resource, Context context) {
+ Response response
+ = createOrUpdateWithResponse(resourceGroupName, accountName, deploymentName, resource, context);
+ return this.client.getLroResult(response, ArcDeploymentInner.class,
+ ArcDeploymentInner.class, context);
+ }
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources on
+ * successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono createOrUpdateAsync(String resourceGroupName, String accountName,
+ String deploymentName, ArcDeploymentInner resource) {
+ return beginCreateOrUpdateAsync(resourceGroupName, accountName, deploymentName, resource).last()
+ .flatMap(this.client::getLroFinalResultOrError);
+ }
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ArcDeploymentInner createOrUpdate(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentInner resource) {
+ return beginCreateOrUpdate(resourceGroupName, accountName, deploymentName, resource).getFinalResult();
+ }
+
+ /**
+ * Creates or updates an Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param resource The Arc deployment properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ArcDeploymentInner createOrUpdate(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentInner resource, Context context) {
+ return beginCreateOrUpdate(resourceGroupName, accountName, deploymentName, resource, context).getFinalResult();
+ }
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources
+ * along with {@link Response} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono>> updateWithResponseAsync(String resourceGroupName, String accountName,
+ String deploymentName, ArcDeploymentUpdate properties) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.update(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, deploymentName, contentType, accept,
+ properties, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources
+ * along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response updateWithResponse(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentUpdate properties) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.updateSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, deploymentName, contentType, accept,
+ properties, Context.NONE);
+ }
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources
+ * along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response updateWithResponse(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentUpdate properties, Context context) {
+ final String contentType = "application/json";
+ final String accept = "application/json";
+ return service.updateSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, deploymentName, contentType, accept,
+ properties, context);
+ }
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 PollerFlux} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ private PollerFlux, ArcDeploymentInner> beginUpdateAsync(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentUpdate properties) {
+ Mono>> mono
+ = updateWithResponseAsync(resourceGroupName, accountName, deploymentName, properties);
+ return this.client.getLroResult(mono, this.client.getHttpPipeline(),
+ ArcDeploymentInner.class, ArcDeploymentInner.class, this.client.getContext());
+ }
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 SyncPoller} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, ArcDeploymentInner> beginUpdate(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentUpdate properties) {
+ Response response = updateWithResponse(resourceGroupName, accountName, deploymentName, properties);
+ return this.client.getLroResult(response, ArcDeploymentInner.class,
+ ArcDeploymentInner.class, Context.NONE);
+ }
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 SyncPoller} for polling of cognitive Services account Arc deployment, backed by
+ * customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, ArcDeploymentInner> beginUpdate(String resourceGroupName,
+ String accountName, String deploymentName, ArcDeploymentUpdate properties, Context context) {
+ Response response
+ = updateWithResponse(resourceGroupName, accountName, deploymentName, properties, context);
+ return this.client.getLroResult(response, ArcDeploymentInner.class,
+ ArcDeploymentInner.class, context);
+ }
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources on
+ * successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono updateAsync(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentUpdate properties) {
+ return beginUpdateAsync(resourceGroupName, accountName, deploymentName, properties).last()
+ .flatMap(this.client::getLroFinalResultOrError);
+ }
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ArcDeploymentInner update(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentUpdate properties) {
+ return beginUpdate(resourceGroupName, accountName, deploymentName, properties).getFinalResult();
+ }
+
+ /**
+ * Updates the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @param properties The Arc deployment update properties.
+ * @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 cognitive Services account Arc deployment, backed by customer-managed Arc-enabled Kubernetes resources.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ArcDeploymentInner update(String resourceGroupName, String accountName, String deploymentName,
+ ArcDeploymentUpdate properties, Context context) {
+ return beginUpdate(resourceGroupName, accountName, deploymentName, properties, context).getFinalResult();
+ }
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 accountName,
+ String deploymentName) {
+ return FluxUtil
+ .withContext(context -> service.delete(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, deploymentName, context))
+ .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
+ }
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 body along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response deleteWithResponse(String resourceGroupName, String accountName,
+ String deploymentName) {
+ return service.deleteSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, deploymentName, Context.NONE);
+ }
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 body along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Response deleteWithResponse(String resourceGroupName, String accountName, String deploymentName,
+ Context context) {
+ return service.deleteSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, deploymentName, context);
+ }
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 PollerFlux} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ private PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String accountName,
+ String deploymentName) {
+ Mono>> mono = deleteWithResponseAsync(resourceGroupName, accountName, deploymentName);
+ return this.client.getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class,
+ this.client.getContext());
+ }
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, Void> beginDelete(String resourceGroupName, String accountName,
+ String deploymentName) {
+ Response response = deleteWithResponse(resourceGroupName, accountName, deploymentName);
+ return this.client.getLroResult(response, Void.class, Void.class, Context.NONE);
+ }
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 SyncPoller} for polling of long-running operation.
+ */
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ public SyncPoller, Void> beginDelete(String resourceGroupName, String accountName,
+ String deploymentName, Context context) {
+ Response response = deleteWithResponse(resourceGroupName, accountName, deploymentName, context);
+ return this.client.getLroResult(response, Void.class, Void.class, context);
+ }
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 accountName, String deploymentName) {
+ return beginDeleteAsync(resourceGroupName, accountName, deploymentName).last()
+ .flatMap(this.client::getLroFinalResultOrError);
+ }
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 accountName, String deploymentName) {
+ beginDelete(resourceGroupName, accountName, deploymentName).getFinalResult();
+ }
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public void delete(String resourceGroupName, String accountName, String deploymentName, Context context) {
+ beginDelete(resourceGroupName, accountName, deploymentName, context).getFinalResult();
+ }
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account along with {@link PagedResponse} on
+ * successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> listSinglePageAsync(String resourceGroupName, String accountName) {
+ final String accept = "application/json";
+ return FluxUtil
+ .withContext(context -> service.list(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, 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()));
+ }
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account as paginated response with
+ * {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ private PagedFlux listAsync(String resourceGroupName, String accountName) {
+ return new PagedFlux<>(() -> listSinglePageAsync(resourceGroupName, accountName),
+ nextLink -> listNextSinglePageAsync(nextLink));
+ }
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listSinglePage(String resourceGroupName, String accountName) {
+ final String accept = "application/json";
+ Response res = service.listSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, accept, Context.NONE);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listSinglePage(String resourceGroupName, String accountName,
+ Context context) {
+ final String accept = "application/json";
+ Response res = service.listSync(this.client.getEndpoint(), this.client.getApiVersion(),
+ this.client.getSubscriptionId(), resourceGroupName, accountName, accept, context);
+ return new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(), res.getValue().value(),
+ res.getValue().nextLink(), null);
+ }
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account as paginated response with
+ * {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterable list(String resourceGroupName, String accountName) {
+ return new PagedIterable<>(() -> listSinglePage(resourceGroupName, accountName),
+ nextLink -> listNextSinglePage(nextLink));
+ }
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account as paginated response with
+ * {@link PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterable list(String resourceGroupName, String accountName, Context context) {
+ return new PagedIterable<>(() -> listSinglePage(resourceGroupName, accountName, context),
+ nextLink -> listNextSinglePage(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 Arc deployments associated with the Cognitive Services account along with {@link PagedResponse} on
+ * successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private Mono> listNextSinglePageAsync(String nextLink) {
+ final String accept = "application/json";
+ return FluxUtil.withContext(context -> service.listNext(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 Arc deployments associated with the Cognitive Services account along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listNextSinglePage(String nextLink) {
+ final String accept = "application/json";
+ Response res
+ = service.listNextSync(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 Arc deployments associated with the Cognitive Services account along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ private PagedResponse listNextSinglePage(String nextLink, Context context) {
+ final String accept = "application/json";
+ Response res
+ = service.listNextSync(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/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentsImpl.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentsImpl.java
new file mode 100644
index 000000000000..6156901e71cd
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentsImpl.java
@@ -0,0 +1,152 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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.cognitiveservices.fluent.ArcDeploymentsClient;
+import com.azure.resourcemanager.cognitiveservices.fluent.models.ArcDeploymentInner;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeployment;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeployments;
+
+public final class ArcDeploymentsImpl implements ArcDeployments {
+ private static final ClientLogger LOGGER = new ClientLogger(ArcDeploymentsImpl.class);
+
+ private final ArcDeploymentsClient innerClient;
+
+ private final com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager serviceManager;
+
+ public ArcDeploymentsImpl(ArcDeploymentsClient innerClient,
+ com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager serviceManager) {
+ this.innerClient = innerClient;
+ this.serviceManager = serviceManager;
+ }
+
+ public Response getWithResponse(String resourceGroupName, String accountName, String deploymentName,
+ Context context) {
+ Response inner
+ = this.serviceClient().getWithResponse(resourceGroupName, accountName, deploymentName, context);
+ return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
+ new ArcDeploymentImpl(inner.getValue(), this.manager()));
+ }
+
+ public ArcDeployment get(String resourceGroupName, String accountName, String deploymentName) {
+ ArcDeploymentInner inner = this.serviceClient().get(resourceGroupName, accountName, deploymentName);
+ if (inner != null) {
+ return new ArcDeploymentImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
+ public void delete(String resourceGroupName, String accountName, String deploymentName) {
+ this.serviceClient().delete(resourceGroupName, accountName, deploymentName);
+ }
+
+ public void delete(String resourceGroupName, String accountName, String deploymentName, Context context) {
+ this.serviceClient().delete(resourceGroupName, accountName, deploymentName, context);
+ }
+
+ public PagedIterable list(String resourceGroupName, String accountName) {
+ PagedIterable inner = this.serviceClient().list(resourceGroupName, accountName);
+ return ResourceManagerUtils.mapPage(inner, inner1 -> new ArcDeploymentImpl(inner1, this.manager()));
+ }
+
+ public PagedIterable list(String resourceGroupName, String accountName, Context context) {
+ PagedIterable inner = this.serviceClient().list(resourceGroupName, accountName, context);
+ return ResourceManagerUtils.mapPage(inner, inner1 -> new ArcDeploymentImpl(inner1, this.manager()));
+ }
+
+ public ArcDeployment getById(String id) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
+ if (accountName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
+ }
+ String deploymentName = ResourceManagerUtils.getValueFromIdByName(id, "arcDeployments");
+ if (deploymentName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'arcDeployments'.", id)));
+ }
+ return this.getWithResponse(resourceGroupName, accountName, deploymentName, Context.NONE).getValue();
+ }
+
+ public Response getByIdWithResponse(String id, Context context) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
+ if (accountName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
+ }
+ String deploymentName = ResourceManagerUtils.getValueFromIdByName(id, "arcDeployments");
+ if (deploymentName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'arcDeployments'.", id)));
+ }
+ return this.getWithResponse(resourceGroupName, accountName, deploymentName, context);
+ }
+
+ public void deleteById(String id) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
+ if (accountName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
+ }
+ String deploymentName = ResourceManagerUtils.getValueFromIdByName(id, "arcDeployments");
+ if (deploymentName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'arcDeployments'.", id)));
+ }
+ this.delete(resourceGroupName, accountName, deploymentName, Context.NONE);
+ }
+
+ public void deleteByIdWithResponse(String id, Context context) {
+ String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
+ if (resourceGroupName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
+ }
+ String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
+ if (accountName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
+ }
+ String deploymentName = ResourceManagerUtils.getValueFromIdByName(id, "arcDeployments");
+ if (deploymentName == null) {
+ throw LOGGER.logExceptionAsError(new IllegalArgumentException(
+ String.format("The resource ID '%s' is not valid. Missing path segment 'arcDeployments'.", id)));
+ }
+ this.delete(resourceGroupName, accountName, deploymentName, context);
+ }
+
+ private ArcDeploymentsClient serviceClient() {
+ return this.innerClient;
+ }
+
+ private com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager() {
+ return this.serviceManager;
+ }
+
+ public ArcDeploymentImpl define(String name) {
+ return new ArcDeploymentImpl(name, this.manager());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CognitiveServicesManagementClientImpl.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CognitiveServicesManagementClientImpl.java
index 600916975fca..48aa850bcb5c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CognitiveServicesManagementClientImpl.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CognitiveServicesManagementClientImpl.java
@@ -31,6 +31,7 @@
import com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient;
import com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient;
import com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient;
+import com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient;
import com.azure.resourcemanager.cognitiveservices.fluent.CognitiveServicesManagementClient;
import com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient;
import com.azure.resourcemanager.cognitiveservices.fluent.CommitmentTiersClient;
@@ -464,6 +465,20 @@ public QuotaTiersClient getQuotaTiers() {
return this.quotaTiers;
}
+ /**
+ * The ArcDeploymentsClient object to access its operations.
+ */
+ private final ArcDeploymentsClient arcDeployments;
+
+ /**
+ * Gets the ArcDeploymentsClient object to access its operations.
+ *
+ * @return the ArcDeploymentsClient object.
+ */
+ public ArcDeploymentsClient getArcDeployments() {
+ return this.arcDeployments;
+ }
+
/**
* The AgentApplicationsClient object to access its operations.
*/
@@ -817,7 +832,7 @@ public ModelCapacitiesClient getModelCapacities() {
this.defaultPollInterval = defaultPollInterval;
this.endpoint = endpoint;
this.subscriptionId = subscriptionId;
- this.apiVersion = "2026-05-15-preview";
+ this.apiVersion = "2026-07-15-preview";
this.resourceProviders = new ResourceProvidersClientImpl(this);
this.operations = new OperationsClientImpl(this);
this.accounts = new AccountsClientImpl(this);
@@ -839,6 +854,7 @@ public ModelCapacitiesClient getModelCapacities() {
this.projectConnections = new ProjectConnectionsClientImpl(this);
this.projectCapabilityHosts = new ProjectCapabilityHostsClientImpl(this);
this.quotaTiers = new QuotaTiersClientImpl(this);
+ this.arcDeployments = new ArcDeploymentsClientImpl(this);
this.agentApplications = new AgentApplicationsClientImpl(this);
this.managedComputeDeployments = new ManagedComputeDeploymentsClientImpl(this);
this.computeOperations = new ComputeOperationsClientImpl(this);
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeImpl.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeImpl.java
index 61838cb3cfe8..06e5d6652cd6 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeImpl.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeImpl.java
@@ -4,7 +4,6 @@
package com.azure.resourcemanager.cognitiveservices.implementation;
-import com.azure.core.management.Region;
import com.azure.core.management.SystemData;
import com.azure.core.util.Context;
import com.azure.resourcemanager.cognitiveservices.fluent.models.ComputeInner;
@@ -39,10 +38,6 @@ public String etag() {
return this.innerModel().etag();
}
- public String location() {
- return this.innerModel().location();
- }
-
public Map tags() {
Map inner = this.innerModel().tags();
if (inner != null) {
@@ -64,14 +59,6 @@ public SystemData systemData() {
return this.innerModel().systemData();
}
- public Region region() {
- return Region.fromName(this.regionName());
- }
-
- public String regionName() {
- return this.location();
- }
-
public String resourceGroupName() {
return resourceGroupName;
}
@@ -123,14 +110,14 @@ public ComputeImpl update() {
public Compute apply() {
this.innerObject = serviceManager.serviceClient()
.getComputes()
- .update(resourceGroupName, accountName, computeName, this.innerModel(), Context.NONE);
+ .createOrUpdate(resourceGroupName, accountName, computeName, this.innerModel(), Context.NONE);
return this;
}
public Compute apply(Context context) {
this.innerObject = serviceManager.serviceClient()
.getComputes()
- .update(resourceGroupName, accountName, computeName, this.innerModel(), context);
+ .createOrUpdate(resourceGroupName, accountName, computeName, this.innerModel(), context);
return this;
}
@@ -188,16 +175,6 @@ public ComputeImpl withProperties(ComputeProperties properties) {
return this;
}
- public ComputeImpl withRegion(Region location) {
- this.innerModel().withLocation(location.toString());
- return this;
- }
-
- public ComputeImpl withRegion(String location) {
- this.innerModel().withLocation(location);
- return this;
- }
-
public ComputeImpl withTags(Map tags) {
this.innerModel().withTags(tags);
return this;
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputesClientImpl.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputesClientImpl.java
index 7561c16b0aaf..a29e6048828c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputesClientImpl.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputesClientImpl.java
@@ -12,7 +12,6 @@
import com.azure.core.annotation.Headers;
import com.azure.core.annotation.Host;
import com.azure.core.annotation.HostParam;
-import com.azure.core.annotation.Patch;
import com.azure.core.annotation.PathParam;
import com.azure.core.annotation.Post;
import com.azure.core.annotation.Put;
@@ -90,45 +89,25 @@ Response getSync(@HostParam("endpoint") String endpoint,
@PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
@PathParam("computeName") String computeName, @HeaderParam("Accept") String accept, Context context);
+ @Headers({ "Accept: application/json;q=0.9" })
@Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/computes/{computeName}")
- @ExpectedResponses({ 200, 201 })
+ @ExpectedResponses({ 202 })
@UnexpectedResponseExceptionType(ManagementException.class)
Mono>> createOrUpdate(@HostParam("endpoint") String endpoint,
@QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
@PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
@PathParam("computeName") String computeName, @HeaderParam("Content-Type") String contentType,
- @HeaderParam("Accept") String accept, @BodyParam("application/json") ComputeInner resource,
- Context context);
+ @BodyParam("application/json") ComputeInner resource, Context context);
+ @Headers({ "Accept: application/json;q=0.9" })
@Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/computes/{computeName}")
- @ExpectedResponses({ 200, 201 })
+ @ExpectedResponses({ 202 })
@UnexpectedResponseExceptionType(ManagementException.class)
Response createOrUpdateSync(@HostParam("endpoint") String endpoint,
@QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
@PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
@PathParam("computeName") String computeName, @HeaderParam("Content-Type") String contentType,
- @HeaderParam("Accept") String accept, @BodyParam("application/json") ComputeInner resource,
- Context context);
-
- @Patch("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/computes/{computeName}")
- @ExpectedResponses({ 200, 202 })
- @UnexpectedResponseExceptionType(ManagementException.class)
- Mono>> update(@HostParam("endpoint") String endpoint,
- @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
- @PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
- @PathParam("computeName") String computeName, @HeaderParam("Content-Type") String contentType,
- @HeaderParam("Accept") String accept, @BodyParam("application/json") ComputeInner properties,
- Context context);
-
- @Patch("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/computes/{computeName}")
- @ExpectedResponses({ 200, 202 })
- @UnexpectedResponseExceptionType(ManagementException.class)
- Response updateSync(@HostParam("endpoint") String endpoint,
- @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId,
- @PathParam("resourceGroupName") String resourceGroupName, @PathParam("accountName") String accountName,
- @PathParam("computeName") String computeName, @HeaderParam("Content-Type") String contentType,
- @HeaderParam("Accept") String accept, @BodyParam("application/json") ComputeInner properties,
- Context context);
+ @BodyParam("application/json") ComputeInner resource, Context context);
@Headers({ "Accept: application/json;q=0.9", "Content-Type: application/json" })
@Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/computes/{computeName}")
@@ -321,17 +300,16 @@ public ComputeInner get(String resourceGroupName, String accountName, String com
* @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 cognitive Services compute resource along with {@link Response} on successful completion of {@link Mono}.
+ * @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono>> createOrUpdateWithResponseAsync(String resourceGroupName,
String accountName, String computeName, ComputeInner 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, accountName, computeName, contentType, accept,
- resource, context))
+ this.client.getSubscriptionId(), resourceGroupName, accountName, computeName, contentType, resource,
+ context))
.contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
}
@@ -345,15 +323,14 @@ private Mono>> createOrUpdateWithResponseAsync(String
* @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 cognitive Services compute resource along with {@link Response}.
+ * @return the response body along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Response createOrUpdateWithResponse(String resourceGroupName, String accountName,
String computeName, ComputeInner resource) {
final String contentType = "application/json";
- final String accept = "application/json";
return service.createOrUpdateSync(this.client.getEndpoint(), this.client.getApiVersion(),
- this.client.getSubscriptionId(), resourceGroupName, accountName, computeName, contentType, accept, resource,
+ this.client.getSubscriptionId(), resourceGroupName, accountName, computeName, contentType, resource,
Context.NONE);
}
@@ -368,15 +345,14 @@ private Response createOrUpdateWithResponse(String resourceGroupName
* @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 cognitive Services compute resource along with {@link Response}.
+ * @return the response body along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Response createOrUpdateWithResponse(String resourceGroupName, String accountName,
String computeName, ComputeInner 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, accountName, computeName, contentType, accept, resource,
+ this.client.getSubscriptionId(), resourceGroupName, accountName, computeName, contentType, resource,
context);
}
@@ -390,7 +366,7 @@ private Response createOrUpdateWithResponse(String resourceGroupName
* @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 PollerFlux} for polling of cognitive Services compute resource.
+ * @return the {@link PollerFlux} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
private PollerFlux, ComputeInner> beginCreateOrUpdateAsync(String resourceGroupName,
@@ -411,7 +387,7 @@ private PollerFlux, ComputeInner> beginCreateOrUpdateAs
* @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 SyncPoller} for polling of cognitive Services compute resource.
+ * @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public SyncPoller, ComputeInner> beginCreateOrUpdate(String resourceGroupName,
@@ -433,7 +409,7 @@ public SyncPoller, ComputeInner> beginCreateOrUpdate(St
* @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 SyncPoller} for polling of cognitive Services compute resource.
+ * @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public SyncPoller, ComputeInner> beginCreateOrUpdate(String resourceGroupName,
@@ -454,7 +430,7 @@ public SyncPoller, ComputeInner> beginCreateOrUpdate(St
* @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 cognitive Services compute resource on successful completion of {@link Mono}.
+ * @return the response body on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono createOrUpdateAsync(String resourceGroupName, String accountName, String computeName,
@@ -473,7 +449,7 @@ private Mono createOrUpdateAsync(String resourceGroupName, String
* @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 cognitive Services compute resource.
+ * @return the response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public ComputeInner createOrUpdate(String resourceGroupName, String accountName, String computeName,
@@ -492,7 +468,7 @@ public ComputeInner createOrUpdate(String resourceGroupName, String accountName,
* @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 cognitive Services compute resource.
+ * @return the response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public ComputeInner createOrUpdate(String resourceGroupName, String accountName, String computeName,
@@ -500,194 +476,6 @@ public ComputeInner createOrUpdate(String resourceGroupName, String accountName,
return beginCreateOrUpdate(resourceGroupName, accountName, computeName, resource, context).getFinalResult();
}
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 cognitive Services compute resource along with {@link Response} on successful completion of {@link Mono}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- private Mono>> updateWithResponseAsync(String resourceGroupName, String accountName,
- String computeName, ComputeInner properties) {
- final String contentType = "application/json";
- final String accept = "application/json";
- return FluxUtil
- .withContext(context -> service.update(this.client.getEndpoint(), this.client.getApiVersion(),
- this.client.getSubscriptionId(), resourceGroupName, accountName, computeName, contentType, accept,
- properties, context))
- .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
- }
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 cognitive Services compute resource along with {@link Response}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- private Response updateWithResponse(String resourceGroupName, String accountName, String computeName,
- ComputeInner properties) {
- final String contentType = "application/json";
- final String accept = "application/json";
- return service.updateSync(this.client.getEndpoint(), this.client.getApiVersion(),
- this.client.getSubscriptionId(), resourceGroupName, accountName, computeName, contentType, accept,
- properties, Context.NONE);
- }
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 cognitive Services compute resource along with {@link Response}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- private Response updateWithResponse(String resourceGroupName, String accountName, String computeName,
- ComputeInner properties, Context context) {
- final String contentType = "application/json";
- final String accept = "application/json";
- return service.updateSync(this.client.getEndpoint(), this.client.getApiVersion(),
- this.client.getSubscriptionId(), resourceGroupName, accountName, computeName, contentType, accept,
- properties, context);
- }
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 PollerFlux} for polling of cognitive Services compute resource.
- */
- @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- private PollerFlux, ComputeInner> beginUpdateAsync(String resourceGroupName,
- String accountName, String computeName, ComputeInner properties) {
- Mono>> mono
- = updateWithResponseAsync(resourceGroupName, accountName, computeName, properties);
- return this.client.getLroResult(mono, this.client.getHttpPipeline(),
- ComputeInner.class, ComputeInner.class, this.client.getContext());
- }
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 SyncPoller} for polling of cognitive Services compute resource.
- */
- @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- public SyncPoller, ComputeInner> beginUpdate(String resourceGroupName, String accountName,
- String computeName, ComputeInner properties) {
- Response response = updateWithResponse(resourceGroupName, accountName, computeName, properties);
- return this.client.getLroResult(response, ComputeInner.class, ComputeInner.class,
- Context.NONE);
- }
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 SyncPoller} for polling of cognitive Services compute resource.
- */
- @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- public SyncPoller, ComputeInner> beginUpdate(String resourceGroupName, String accountName,
- String computeName, ComputeInner properties, Context context) {
- Response response
- = updateWithResponse(resourceGroupName, accountName, computeName, properties, context);
- return this.client.getLroResult(response, ComputeInner.class, ComputeInner.class,
- context);
- }
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 cognitive Services compute resource on successful completion of {@link Mono}.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- private Mono updateAsync(String resourceGroupName, String accountName, String computeName,
- ComputeInner properties) {
- return beginUpdateAsync(resourceGroupName, accountName, computeName, properties).last()
- .flatMap(this.client::getLroFinalResultOrError);
- }
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 cognitive Services compute resource.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public ComputeInner update(String resourceGroupName, String accountName, String computeName,
- ComputeInner properties) {
- return beginUpdate(resourceGroupName, accountName, computeName, properties).getFinalResult();
- }
-
- /**
- * Updates a compute associated with the Cognitive Services account.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param computeName The name of the compute associated with the Cognitive Services Account.
- * @param properties The compute properties to update.
- * @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 cognitive Services compute resource.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public ComputeInner update(String resourceGroupName, String accountName, String computeName,
- ComputeInner properties, Context context) {
- return beginUpdate(resourceGroupName, accountName, computeName, properties, context).getFinalResult();
- }
-
/**
* Deletes the specified compute associated with the Cognitive Services account.
*
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ConnectionPropertiesV2BasicResourceImpl.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ConnectionPropertiesV2BasicResourceImpl.java
index 36a4ebeea258..e03ac228de90 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ConnectionPropertiesV2BasicResourceImpl.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ConnectionPropertiesV2BasicResourceImpl.java
@@ -53,33 +53,28 @@ private com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager man
private String accountName;
- private String projectName;
-
private String connectionName;
private ConnectionUpdateContent updateConnection;
- public ConnectionPropertiesV2BasicResourceImpl withExistingProject(String resourceGroupName, String accountName,
- String projectName) {
+ public ConnectionPropertiesV2BasicResourceImpl withExistingAccount(String resourceGroupName, String accountName) {
this.resourceGroupName = resourceGroupName;
this.accountName = accountName;
- this.projectName = projectName;
return this;
}
public ConnectionPropertiesV2BasicResource create() {
this.innerObject = serviceManager.serviceClient()
- .getProjectConnections()
- .createWithResponse(resourceGroupName, accountName, projectName, connectionName, this.innerModel(),
- Context.NONE)
+ .getAccountConnections()
+ .createWithResponse(resourceGroupName, accountName, connectionName, this.innerModel(), Context.NONE)
.getValue();
return this;
}
public ConnectionPropertiesV2BasicResource create(Context context) {
this.innerObject = serviceManager.serviceClient()
- .getProjectConnections()
- .createWithResponse(resourceGroupName, accountName, projectName, connectionName, this.innerModel(), context)
+ .getAccountConnections()
+ .createWithResponse(resourceGroupName, accountName, connectionName, this.innerModel(), context)
.getValue();
return this;
}
@@ -98,17 +93,16 @@ public ConnectionPropertiesV2BasicResourceImpl update() {
public ConnectionPropertiesV2BasicResource apply() {
this.innerObject = serviceManager.serviceClient()
- .getProjectConnections()
- .updateWithResponse(resourceGroupName, accountName, projectName, connectionName, updateConnection,
- Context.NONE)
+ .getAccountConnections()
+ .updateWithResponse(resourceGroupName, accountName, connectionName, updateConnection, Context.NONE)
.getValue();
return this;
}
public ConnectionPropertiesV2BasicResource apply(Context context) {
this.innerObject = serviceManager.serviceClient()
- .getProjectConnections()
- .updateWithResponse(resourceGroupName, accountName, projectName, connectionName, updateConnection, context)
+ .getAccountConnections()
+ .updateWithResponse(resourceGroupName, accountName, connectionName, updateConnection, context)
.getValue();
return this;
}
@@ -119,22 +113,21 @@ public ConnectionPropertiesV2BasicResource apply(Context context) {
this.serviceManager = serviceManager;
this.resourceGroupName = ResourceManagerUtils.getValueFromIdByName(innerObject.id(), "resourceGroups");
this.accountName = ResourceManagerUtils.getValueFromIdByName(innerObject.id(), "accounts");
- this.projectName = ResourceManagerUtils.getValueFromIdByName(innerObject.id(), "projects");
this.connectionName = ResourceManagerUtils.getValueFromIdByName(innerObject.id(), "connections");
}
public ConnectionPropertiesV2BasicResource refresh() {
this.innerObject = serviceManager.serviceClient()
- .getProjectConnections()
- .getWithResponse(resourceGroupName, accountName, projectName, connectionName, Context.NONE)
+ .getAccountConnections()
+ .getWithResponse(resourceGroupName, accountName, connectionName, Context.NONE)
.getValue();
return this;
}
public ConnectionPropertiesV2BasicResource refresh(Context context) {
this.innerObject = serviceManager.serviceClient()
- .getProjectConnections()
- .getWithResponse(resourceGroupName, accountName, projectName, connectionName, context)
+ .getAccountConnections()
+ .getWithResponse(resourceGroupName, accountName, connectionName, context)
.getValue();
return this;
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectConnectionsImpl.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectConnectionsImpl.java
index f86d10aa2c49..b78436ad1ea8 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectConnectionsImpl.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectConnectionsImpl.java
@@ -12,6 +12,7 @@
import com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient;
import com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2BasicResource;
+import com.azure.resourcemanager.cognitiveservices.models.ConnectionUpdateContent;
import com.azure.resourcemanager.cognitiveservices.models.ProjectConnections;
public final class ProjectConnectionsImpl implements ProjectConnections {
@@ -46,6 +47,46 @@ public ConnectionPropertiesV2BasicResource get(String resourceGroupName, String
}
}
+ public Response createWithResponse(String resourceGroupName,
+ String accountName, String projectName, String connectionName,
+ ConnectionPropertiesV2BasicResourceInner connection, Context context) {
+ Response inner = this.serviceClient()
+ .createWithResponse(resourceGroupName, accountName, projectName, connectionName, connection, context);
+ return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
+ new ConnectionPropertiesV2BasicResourceImpl(inner.getValue(), this.manager()));
+ }
+
+ public ConnectionPropertiesV2BasicResource create(String resourceGroupName, String accountName, String projectName,
+ String connectionName) {
+ ConnectionPropertiesV2BasicResourceInner inner
+ = this.serviceClient().create(resourceGroupName, accountName, projectName, connectionName);
+ if (inner != null) {
+ return new ConnectionPropertiesV2BasicResourceImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
+ public Response updateWithResponse(String resourceGroupName,
+ String accountName, String projectName, String connectionName, ConnectionUpdateContent connection,
+ Context context) {
+ Response inner = this.serviceClient()
+ .updateWithResponse(resourceGroupName, accountName, projectName, connectionName, connection, context);
+ return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
+ new ConnectionPropertiesV2BasicResourceImpl(inner.getValue(), this.manager()));
+ }
+
+ public ConnectionPropertiesV2BasicResource update(String resourceGroupName, String accountName, String projectName,
+ String connectionName) {
+ ConnectionPropertiesV2BasicResourceInner inner
+ = this.serviceClient().update(resourceGroupName, accountName, projectName, connectionName);
+ if (inner != null) {
+ return new ConnectionPropertiesV2BasicResourceImpl(inner, this.manager());
+ } else {
+ return null;
+ }
+ }
+
public Response deleteWithResponse(String resourceGroupName, String accountName, String projectName,
String connectionName, Context context) {
return this.serviceClient()
@@ -72,103 +113,6 @@ public PagedIterable list(String resourceGr
inner1 -> new ConnectionPropertiesV2BasicResourceImpl(inner1, this.manager()));
}
- public ConnectionPropertiesV2BasicResource getById(String id) {
- String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
- if (resourceGroupName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
- }
- String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
- if (accountName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
- }
- String projectName = ResourceManagerUtils.getValueFromIdByName(id, "projects");
- if (projectName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'projects'.", id)));
- }
- String connectionName = ResourceManagerUtils.getValueFromIdByName(id, "connections");
- if (connectionName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'connections'.", id)));
- }
- return this.getWithResponse(resourceGroupName, accountName, projectName, connectionName, Context.NONE)
- .getValue();
- }
-
- public Response getByIdWithResponse(String id, Context context) {
- String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
- if (resourceGroupName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
- }
- String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
- if (accountName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
- }
- String projectName = ResourceManagerUtils.getValueFromIdByName(id, "projects");
- if (projectName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'projects'.", id)));
- }
- String connectionName = ResourceManagerUtils.getValueFromIdByName(id, "connections");
- if (connectionName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'connections'.", id)));
- }
- return this.getWithResponse(resourceGroupName, accountName, projectName, connectionName, context);
- }
-
- public void deleteById(String id) {
- String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
- if (resourceGroupName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
- }
- String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
- if (accountName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
- }
- String projectName = ResourceManagerUtils.getValueFromIdByName(id, "projects");
- if (projectName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'projects'.", id)));
- }
- String connectionName = ResourceManagerUtils.getValueFromIdByName(id, "connections");
- if (connectionName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'connections'.", id)));
- }
- this.deleteWithResponse(resourceGroupName, accountName, projectName, connectionName, Context.NONE);
- }
-
- public Response deleteByIdWithResponse(String id, Context context) {
- String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
- if (resourceGroupName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
- }
- String accountName = ResourceManagerUtils.getValueFromIdByName(id, "accounts");
- if (accountName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'accounts'.", id)));
- }
- String projectName = ResourceManagerUtils.getValueFromIdByName(id, "projects");
- if (projectName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'projects'.", id)));
- }
- String connectionName = ResourceManagerUtils.getValueFromIdByName(id, "connections");
- if (connectionName == null) {
- throw LOGGER.logExceptionAsError(new IllegalArgumentException(
- String.format("The resource ID '%s' is not valid. Missing path segment 'connections'.", id)));
- }
- return this.deleteWithResponse(resourceGroupName, accountName, projectName, connectionName, context);
- }
-
private ProjectConnectionsClient serviceClient() {
return this.innerClient;
}
@@ -176,8 +120,4 @@ private ProjectConnectionsClient serviceClient() {
private com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager() {
return this.serviceManager;
}
-
- public ConnectionPropertiesV2BasicResourceImpl define(String name) {
- return new ConnectionPropertiesV2BasicResourceImpl(name, this.manager());
- }
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ArcDeploymentListResult.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ArcDeploymentListResult.java
new file mode 100644
index 000000000000..97805d37d7b8
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ArcDeploymentListResult.java
@@ -0,0 +1,94 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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.cognitiveservices.fluent.models.ArcDeploymentInner;
+import java.io.IOException;
+import java.util.List;
+
+/**
+ * The list of Arc deployments.
+ */
+@Immutable
+public final class ArcDeploymentListResult implements JsonSerializable {
+ /*
+ * The link used to get the next page of Arc deployments.
+ */
+ private String nextLink;
+
+ /*
+ * Gets the list of Arc deployments and their properties.
+ */
+ private List value;
+
+ /**
+ * Creates an instance of ArcDeploymentListResult class.
+ */
+ private ArcDeploymentListResult() {
+ }
+
+ /**
+ * Get the nextLink property: The link used to get the next page of Arc deployments.
+ *
+ * @return the nextLink value.
+ */
+ public String nextLink() {
+ return this.nextLink;
+ }
+
+ /**
+ * Get the value property: Gets the list of Arc deployments and their properties.
+ *
+ * @return the value value.
+ */
+ public List value() {
+ return this.value;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("nextLink", this.nextLink);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentListResult from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentListResult 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 ArcDeploymentListResult.
+ */
+ public static ArcDeploymentListResult fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentListResult deserializedArcDeploymentListResult = new ArcDeploymentListResult();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("value".equals(fieldName)) {
+ List value = reader.readArray(reader1 -> ArcDeploymentInner.fromJson(reader1));
+ deserializedArcDeploymentListResult.value = value;
+ } else if ("nextLink".equals(fieldName)) {
+ deserializedArcDeploymentListResult.nextLink = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentListResult;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountConnections.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountConnections.java
index 44119d8900fd..ee7fba79ce70 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountConnections.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountConnections.java
@@ -7,7 +7,6 @@
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure.core.util.Context;
-import com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner;
/**
* Resource collection API of AccountConnections.
@@ -42,23 +41,22 @@ Response getWithResponse(String resourceGro
ConnectionPropertiesV2BasicResource get(String resourceGroupName, String accountName, String connectionName);
/**
- * Create or update Cognitive Services account connection under the specified account.
+ * Delete Cognitive Services account connection by name.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of Cognitive Services account.
* @param connectionName Friendly name of the connection.
- * @param connection The object for creating or updating a new account connection.
* @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 connection base resource schema along with {@link Response}.
+ * @return the {@link Response}.
*/
- Response createWithResponse(String resourceGroupName, String accountName,
- String connectionName, ConnectionPropertiesV2BasicResourceInner connection, Context context);
+ Response deleteWithResponse(String resourceGroupName, String accountName, String connectionName,
+ Context context);
/**
- * Create or update Cognitive Services account connection under the specified account.
+ * Delete Cognitive Services account connection by name.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of Cognitive Services account.
@@ -66,93 +64,89 @@ Response createWithResponse(String resource
* @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 connection base resource schema.
*/
- ConnectionPropertiesV2BasicResource create(String resourceGroupName, String accountName, String connectionName);
+ void delete(String resourceGroupName, String accountName, String connectionName);
/**
- * Update Cognitive Services account connection under the specified account.
+ * Lists all the available Cognitive Services account connections under the specified account.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of Cognitive Services account.
- * @param connectionName Friendly name of the connection.
- * @param connection Parameters for account connection update.
- * @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 connection base resource schema along with {@link Response}.
+ * @return the paginated response with {@link PagedIterable}.
*/
- Response updateWithResponse(String resourceGroupName, String accountName,
- String connectionName, ConnectionUpdateContent connection, Context context);
+ PagedIterable list(String resourceGroupName, String accountName);
/**
- * Update Cognitive Services account connection under the specified account.
+ * Lists all the available Cognitive Services account connections under the specified account.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of Cognitive Services account.
- * @param connectionName Friendly name of the connection.
+ * @param target Target of the connection.
+ * @param category Category of the connection.
+ * @param includeAll query parameter that indicates if get connection call should return both connections and
+ * datastores.
+ * @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 connection base resource schema.
+ * @return the paginated response with {@link PagedIterable}.
*/
- ConnectionPropertiesV2BasicResource update(String resourceGroupName, String accountName, String connectionName);
+ PagedIterable list(String resourceGroupName, String accountName, String target,
+ String category, Boolean includeAll, Context context);
/**
- * Delete Cognitive Services account connection by name.
+ * Lists Cognitive Services account connection by name.
*
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param connectionName Friendly name of the connection.
- * @param context The context to associate with this operation.
+ * @param id the resource ID.
* @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}.
+ * @return connection base resource schema along with {@link Response}.
*/
- Response deleteWithResponse(String resourceGroupName, String accountName, String connectionName,
- Context context);
+ ConnectionPropertiesV2BasicResource getById(String id);
/**
- * Delete Cognitive Services account connection by name.
+ * Lists Cognitive Services account connection by name.
*
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param connectionName Friendly name of the connection.
+ * @param id the resource ID.
+ * @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 connection base resource schema along with {@link Response}.
*/
- void delete(String resourceGroupName, String accountName, String connectionName);
+ Response getByIdWithResponse(String id, Context context);
/**
- * Lists all the available Cognitive Services account connections under the specified account.
+ * Delete Cognitive Services account connection by name.
*
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
+ * @param id the resource ID.
* @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 paginated response with {@link PagedIterable}.
*/
- PagedIterable list(String resourceGroupName, String accountName);
+ void deleteById(String id);
/**
- * Lists all the available Cognitive Services account connections under the specified account.
+ * Delete Cognitive Services account connection by name.
*
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param accountName The name of Cognitive Services account.
- * @param target Target of the connection.
- * @param category Category of the connection.
- * @param includeAll query parameter that indicates if get connection call should return both connections and
- * datastores.
+ * @param id the resource ID.
* @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 paginated response with {@link PagedIterable}.
+ * @return the {@link Response}.
*/
- PagedIterable list(String resourceGroupName, String accountName, String target,
- String category, Boolean includeAll, Context context);
+ Response deleteByIdWithResponse(String id, Context context);
+
+ /**
+ * Begins definition for a new ConnectionPropertiesV2BasicResource resource.
+ *
+ * @param name resource name.
+ * @return the first stage of the new ConnectionPropertiesV2BasicResource definition.
+ */
+ ConnectionPropertiesV2BasicResource.DefinitionStages.Blank define(String name);
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountProperties.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountProperties.java
index 70800672ab5f..33f254e8a999 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountProperties.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountProperties.java
@@ -115,6 +115,11 @@ public final class AccountProperties implements JsonSerializable associatedProjects;
+ /*
+ * Reusable default agent capability settings inherited by child projects.
+ */
+ private CapabilitySettings capabilitySettings;
+
+ /*
+ * Customer-owned AKS hosting configurations for Foundry agents. This property can only be specified when the
+ * account is created; an existing account without a hosting configuration cannot add one later. This API version
+ * supports exactly one configuration, while the array shape is reserved for future API versions that may support
+ * multiple configurations. Once set, the configuration cannot be changed, removed, or reordered. Account update
+ * requests should omit this property or send the complete existing value unchanged. Responses only include hosting
+ * configuration types defined by the requested API version.
+ */
+ private List agentHostingConfigurations;
+
/**
* Creates an instance of AccountProperties class.
*/
@@ -492,6 +512,28 @@ public AccountProperties withStoredCompletionsDisabled(Boolean storedCompletions
return this;
}
+ /**
+ * Get the a365LoggingEnabled property: Specifies whether A365 logging is enabled. Defaults to true. Set to false to
+ * opt out.
+ *
+ * @return the a365LoggingEnabled value.
+ */
+ public Boolean a365LoggingEnabled() {
+ return this.a365LoggingEnabled;
+ }
+
+ /**
+ * Set the a365LoggingEnabled property: Specifies whether A365 logging is enabled. Defaults to true. Set to false to
+ * opt out.
+ *
+ * @param a365LoggingEnabled the a365LoggingEnabled value to set.
+ * @return the AccountProperties object itself.
+ */
+ public AccountProperties withA365LoggingEnabled(Boolean a365LoggingEnabled) {
+ this.a365LoggingEnabled = a365LoggingEnabled;
+ return this;
+ }
+
/**
* Get the quotaLimit property: The quotaLimit property.
*
@@ -774,6 +816,57 @@ public AccountProperties withAssociatedProjects(List associatedProjects)
return this;
}
+ /**
+ * Get the capabilitySettings property: Reusable default agent capability settings inherited by child projects.
+ *
+ * @return the capabilitySettings value.
+ */
+ public CapabilitySettings capabilitySettings() {
+ return this.capabilitySettings;
+ }
+
+ /**
+ * Set the capabilitySettings property: Reusable default agent capability settings inherited by child projects.
+ *
+ * @param capabilitySettings the capabilitySettings value to set.
+ * @return the AccountProperties object itself.
+ */
+ public AccountProperties withCapabilitySettings(CapabilitySettings capabilitySettings) {
+ this.capabilitySettings = capabilitySettings;
+ return this;
+ }
+
+ /**
+ * Get the agentHostingConfigurations property: Customer-owned AKS hosting configurations for Foundry agents. This
+ * property can only be specified when the account is created; an existing account without a hosting configuration
+ * cannot add one later. This API version supports exactly one configuration, while the array shape is reserved for
+ * future API versions that may support multiple configurations. Once set, the configuration cannot be changed,
+ * removed, or reordered. Account update requests should omit this property or send the complete existing value
+ * unchanged. Responses only include hosting configuration types defined by the requested API version.
+ *
+ * @return the agentHostingConfigurations value.
+ */
+ public List agentHostingConfigurations() {
+ return this.agentHostingConfigurations;
+ }
+
+ /**
+ * Set the agentHostingConfigurations property: Customer-owned AKS hosting configurations for Foundry agents. This
+ * property can only be specified when the account is created; an existing account without a hosting configuration
+ * cannot add one later. This API version supports exactly one configuration, while the array shape is reserved for
+ * future API versions that may support multiple configurations. Once set, the configuration cannot be changed,
+ * removed, or reordered. Account update requests should omit this property or send the complete existing value
+ * unchanged. Responses only include hosting configuration types defined by the requested API version.
+ *
+ * @param agentHostingConfigurations the agentHostingConfigurations value to set.
+ * @return the AccountProperties object itself.
+ */
+ public AccountProperties
+ withAgentHostingConfigurations(List agentHostingConfigurations) {
+ this.agentHostingConfigurations = agentHostingConfigurations;
+ return this;
+ }
+
/**
* {@inheritDoc}
*/
@@ -792,6 +885,7 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeJsonField("apiProperties", this.apiProperties);
jsonWriter.writeBooleanField("dynamicThrottlingEnabled", this.dynamicThrottlingEnabled);
jsonWriter.writeBooleanField("storedCompletionsDisabled", this.storedCompletionsDisabled);
+ jsonWriter.writeBooleanField("a365LoggingEnabled", this.a365LoggingEnabled);
jsonWriter.writeBooleanField("restrictOutboundNetworkAccess", this.restrictOutboundNetworkAccess);
jsonWriter.writeArrayField("allowedFqdnList", this.allowedFqdnList,
(writer, element) -> writer.writeString(element));
@@ -806,6 +900,9 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeStringField("defaultProject", this.defaultProject);
jsonWriter.writeArrayField("associatedProjects", this.associatedProjects,
(writer, element) -> writer.writeString(element));
+ jsonWriter.writeJsonField("capabilitySettings", this.capabilitySettings);
+ jsonWriter.writeArrayField("agentHostingConfigurations", this.agentHostingConfigurations,
+ (writer, element) -> writer.writeJson(element));
return jsonWriter.writeEndObject();
}
@@ -869,6 +966,8 @@ public static AccountProperties fromJson(JsonReader jsonReader) throws IOExcepti
} else if ("storedCompletionsDisabled".equals(fieldName)) {
deserializedAccountProperties.storedCompletionsDisabled
= reader.getNullable(JsonReader::getBoolean);
+ } else if ("a365LoggingEnabled".equals(fieldName)) {
+ deserializedAccountProperties.a365LoggingEnabled = reader.getNullable(JsonReader::getBoolean);
} else if ("quotaLimit".equals(fieldName)) {
deserializedAccountProperties.quotaLimit = QuotaLimit.fromJson(reader);
} else if ("restrictOutboundNetworkAccess".equals(fieldName)) {
@@ -911,6 +1010,12 @@ public static AccountProperties fromJson(JsonReader jsonReader) throws IOExcepti
} else if ("associatedProjects".equals(fieldName)) {
List associatedProjects = reader.readArray(reader1 -> reader1.getString());
deserializedAccountProperties.associatedProjects = associatedProjects;
+ } else if ("capabilitySettings".equals(fieldName)) {
+ deserializedAccountProperties.capabilitySettings = CapabilitySettings.fromJson(reader);
+ } else if ("agentHostingConfigurations".equals(fieldName)) {
+ List agentHostingConfigurations
+ = reader.readArray(reader1 -> AgentHostingConfiguration.fromJson(reader1));
+ deserializedAccountProperties.agentHostingConfigurations = agentHostingConfigurations;
} else {
reader.skipChildren();
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentHostingConfiguration.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentHostingConfiguration.java
new file mode 100644
index 000000000000..ff82d4c98e42
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentHostingConfiguration.java
@@ -0,0 +1,128 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * Base configuration for hosting Foundry agents.
+ */
+@Fluent
+public class AgentHostingConfiguration implements JsonSerializable {
+ /*
+ * Type of infrastructure used to host Foundry agents.
+ */
+ private AgentHostingType hostingType = AgentHostingType.fromString("AgentHostingConfiguration");
+
+ /*
+ * Unique name of the hosting configuration within the Foundry account.
+ */
+ private String name;
+
+ /**
+ * Creates an instance of AgentHostingConfiguration class.
+ */
+ public AgentHostingConfiguration() {
+ }
+
+ /**
+ * Get the hostingType property: Type of infrastructure used to host Foundry agents.
+ *
+ * @return the hostingType value.
+ */
+ public AgentHostingType hostingType() {
+ return this.hostingType;
+ }
+
+ /**
+ * Get the name property: Unique name of the hosting configuration within the Foundry account.
+ *
+ * @return the name value.
+ */
+ public String name() {
+ return this.name;
+ }
+
+ /**
+ * Set the name property: Unique name of the hosting configuration within the Foundry account.
+ *
+ * @param name the name value to set.
+ * @return the AgentHostingConfiguration object itself.
+ */
+ public AgentHostingConfiguration withName(String name) {
+ this.name = name;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("name", this.name);
+ jsonWriter.writeStringField("hostingType", this.hostingType == null ? null : this.hostingType.toString());
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of AgentHostingConfiguration from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of AgentHostingConfiguration 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 AgentHostingConfiguration.
+ */
+ public static AgentHostingConfiguration fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ String discriminatorValue = null;
+ try (JsonReader readerToUse = reader.bufferObject()) {
+ readerToUse.nextToken(); // Prepare for reading
+ while (readerToUse.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = readerToUse.getFieldName();
+ readerToUse.nextToken();
+ if ("hostingType".equals(fieldName)) {
+ discriminatorValue = readerToUse.getString();
+ break;
+ } else {
+ readerToUse.skipChildren();
+ }
+ }
+ // Use the discriminator value to determine which subtype should be deserialized.
+ if ("ManagedCluster".equals(discriminatorValue)) {
+ return ManagedClusterAgentHostingConfiguration.fromJson(readerToUse.reset());
+ } else {
+ return fromJsonKnownDiscriminator(readerToUse.reset());
+ }
+ }
+ });
+ }
+
+ static AgentHostingConfiguration fromJsonKnownDiscriminator(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ AgentHostingConfiguration deserializedAgentHostingConfiguration = new AgentHostingConfiguration();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("name".equals(fieldName)) {
+ deserializedAgentHostingConfiguration.name = reader.getString();
+ } else if ("hostingType".equals(fieldName)) {
+ deserializedAgentHostingConfiguration.hostingType = AgentHostingType.fromString(reader.getString());
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedAgentHostingConfiguration;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentHostingType.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentHostingType.java
new file mode 100644
index 000000000000..fb722f0b721f
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentHostingType.java
@@ -0,0 +1,46 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import java.util.Collection;
+
+/**
+ * Type of infrastructure used to host Foundry agents.
+ */
+public final class AgentHostingType extends ExpandableStringEnum {
+ /**
+ * Agents are hosted on an Azure Kubernetes Service managed cluster.
+ */
+ public static final AgentHostingType MANAGED_CLUSTER = fromString("ManagedCluster");
+
+ /**
+ * Creates a new instance of AgentHostingType value.
+ *
+ * @deprecated Use the {@link #fromString(String)} factory method.
+ */
+ @Deprecated
+ public AgentHostingType() {
+ }
+
+ /**
+ * Creates or finds a AgentHostingType from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding AgentHostingType.
+ */
+ public static AgentHostingType fromString(String name) {
+ return fromString(name, AgentHostingType.class);
+ }
+
+ /**
+ * Gets known AgentHostingType values.
+ *
+ * @return known AgentHostingType values.
+ */
+ public static Collection values() {
+ return values(AgentHostingType.class);
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeployment.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeployment.java
new file mode 100644
index 000000000000..0078c7ff9814
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeployment.java
@@ -0,0 +1,216 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.models;
+
+import com.azure.core.management.SystemData;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.cognitiveservices.fluent.models.ArcDeploymentInner;
+
+/**
+ * An immutable client-side representation of ArcDeployment.
+ */
+public interface ArcDeployment {
+ /**
+ * 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: Properties of the Cognitive Services Arc deployment.
+ *
+ * @return the properties value.
+ */
+ ArcDeploymentProperties properties();
+
+ /**
+ * Gets the sku property: The Arc deployment SKU. Only the SKU name is required for Arc deployments.
+ *
+ * @return the sku value.
+ */
+ ArcDeploymentSku sku();
+
+ /**
+ * Gets the etag property: Resource Etag.
+ *
+ * @return the etag value.
+ */
+ String etag();
+
+ /**
+ * Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
+ *
+ * @return the systemData value.
+ */
+ SystemData systemData();
+
+ /**
+ * Gets the name of the resource group.
+ *
+ * @return the name of the resource group.
+ */
+ String resourceGroupName();
+
+ /**
+ * Gets the inner com.azure.resourcemanager.cognitiveservices.fluent.models.ArcDeploymentInner object.
+ *
+ * @return the inner object.
+ */
+ ArcDeploymentInner innerModel();
+
+ /**
+ * The entirety of the ArcDeployment definition.
+ */
+ interface Definition extends DefinitionStages.Blank, DefinitionStages.WithParentResource,
+ DefinitionStages.WithProperties, DefinitionStages.WithSku, DefinitionStages.WithCreate {
+ }
+
+ /**
+ * The ArcDeployment definition stages.
+ */
+ interface DefinitionStages {
+ /**
+ * The first stage of the ArcDeployment definition.
+ */
+ interface Blank extends WithParentResource {
+ }
+
+ /**
+ * The stage of the ArcDeployment definition allowing to specify parent resource.
+ */
+ interface WithParentResource {
+ /**
+ * Specifies resourceGroupName, accountName.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @return the next definition stage.
+ */
+ WithProperties withExistingAccount(String resourceGroupName, String accountName);
+ }
+
+ /**
+ * The stage of the ArcDeployment definition allowing to specify properties.
+ */
+ interface WithProperties {
+ /**
+ * Specifies the properties property: Properties of the Cognitive Services Arc deployment..
+ *
+ * @param properties Properties of the Cognitive Services Arc deployment.
+ * @return the next definition stage.
+ */
+ WithSku withProperties(ArcDeploymentProperties properties);
+ }
+
+ /**
+ * The stage of the ArcDeployment definition allowing to specify sku.
+ */
+ interface WithSku {
+ /**
+ * Specifies the sku property: The Arc deployment SKU. Only the SKU name is required for Arc deployments..
+ *
+ * @param sku The Arc deployment SKU. Only the SKU name is required for Arc deployments.
+ * @return the next definition stage.
+ */
+ WithCreate withSku(ArcDeploymentSku sku);
+ }
+
+ /**
+ * The stage of the ArcDeployment 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 {
+ /**
+ * Executes the create request.
+ *
+ * @return the created resource.
+ */
+ ArcDeployment create();
+
+ /**
+ * Executes the create request.
+ *
+ * @param context The context to associate with this operation.
+ * @return the created resource.
+ */
+ ArcDeployment create(Context context);
+ }
+ }
+
+ /**
+ * Begins update for the ArcDeployment resource.
+ *
+ * @return the stage of resource update.
+ */
+ ArcDeployment.Update update();
+
+ /**
+ * The template for ArcDeployment update.
+ */
+ interface Update extends UpdateStages.WithProperties {
+ /**
+ * Executes the update request.
+ *
+ * @return the updated resource.
+ */
+ ArcDeployment apply();
+
+ /**
+ * Executes the update request.
+ *
+ * @param context The context to associate with this operation.
+ * @return the updated resource.
+ */
+ ArcDeployment apply(Context context);
+ }
+
+ /**
+ * The ArcDeployment update stages.
+ */
+ interface UpdateStages {
+ /**
+ * The stage of the ArcDeployment update allowing to specify properties.
+ */
+ interface WithProperties {
+ /**
+ * Specifies the properties property: Properties that can be updated on an Arc deployment..
+ *
+ * @param properties Properties that can be updated on an Arc deployment.
+ * @return the next definition stage.
+ */
+ Update withProperties(ArcDeploymentUpdateProperties properties);
+ }
+ }
+
+ /**
+ * Refreshes the resource to sync with Azure.
+ *
+ * @return the refreshed resource.
+ */
+ ArcDeployment refresh();
+
+ /**
+ * Refreshes the resource to sync with Azure.
+ *
+ * @param context The context to associate with this operation.
+ * @return the refreshed resource.
+ */
+ ArcDeployment refresh(Context context);
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentComputeType.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentComputeType.java
new file mode 100644
index 000000000000..24601af2a228
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentComputeType.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.cognitiveservices.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import java.util.Collection;
+
+/**
+ * Compute type for an Arc deployment.
+ */
+public final class ArcDeploymentComputeType extends ExpandableStringEnum {
+ /**
+ * GPU compute.
+ */
+ public static final ArcDeploymentComputeType GPU = fromString("gpu");
+
+ /**
+ * CPU compute.
+ */
+ public static final ArcDeploymentComputeType CPU = fromString("cpu");
+
+ /**
+ * Creates a new instance of ArcDeploymentComputeType value.
+ *
+ * @deprecated Use the {@link #fromString(String)} factory method.
+ */
+ @Deprecated
+ public ArcDeploymentComputeType() {
+ }
+
+ /**
+ * Creates or finds a ArcDeploymentComputeType from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding ArcDeploymentComputeType.
+ */
+ public static ArcDeploymentComputeType fromString(String name) {
+ return fromString(name, ArcDeploymentComputeType.class);
+ }
+
+ /**
+ * Gets known ArcDeploymentComputeType values.
+ *
+ * @return known ArcDeploymentComputeType values.
+ */
+ public static Collection values() {
+ return values(ArcDeploymentComputeType.class);
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentCpuMemoryResourceRequirements.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentCpuMemoryResourceRequirements.java
new file mode 100644
index 000000000000..fcc355f1705d
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentCpuMemoryResourceRequirements.java
@@ -0,0 +1,116 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * CPU and memory resource requirements for an Arc deployment replica.
+ */
+@Fluent
+public final class ArcDeploymentCpuMemoryResourceRequirements
+ implements JsonSerializable {
+ /*
+ * Kubernetes CPU quantity string, for example 500m, 2, 4, or 8.
+ */
+ private String cpu;
+
+ /*
+ * Kubernetes memory quantity string, for example 512Mi, 2Gi, or 16Gi.
+ */
+ private String memory;
+
+ /**
+ * Creates an instance of ArcDeploymentCpuMemoryResourceRequirements class.
+ */
+ public ArcDeploymentCpuMemoryResourceRequirements() {
+ }
+
+ /**
+ * Get the cpu property: Kubernetes CPU quantity string, for example 500m, 2, 4, or 8.
+ *
+ * @return the cpu value.
+ */
+ public String cpu() {
+ return this.cpu;
+ }
+
+ /**
+ * Set the cpu property: Kubernetes CPU quantity string, for example 500m, 2, 4, or 8.
+ *
+ * @param cpu the cpu value to set.
+ * @return the ArcDeploymentCpuMemoryResourceRequirements object itself.
+ */
+ public ArcDeploymentCpuMemoryResourceRequirements withCpu(String cpu) {
+ this.cpu = cpu;
+ return this;
+ }
+
+ /**
+ * Get the memory property: Kubernetes memory quantity string, for example 512Mi, 2Gi, or 16Gi.
+ *
+ * @return the memory value.
+ */
+ public String memory() {
+ return this.memory;
+ }
+
+ /**
+ * Set the memory property: Kubernetes memory quantity string, for example 512Mi, 2Gi, or 16Gi.
+ *
+ * @param memory the memory value to set.
+ * @return the ArcDeploymentCpuMemoryResourceRequirements object itself.
+ */
+ public ArcDeploymentCpuMemoryResourceRequirements withMemory(String memory) {
+ this.memory = memory;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("cpu", this.cpu);
+ jsonWriter.writeStringField("memory", this.memory);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentCpuMemoryResourceRequirements from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentCpuMemoryResourceRequirements 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 ArcDeploymentCpuMemoryResourceRequirements.
+ */
+ public static ArcDeploymentCpuMemoryResourceRequirements fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentCpuMemoryResourceRequirements deserializedArcDeploymentCpuMemoryResourceRequirements
+ = new ArcDeploymentCpuMemoryResourceRequirements();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("cpu".equals(fieldName)) {
+ deserializedArcDeploymentCpuMemoryResourceRequirements.cpu = reader.getString();
+ } else if ("memory".equals(fieldName)) {
+ deserializedArcDeploymentCpuMemoryResourceRequirements.memory = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentCpuMemoryResourceRequirements;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentKubernetesResources.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentKubernetesResources.java
new file mode 100644
index 000000000000..94383ef2b747
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentKubernetesResources.java
@@ -0,0 +1,116 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * Per-replica Kubernetes resource requests and limits for an Arc deployment.
+ */
+@Fluent
+public final class ArcDeploymentKubernetesResources implements JsonSerializable {
+ /*
+ * Kubernetes CPU and memory resource requests for each deployment replica.
+ */
+ private ArcDeploymentCpuMemoryResourceRequirements requests;
+
+ /*
+ * Kubernetes resource limits for each deployment replica.
+ */
+ private ArcDeploymentResourceRequirements limits;
+
+ /**
+ * Creates an instance of ArcDeploymentKubernetesResources class.
+ */
+ public ArcDeploymentKubernetesResources() {
+ }
+
+ /**
+ * Get the requests property: Kubernetes CPU and memory resource requests for each deployment replica.
+ *
+ * @return the requests value.
+ */
+ public ArcDeploymentCpuMemoryResourceRequirements requests() {
+ return this.requests;
+ }
+
+ /**
+ * Set the requests property: Kubernetes CPU and memory resource requests for each deployment replica.
+ *
+ * @param requests the requests value to set.
+ * @return the ArcDeploymentKubernetesResources object itself.
+ */
+ public ArcDeploymentKubernetesResources withRequests(ArcDeploymentCpuMemoryResourceRequirements requests) {
+ this.requests = requests;
+ return this;
+ }
+
+ /**
+ * Get the limits property: Kubernetes resource limits for each deployment replica.
+ *
+ * @return the limits value.
+ */
+ public ArcDeploymentResourceRequirements limits() {
+ return this.limits;
+ }
+
+ /**
+ * Set the limits property: Kubernetes resource limits for each deployment replica.
+ *
+ * @param limits the limits value to set.
+ * @return the ArcDeploymentKubernetesResources object itself.
+ */
+ public ArcDeploymentKubernetesResources withLimits(ArcDeploymentResourceRequirements limits) {
+ this.limits = limits;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeJsonField("requests", this.requests);
+ jsonWriter.writeJsonField("limits", this.limits);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentKubernetesResources from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentKubernetesResources 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 ArcDeploymentKubernetesResources.
+ */
+ public static ArcDeploymentKubernetesResources fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentKubernetesResources deserializedArcDeploymentKubernetesResources
+ = new ArcDeploymentKubernetesResources();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("requests".equals(fieldName)) {
+ deserializedArcDeploymentKubernetesResources.requests
+ = ArcDeploymentCpuMemoryResourceRequirements.fromJson(reader);
+ } else if ("limits".equals(fieldName)) {
+ deserializedArcDeploymentKubernetesResources.limits
+ = ArcDeploymentResourceRequirements.fromJson(reader);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentKubernetesResources;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentModel.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentModel.java
new file mode 100644
index 000000000000..887d0112306b
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentModel.java
@@ -0,0 +1,114 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * Model reference for an Arc deployment.
+ */
+@Fluent
+public final class ArcDeploymentModel implements JsonSerializable {
+ /*
+ * Deployment model format.
+ */
+ private String format;
+
+ /*
+ * Deployment model name.
+ */
+ private String name;
+
+ /**
+ * Creates an instance of ArcDeploymentModel class.
+ */
+ public ArcDeploymentModel() {
+ }
+
+ /**
+ * Get the format property: Deployment model format.
+ *
+ * @return the format value.
+ */
+ public String format() {
+ return this.format;
+ }
+
+ /**
+ * Set the format property: Deployment model format.
+ *
+ * @param format the format value to set.
+ * @return the ArcDeploymentModel object itself.
+ */
+ public ArcDeploymentModel withFormat(String format) {
+ this.format = format;
+ return this;
+ }
+
+ /**
+ * Get the name property: Deployment model name.
+ *
+ * @return the name value.
+ */
+ public String name() {
+ return this.name;
+ }
+
+ /**
+ * Set the name property: Deployment model name.
+ *
+ * @param name the name value to set.
+ * @return the ArcDeploymentModel object itself.
+ */
+ public ArcDeploymentModel withName(String name) {
+ this.name = name;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("format", this.format);
+ jsonWriter.writeStringField("name", this.name);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentModel from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentModel 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 ArcDeploymentModel.
+ */
+ public static ArcDeploymentModel fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentModel deserializedArcDeploymentModel = new ArcDeploymentModel();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("format".equals(fieldName)) {
+ deserializedArcDeploymentModel.format = reader.getString();
+ } else if ("name".equals(fieldName)) {
+ deserializedArcDeploymentModel.name = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentModel;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentPatchCpuMemoryResourceRequirements.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentPatchCpuMemoryResourceRequirements.java
new file mode 100644
index 000000000000..38a9326bc87f
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentPatchCpuMemoryResourceRequirements.java
@@ -0,0 +1,115 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * CPU and memory resource requirements for an Arc deployment replica update.
+ */
+@Fluent
+public final class ArcDeploymentPatchCpuMemoryResourceRequirements
+ implements JsonSerializable {
+ /*
+ * Kubernetes CPU quantity string, for example 500m, 2, 4, or 8.
+ */
+ private String cpu;
+
+ /*
+ * Kubernetes memory quantity string, for example 512Mi, 2Gi, or 16Gi.
+ */
+ private String memory;
+
+ /**
+ * Creates an instance of ArcDeploymentPatchCpuMemoryResourceRequirements class.
+ */
+ public ArcDeploymentPatchCpuMemoryResourceRequirements() {
+ }
+
+ /**
+ * Get the cpu property: Kubernetes CPU quantity string, for example 500m, 2, 4, or 8.
+ *
+ * @return the cpu value.
+ */
+ public String cpu() {
+ return this.cpu;
+ }
+
+ /**
+ * Set the cpu property: Kubernetes CPU quantity string, for example 500m, 2, 4, or 8.
+ *
+ * @param cpu the cpu value to set.
+ * @return the ArcDeploymentPatchCpuMemoryResourceRequirements object itself.
+ */
+ public ArcDeploymentPatchCpuMemoryResourceRequirements withCpu(String cpu) {
+ this.cpu = cpu;
+ return this;
+ }
+
+ /**
+ * Get the memory property: Kubernetes memory quantity string, for example 512Mi, 2Gi, or 16Gi.
+ *
+ * @return the memory value.
+ */
+ public String memory() {
+ return this.memory;
+ }
+
+ /**
+ * Set the memory property: Kubernetes memory quantity string, for example 512Mi, 2Gi, or 16Gi.
+ *
+ * @param memory the memory value to set.
+ * @return the ArcDeploymentPatchCpuMemoryResourceRequirements object itself.
+ */
+ public ArcDeploymentPatchCpuMemoryResourceRequirements withMemory(String memory) {
+ this.memory = memory;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("cpu", this.cpu);
+ jsonWriter.writeStringField("memory", this.memory);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentPatchCpuMemoryResourceRequirements from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentPatchCpuMemoryResourceRequirements 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 ArcDeploymentPatchCpuMemoryResourceRequirements.
+ */
+ public static ArcDeploymentPatchCpuMemoryResourceRequirements fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentPatchCpuMemoryResourceRequirements deserializedArcDeploymentPatchCpuMemoryResourceRequirements
+ = new ArcDeploymentPatchCpuMemoryResourceRequirements();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("cpu".equals(fieldName)) {
+ deserializedArcDeploymentPatchCpuMemoryResourceRequirements.cpu = reader.getString();
+ } else if ("memory".equals(fieldName)) {
+ deserializedArcDeploymentPatchCpuMemoryResourceRequirements.memory = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentPatchCpuMemoryResourceRequirements;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentPatchKubernetesResources.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentPatchKubernetesResources.java
new file mode 100644
index 000000000000..609c42713993
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentPatchKubernetesResources.java
@@ -0,0 +1,118 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * Per-replica Kubernetes resource requests and limits for an Arc deployment update.
+ */
+@Fluent
+public final class ArcDeploymentPatchKubernetesResources
+ implements JsonSerializable {
+ /*
+ * Kubernetes CPU and memory resource requests for each deployment replica.
+ */
+ private ArcDeploymentPatchCpuMemoryResourceRequirements requests;
+
+ /*
+ * Kubernetes resource limits for each deployment replica.
+ */
+ private ArcDeploymentResourceRequirements limits;
+
+ /**
+ * Creates an instance of ArcDeploymentPatchKubernetesResources class.
+ */
+ public ArcDeploymentPatchKubernetesResources() {
+ }
+
+ /**
+ * Get the requests property: Kubernetes CPU and memory resource requests for each deployment replica.
+ *
+ * @return the requests value.
+ */
+ public ArcDeploymentPatchCpuMemoryResourceRequirements requests() {
+ return this.requests;
+ }
+
+ /**
+ * Set the requests property: Kubernetes CPU and memory resource requests for each deployment replica.
+ *
+ * @param requests the requests value to set.
+ * @return the ArcDeploymentPatchKubernetesResources object itself.
+ */
+ public ArcDeploymentPatchKubernetesResources
+ withRequests(ArcDeploymentPatchCpuMemoryResourceRequirements requests) {
+ this.requests = requests;
+ return this;
+ }
+
+ /**
+ * Get the limits property: Kubernetes resource limits for each deployment replica.
+ *
+ * @return the limits value.
+ */
+ public ArcDeploymentResourceRequirements limits() {
+ return this.limits;
+ }
+
+ /**
+ * Set the limits property: Kubernetes resource limits for each deployment replica.
+ *
+ * @param limits the limits value to set.
+ * @return the ArcDeploymentPatchKubernetesResources object itself.
+ */
+ public ArcDeploymentPatchKubernetesResources withLimits(ArcDeploymentResourceRequirements limits) {
+ this.limits = limits;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeJsonField("requests", this.requests);
+ jsonWriter.writeJsonField("limits", this.limits);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentPatchKubernetesResources from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentPatchKubernetesResources 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 ArcDeploymentPatchKubernetesResources.
+ */
+ public static ArcDeploymentPatchKubernetesResources fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentPatchKubernetesResources deserializedArcDeploymentPatchKubernetesResources
+ = new ArcDeploymentPatchKubernetesResources();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("requests".equals(fieldName)) {
+ deserializedArcDeploymentPatchKubernetesResources.requests
+ = ArcDeploymentPatchCpuMemoryResourceRequirements.fromJson(reader);
+ } else if ("limits".equals(fieldName)) {
+ deserializedArcDeploymentPatchKubernetesResources.limits
+ = ArcDeploymentResourceRequirements.fromJson(reader);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentPatchKubernetesResources;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentProperties.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentProperties.java
new file mode 100644
index 000000000000..a3c46c37c04f
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentProperties.java
@@ -0,0 +1,440 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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.Map;
+
+/**
+ * Properties of a Cognitive Services Arc deployment.
+ */
+@Fluent
+public final class ArcDeploymentProperties implements JsonSerializable {
+ /*
+ * Model reference. Required on creation and immutable after creation.
+ */
+ private ArcDeploymentModel model;
+
+ /*
+ * Full Azure resource ID of the Foundry inference extension on the target Arc-enabled Kubernetes cluster. Required
+ * on creation and immutable after creation.
+ */
+ private String extensionId;
+
+ /*
+ * Inference runtime. Required on creation and immutable after creation.
+ */
+ private ArcDeploymentRuntime runtime;
+
+ /*
+ * Compute type for the deployment. Required on creation and immutable after creation.
+ */
+ private ArcDeploymentComputeType compute;
+
+ /*
+ * Optional deployment template identifier for advanced vLLM tuning. Allowed only when runtime is vllm.
+ * Example: azureml://registries/{registry}/deploymenttemplates/{template}/versions/{version}
+ */
+ private String deploymentTemplate;
+
+ /*
+ * Read-only. Effective vLLM runtime parameters resolved for the deployed model. Returned only when runtime is vllm.
+ */
+ private ArcDeploymentVllmParameters vllmParameters;
+
+ /*
+ * Physical replica count on the Arc cluster.
+ */
+ private int replicas;
+
+ /*
+ * Per-replica Kubernetes resource requests and limits.
+ */
+ private ArcDeploymentKubernetesResources resources;
+
+ /*
+ * Kubernetes node selector key-value map used to schedule pods onto nodes with matching labels.
+ */
+ private Map nodeSelector;
+
+ /*
+ * The deployment state.
+ */
+ private DeploymentState deploymentState;
+
+ /*
+ * The name of RAI policy.
+ */
+ private String raiPolicyName;
+
+ /*
+ * Read-only. Current provisioning state.
+ */
+ private ProvisioningState provisioningState;
+
+ /*
+ * Read-only. Status message and timestamp from the last provisioning operation.
+ */
+ private ArcDeploymentProvisioningDetails provisioningDetails;
+
+ /*
+ * Read-only. Base URL for inference calls to this deployment on the Arc cluster. Populated when provisioningState
+ * is Succeeded.
+ */
+ private String inferenceEndpoint;
+
+ /*
+ * Read-only. Deployment capabilities represented as key-value pairs.
+ */
+ private Map capabilities;
+
+ /**
+ * Creates an instance of ArcDeploymentProperties class.
+ */
+ public ArcDeploymentProperties() {
+ }
+
+ /**
+ * Get the model property: Model reference. Required on creation and immutable after creation.
+ *
+ * @return the model value.
+ */
+ public ArcDeploymentModel model() {
+ return this.model;
+ }
+
+ /**
+ * Set the model property: Model reference. Required on creation and immutable after creation.
+ *
+ * @param model the model value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withModel(ArcDeploymentModel model) {
+ this.model = model;
+ return this;
+ }
+
+ /**
+ * Get the extensionId property: Full Azure resource ID of the Foundry inference extension on the target Arc-enabled
+ * Kubernetes cluster. Required on creation and immutable after creation.
+ *
+ * @return the extensionId value.
+ */
+ public String extensionId() {
+ return this.extensionId;
+ }
+
+ /**
+ * Set the extensionId property: Full Azure resource ID of the Foundry inference extension on the target Arc-enabled
+ * Kubernetes cluster. Required on creation and immutable after creation.
+ *
+ * @param extensionId the extensionId value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withExtensionId(String extensionId) {
+ this.extensionId = extensionId;
+ return this;
+ }
+
+ /**
+ * Get the runtime property: Inference runtime. Required on creation and immutable after creation.
+ *
+ * @return the runtime value.
+ */
+ public ArcDeploymentRuntime runtime() {
+ return this.runtime;
+ }
+
+ /**
+ * Set the runtime property: Inference runtime. Required on creation and immutable after creation.
+ *
+ * @param runtime the runtime value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withRuntime(ArcDeploymentRuntime runtime) {
+ this.runtime = runtime;
+ return this;
+ }
+
+ /**
+ * Get the compute property: Compute type for the deployment. Required on creation and immutable after creation.
+ *
+ * @return the compute value.
+ */
+ public ArcDeploymentComputeType compute() {
+ return this.compute;
+ }
+
+ /**
+ * Set the compute property: Compute type for the deployment. Required on creation and immutable after creation.
+ *
+ * @param compute the compute value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withCompute(ArcDeploymentComputeType compute) {
+ this.compute = compute;
+ return this;
+ }
+
+ /**
+ * Get the deploymentTemplate property: Optional deployment template identifier for advanced vLLM tuning. Allowed
+ * only when runtime is vllm.
+ * Example: azureml://registries/{registry}/deploymenttemplates/{template}/versions/{version}.
+ *
+ * @return the deploymentTemplate value.
+ */
+ public String deploymentTemplate() {
+ return this.deploymentTemplate;
+ }
+
+ /**
+ * Set the deploymentTemplate property: Optional deployment template identifier for advanced vLLM tuning. Allowed
+ * only when runtime is vllm.
+ * Example: azureml://registries/{registry}/deploymenttemplates/{template}/versions/{version}.
+ *
+ * @param deploymentTemplate the deploymentTemplate value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withDeploymentTemplate(String deploymentTemplate) {
+ this.deploymentTemplate = deploymentTemplate;
+ return this;
+ }
+
+ /**
+ * Get the vllmParameters property: Read-only. Effective vLLM runtime parameters resolved for the deployed model.
+ * Returned only when runtime is vllm.
+ *
+ * @return the vllmParameters value.
+ */
+ public ArcDeploymentVllmParameters vllmParameters() {
+ return this.vllmParameters;
+ }
+
+ /**
+ * Get the replicas property: Physical replica count on the Arc cluster.
+ *
+ * @return the replicas value.
+ */
+ public int replicas() {
+ return this.replicas;
+ }
+
+ /**
+ * Set the replicas property: Physical replica count on the Arc cluster.
+ *
+ * @param replicas the replicas value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withReplicas(int replicas) {
+ this.replicas = replicas;
+ return this;
+ }
+
+ /**
+ * Get the resources property: Per-replica Kubernetes resource requests and limits.
+ *
+ * @return the resources value.
+ */
+ public ArcDeploymentKubernetesResources resources() {
+ return this.resources;
+ }
+
+ /**
+ * Set the resources property: Per-replica Kubernetes resource requests and limits.
+ *
+ * @param resources the resources value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withResources(ArcDeploymentKubernetesResources resources) {
+ this.resources = resources;
+ return this;
+ }
+
+ /**
+ * Get the nodeSelector property: Kubernetes node selector key-value map used to schedule pods onto nodes with
+ * matching labels.
+ *
+ * @return the nodeSelector value.
+ */
+ public Map nodeSelector() {
+ return this.nodeSelector;
+ }
+
+ /**
+ * Set the nodeSelector property: Kubernetes node selector key-value map used to schedule pods onto nodes with
+ * matching labels.
+ *
+ * @param nodeSelector the nodeSelector value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withNodeSelector(Map nodeSelector) {
+ this.nodeSelector = nodeSelector;
+ return this;
+ }
+
+ /**
+ * Get the deploymentState property: The deployment state.
+ *
+ * @return the deploymentState value.
+ */
+ public DeploymentState deploymentState() {
+ return this.deploymentState;
+ }
+
+ /**
+ * Set the deploymentState property: The deployment state.
+ *
+ * @param deploymentState the deploymentState value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withDeploymentState(DeploymentState deploymentState) {
+ this.deploymentState = deploymentState;
+ return this;
+ }
+
+ /**
+ * Get the raiPolicyName property: The name of RAI policy.
+ *
+ * @return the raiPolicyName value.
+ */
+ public String raiPolicyName() {
+ return this.raiPolicyName;
+ }
+
+ /**
+ * Set the raiPolicyName property: The name of RAI policy.
+ *
+ * @param raiPolicyName the raiPolicyName value to set.
+ * @return the ArcDeploymentProperties object itself.
+ */
+ public ArcDeploymentProperties withRaiPolicyName(String raiPolicyName) {
+ this.raiPolicyName = raiPolicyName;
+ return this;
+ }
+
+ /**
+ * Get the provisioningState property: Read-only. Current provisioning state.
+ *
+ * @return the provisioningState value.
+ */
+ public ProvisioningState provisioningState() {
+ return this.provisioningState;
+ }
+
+ /**
+ * Get the provisioningDetails property: Read-only. Status message and timestamp from the last provisioning
+ * operation.
+ *
+ * @return the provisioningDetails value.
+ */
+ public ArcDeploymentProvisioningDetails provisioningDetails() {
+ return this.provisioningDetails;
+ }
+
+ /**
+ * Get the inferenceEndpoint property: Read-only. Base URL for inference calls to this deployment on the Arc
+ * cluster. Populated when provisioningState is Succeeded.
+ *
+ * @return the inferenceEndpoint value.
+ */
+ public String inferenceEndpoint() {
+ return this.inferenceEndpoint;
+ }
+
+ /**
+ * Get the capabilities property: Read-only. Deployment capabilities represented as key-value pairs.
+ *
+ * @return the capabilities value.
+ */
+ public Map capabilities() {
+ return this.capabilities;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeJsonField("model", this.model);
+ jsonWriter.writeStringField("extensionId", this.extensionId);
+ jsonWriter.writeStringField("runtime", this.runtime == null ? null : this.runtime.toString());
+ jsonWriter.writeStringField("compute", this.compute == null ? null : this.compute.toString());
+ jsonWriter.writeIntField("replicas", this.replicas);
+ jsonWriter.writeJsonField("resources", this.resources);
+ jsonWriter.writeStringField("deploymentTemplate", this.deploymentTemplate);
+ jsonWriter.writeMapField("nodeSelector", this.nodeSelector, (writer, element) -> writer.writeString(element));
+ jsonWriter.writeStringField("deploymentState",
+ this.deploymentState == null ? null : this.deploymentState.toString());
+ jsonWriter.writeStringField("raiPolicyName", this.raiPolicyName);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentProperties from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentProperties 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 ArcDeploymentProperties.
+ */
+ public static ArcDeploymentProperties fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentProperties deserializedArcDeploymentProperties = new ArcDeploymentProperties();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("model".equals(fieldName)) {
+ deserializedArcDeploymentProperties.model = ArcDeploymentModel.fromJson(reader);
+ } else if ("extensionId".equals(fieldName)) {
+ deserializedArcDeploymentProperties.extensionId = reader.getString();
+ } else if ("runtime".equals(fieldName)) {
+ deserializedArcDeploymentProperties.runtime = ArcDeploymentRuntime.fromString(reader.getString());
+ } else if ("compute".equals(fieldName)) {
+ deserializedArcDeploymentProperties.compute
+ = ArcDeploymentComputeType.fromString(reader.getString());
+ } else if ("replicas".equals(fieldName)) {
+ deserializedArcDeploymentProperties.replicas = reader.getInt();
+ } else if ("resources".equals(fieldName)) {
+ deserializedArcDeploymentProperties.resources = ArcDeploymentKubernetesResources.fromJson(reader);
+ } else if ("deploymentTemplate".equals(fieldName)) {
+ deserializedArcDeploymentProperties.deploymentTemplate = reader.getString();
+ } else if ("vllmParameters".equals(fieldName)) {
+ deserializedArcDeploymentProperties.vllmParameters = ArcDeploymentVllmParameters.fromJson(reader);
+ } else if ("nodeSelector".equals(fieldName)) {
+ Map nodeSelector = reader.readMap(reader1 -> reader1.getString());
+ deserializedArcDeploymentProperties.nodeSelector = nodeSelector;
+ } else if ("deploymentState".equals(fieldName)) {
+ deserializedArcDeploymentProperties.deploymentState
+ = DeploymentState.fromString(reader.getString());
+ } else if ("raiPolicyName".equals(fieldName)) {
+ deserializedArcDeploymentProperties.raiPolicyName = reader.getString();
+ } else if ("provisioningState".equals(fieldName)) {
+ deserializedArcDeploymentProperties.provisioningState
+ = ProvisioningState.fromString(reader.getString());
+ } else if ("provisioningDetails".equals(fieldName)) {
+ deserializedArcDeploymentProperties.provisioningDetails
+ = ArcDeploymentProvisioningDetails.fromJson(reader);
+ } else if ("inferenceEndpoint".equals(fieldName)) {
+ deserializedArcDeploymentProperties.inferenceEndpoint = reader.getString();
+ } else if ("capabilities".equals(fieldName)) {
+ Map capabilities = reader.readMap(reader1 -> reader1.getString());
+ deserializedArcDeploymentProperties.capabilities = capabilities;
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentProperties;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentProvisioningDetails.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentProvisioningDetails.java
new file mode 100644
index 000000000000..18b4f6e76715
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentProvisioningDetails.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.cognitiveservices.models;
+
+import com.azure.core.annotation.Immutable;
+import com.azure.core.util.CoreUtils;
+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.time.OffsetDateTime;
+import java.time.format.DateTimeFormatter;
+
+/**
+ * Provisioning status details for an Arc deployment.
+ */
+@Immutable
+public final class ArcDeploymentProvisioningDetails implements JsonSerializable {
+ /*
+ * A human-readable status message from the last provisioning operation.
+ */
+ private String message;
+
+ /*
+ * Timestamp of the last provisioning operation.
+ */
+ private OffsetDateTime lastOperationTimestamp;
+
+ /**
+ * Creates an instance of ArcDeploymentProvisioningDetails class.
+ */
+ private ArcDeploymentProvisioningDetails() {
+ }
+
+ /**
+ * Get the message property: A human-readable status message from the last provisioning operation.
+ *
+ * @return the message value.
+ */
+ public String message() {
+ return this.message;
+ }
+
+ /**
+ * Get the lastOperationTimestamp property: Timestamp of the last provisioning operation.
+ *
+ * @return the lastOperationTimestamp value.
+ */
+ public OffsetDateTime lastOperationTimestamp() {
+ return this.lastOperationTimestamp;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("message", this.message);
+ jsonWriter.writeStringField("lastOperationTimestamp",
+ this.lastOperationTimestamp == null
+ ? null
+ : DateTimeFormatter.ISO_OFFSET_DATE_TIME.format(this.lastOperationTimestamp));
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentProvisioningDetails from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentProvisioningDetails 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 ArcDeploymentProvisioningDetails.
+ */
+ public static ArcDeploymentProvisioningDetails fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentProvisioningDetails deserializedArcDeploymentProvisioningDetails
+ = new ArcDeploymentProvisioningDetails();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("message".equals(fieldName)) {
+ deserializedArcDeploymentProvisioningDetails.message = reader.getString();
+ } else if ("lastOperationTimestamp".equals(fieldName)) {
+ deserializedArcDeploymentProvisioningDetails.lastOperationTimestamp = reader
+ .getNullable(nonNullReader -> CoreUtils.parseBestOffsetDateTime(nonNullReader.getString()));
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentProvisioningDetails;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentResourceRequirements.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentResourceRequirements.java
new file mode 100644
index 000000000000..30921d5544e7
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentResourceRequirements.java
@@ -0,0 +1,152 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * Kubernetes resource requirements for an Arc deployment replica.
+ * Specify either cpu and memory together, or gpu. GPU is supported only in limits, not requests.
+ */
+@Fluent
+public final class ArcDeploymentResourceRequirements implements JsonSerializable {
+ /*
+ * Kubernetes CPU quantity string, for example 500m, 2, 4, or 8.
+ * Required with memory when specifying CPU and memory limits. Do not specify with gpu.
+ */
+ private String cpu;
+
+ /*
+ * Kubernetes memory quantity string, for example 512Mi, 2Gi, or 16Gi.
+ * Required with cpu when specifying CPU and memory limits. Do not specify with gpu.
+ */
+ private String memory;
+
+ /*
+ * Kubernetes GPU quantity, for example 1, 2, or 5.
+ * Required when specifying GPU limits. Do not specify with cpu or memory.
+ */
+ private Integer gpu;
+
+ /**
+ * Creates an instance of ArcDeploymentResourceRequirements class.
+ */
+ public ArcDeploymentResourceRequirements() {
+ }
+
+ /**
+ * Get the cpu property: Kubernetes CPU quantity string, for example 500m, 2, 4, or 8.
+ * Required with memory when specifying CPU and memory limits. Do not specify with gpu.
+ *
+ * @return the cpu value.
+ */
+ public String cpu() {
+ return this.cpu;
+ }
+
+ /**
+ * Set the cpu property: Kubernetes CPU quantity string, for example 500m, 2, 4, or 8.
+ * Required with memory when specifying CPU and memory limits. Do not specify with gpu.
+ *
+ * @param cpu the cpu value to set.
+ * @return the ArcDeploymentResourceRequirements object itself.
+ */
+ public ArcDeploymentResourceRequirements withCpu(String cpu) {
+ this.cpu = cpu;
+ return this;
+ }
+
+ /**
+ * Get the memory property: Kubernetes memory quantity string, for example 512Mi, 2Gi, or 16Gi.
+ * Required with cpu when specifying CPU and memory limits. Do not specify with gpu.
+ *
+ * @return the memory value.
+ */
+ public String memory() {
+ return this.memory;
+ }
+
+ /**
+ * Set the memory property: Kubernetes memory quantity string, for example 512Mi, 2Gi, or 16Gi.
+ * Required with cpu when specifying CPU and memory limits. Do not specify with gpu.
+ *
+ * @param memory the memory value to set.
+ * @return the ArcDeploymentResourceRequirements object itself.
+ */
+ public ArcDeploymentResourceRequirements withMemory(String memory) {
+ this.memory = memory;
+ return this;
+ }
+
+ /**
+ * Get the gpu property: Kubernetes GPU quantity, for example 1, 2, or 5.
+ * Required when specifying GPU limits. Do not specify with cpu or memory.
+ *
+ * @return the gpu value.
+ */
+ public Integer gpu() {
+ return this.gpu;
+ }
+
+ /**
+ * Set the gpu property: Kubernetes GPU quantity, for example 1, 2, or 5.
+ * Required when specifying GPU limits. Do not specify with cpu or memory.
+ *
+ * @param gpu the gpu value to set.
+ * @return the ArcDeploymentResourceRequirements object itself.
+ */
+ public ArcDeploymentResourceRequirements withGpu(Integer gpu) {
+ this.gpu = gpu;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("cpu", this.cpu);
+ jsonWriter.writeStringField("memory", this.memory);
+ jsonWriter.writeNumberField("gpu", this.gpu);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentResourceRequirements from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentResourceRequirements 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 ArcDeploymentResourceRequirements.
+ */
+ public static ArcDeploymentResourceRequirements fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentResourceRequirements deserializedArcDeploymentResourceRequirements
+ = new ArcDeploymentResourceRequirements();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("cpu".equals(fieldName)) {
+ deserializedArcDeploymentResourceRequirements.cpu = reader.getString();
+ } else if ("memory".equals(fieldName)) {
+ deserializedArcDeploymentResourceRequirements.memory = reader.getString();
+ } else if ("gpu".equals(fieldName)) {
+ deserializedArcDeploymentResourceRequirements.gpu = reader.getNullable(JsonReader::getInt);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentResourceRequirements;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentRuntime.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentRuntime.java
new file mode 100644
index 000000000000..3577f2032512
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentRuntime.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.cognitiveservices.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import java.util.Collection;
+
+/**
+ * Inference runtime for an Arc deployment.
+ */
+public final class ArcDeploymentRuntime extends ExpandableStringEnum {
+ /**
+ * vLLM runtime.
+ */
+ public static final ArcDeploymentRuntime VLLM = fromString("vllm");
+
+ /**
+ * ONNX runtime.
+ */
+ public static final ArcDeploymentRuntime ONNX = fromString("onnx-genai");
+
+ /**
+ * Creates a new instance of ArcDeploymentRuntime value.
+ *
+ * @deprecated Use the {@link #fromString(String)} factory method.
+ */
+ @Deprecated
+ public ArcDeploymentRuntime() {
+ }
+
+ /**
+ * Creates or finds a ArcDeploymentRuntime from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding ArcDeploymentRuntime.
+ */
+ public static ArcDeploymentRuntime fromString(String name) {
+ return fromString(name, ArcDeploymentRuntime.class);
+ }
+
+ /**
+ * Gets known ArcDeploymentRuntime values.
+ *
+ * @return known ArcDeploymentRuntime values.
+ */
+ public static Collection values() {
+ return values(ArcDeploymentRuntime.class);
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentSku.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentSku.java
new file mode 100644
index 000000000000..0bc4cc820068
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentSku.java
@@ -0,0 +1,86 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * SKU for an Arc deployment.
+ */
+@Fluent
+public final class ArcDeploymentSku implements JsonSerializable {
+ /*
+ * The name of the Arc deployment SKU. Must be Arc.
+ */
+ private ArcDeploymentSkuName name;
+
+ /**
+ * Creates an instance of ArcDeploymentSku class.
+ */
+ public ArcDeploymentSku() {
+ }
+
+ /**
+ * Get the name property: The name of the Arc deployment SKU. Must be Arc.
+ *
+ * @return the name value.
+ */
+ public ArcDeploymentSkuName name() {
+ return this.name;
+ }
+
+ /**
+ * Set the name property: The name of the Arc deployment SKU. Must be Arc.
+ *
+ * @param name the name value to set.
+ * @return the ArcDeploymentSku object itself.
+ */
+ public ArcDeploymentSku withName(ArcDeploymentSkuName name) {
+ this.name = name;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("name", this.name == null ? null : this.name.toString());
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentSku from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentSku 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 ArcDeploymentSku.
+ */
+ public static ArcDeploymentSku fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentSku deserializedArcDeploymentSku = new ArcDeploymentSku();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("name".equals(fieldName)) {
+ deserializedArcDeploymentSku.name = ArcDeploymentSkuName.fromString(reader.getString());
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentSku;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentSkuName.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentSkuName.java
new file mode 100644
index 000000000000..d9c1e221f608
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentSkuName.java
@@ -0,0 +1,46 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import java.util.Collection;
+
+/**
+ * SKU for an Arc deployment.
+ */
+public final class ArcDeploymentSkuName extends ExpandableStringEnum {
+ /**
+ * Arc SKU.
+ */
+ public static final ArcDeploymentSkuName ARC = fromString("Arc");
+
+ /**
+ * Creates a new instance of ArcDeploymentSkuName value.
+ *
+ * @deprecated Use the {@link #fromString(String)} factory method.
+ */
+ @Deprecated
+ public ArcDeploymentSkuName() {
+ }
+
+ /**
+ * Creates or finds a ArcDeploymentSkuName from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding ArcDeploymentSkuName.
+ */
+ public static ArcDeploymentSkuName fromString(String name) {
+ return fromString(name, ArcDeploymentSkuName.class);
+ }
+
+ /**
+ * Gets known ArcDeploymentSkuName values.
+ *
+ * @return known ArcDeploymentSkuName values.
+ */
+ public static Collection values() {
+ return values(ArcDeploymentSkuName.class);
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentUpdate.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentUpdate.java
new file mode 100644
index 000000000000..6752ce2201c1
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentUpdate.java
@@ -0,0 +1,85 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * The object used to update an Arc deployment.
+ */
+@Fluent
+public final class ArcDeploymentUpdate implements JsonSerializable {
+ /*
+ * Properties that can be updated on an Arc deployment.
+ */
+ private ArcDeploymentUpdateProperties properties;
+
+ /**
+ * Creates an instance of ArcDeploymentUpdate class.
+ */
+ public ArcDeploymentUpdate() {
+ }
+
+ /**
+ * Get the properties property: Properties that can be updated on an Arc deployment.
+ *
+ * @return the properties value.
+ */
+ public ArcDeploymentUpdateProperties properties() {
+ return this.properties;
+ }
+
+ /**
+ * Set the properties property: Properties that can be updated on an Arc deployment.
+ *
+ * @param properties the properties value to set.
+ * @return the ArcDeploymentUpdate object itself.
+ */
+ public ArcDeploymentUpdate withProperties(ArcDeploymentUpdateProperties properties) {
+ this.properties = properties;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeJsonField("properties", this.properties);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentUpdate from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentUpdate 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 ArcDeploymentUpdate.
+ */
+ public static ArcDeploymentUpdate fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentUpdate deserializedArcDeploymentUpdate = new ArcDeploymentUpdate();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("properties".equals(fieldName)) {
+ deserializedArcDeploymentUpdate.properties = ArcDeploymentUpdateProperties.fromJson(reader);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentUpdate;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentUpdateProperties.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentUpdateProperties.java
new file mode 100644
index 000000000000..f61cb121dabf
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentUpdateProperties.java
@@ -0,0 +1,147 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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.Map;
+
+/**
+ * Mutable properties for an Arc deployment.
+ */
+@Fluent
+public final class ArcDeploymentUpdateProperties implements JsonSerializable {
+ /*
+ * Physical replica count on the Arc cluster.
+ */
+ private Integer replicas;
+
+ /*
+ * Per-replica Kubernetes resource requests and limits.
+ */
+ private ArcDeploymentPatchKubernetesResources resources;
+
+ /*
+ * Kubernetes node selector key-value map used to schedule pods onto nodes with matching labels.
+ */
+ private Map nodeSelector;
+
+ /**
+ * Creates an instance of ArcDeploymentUpdateProperties class.
+ */
+ public ArcDeploymentUpdateProperties() {
+ }
+
+ /**
+ * Get the replicas property: Physical replica count on the Arc cluster.
+ *
+ * @return the replicas value.
+ */
+ public Integer replicas() {
+ return this.replicas;
+ }
+
+ /**
+ * Set the replicas property: Physical replica count on the Arc cluster.
+ *
+ * @param replicas the replicas value to set.
+ * @return the ArcDeploymentUpdateProperties object itself.
+ */
+ public ArcDeploymentUpdateProperties withReplicas(Integer replicas) {
+ this.replicas = replicas;
+ return this;
+ }
+
+ /**
+ * Get the resources property: Per-replica Kubernetes resource requests and limits.
+ *
+ * @return the resources value.
+ */
+ public ArcDeploymentPatchKubernetesResources resources() {
+ return this.resources;
+ }
+
+ /**
+ * Set the resources property: Per-replica Kubernetes resource requests and limits.
+ *
+ * @param resources the resources value to set.
+ * @return the ArcDeploymentUpdateProperties object itself.
+ */
+ public ArcDeploymentUpdateProperties withResources(ArcDeploymentPatchKubernetesResources resources) {
+ this.resources = resources;
+ return this;
+ }
+
+ /**
+ * Get the nodeSelector property: Kubernetes node selector key-value map used to schedule pods onto nodes with
+ * matching labels.
+ *
+ * @return the nodeSelector value.
+ */
+ public Map nodeSelector() {
+ return this.nodeSelector;
+ }
+
+ /**
+ * Set the nodeSelector property: Kubernetes node selector key-value map used to schedule pods onto nodes with
+ * matching labels.
+ *
+ * @param nodeSelector the nodeSelector value to set.
+ * @return the ArcDeploymentUpdateProperties object itself.
+ */
+ public ArcDeploymentUpdateProperties withNodeSelector(Map nodeSelector) {
+ this.nodeSelector = nodeSelector;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeNumberField("replicas", this.replicas);
+ jsonWriter.writeJsonField("resources", this.resources);
+ jsonWriter.writeMapField("nodeSelector", this.nodeSelector, (writer, element) -> writer.writeString(element));
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentUpdateProperties from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentUpdateProperties 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 ArcDeploymentUpdateProperties.
+ */
+ public static ArcDeploymentUpdateProperties fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentUpdateProperties deserializedArcDeploymentUpdateProperties
+ = new ArcDeploymentUpdateProperties();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("replicas".equals(fieldName)) {
+ deserializedArcDeploymentUpdateProperties.replicas = reader.getNullable(JsonReader::getInt);
+ } else if ("resources".equals(fieldName)) {
+ deserializedArcDeploymentUpdateProperties.resources
+ = ArcDeploymentPatchKubernetesResources.fromJson(reader);
+ } else if ("nodeSelector".equals(fieldName)) {
+ Map nodeSelector = reader.readMap(reader1 -> reader1.getString());
+ deserializedArcDeploymentUpdateProperties.nodeSelector = nodeSelector;
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentUpdateProperties;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentVllmParameters.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentVllmParameters.java
new file mode 100644
index 000000000000..b8cbfb841975
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentVllmParameters.java
@@ -0,0 +1,126 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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 java.io.IOException;
+
+/**
+ * Effective vLLM runtime parameters for an Arc deployment.
+ */
+@Immutable
+public final class ArcDeploymentVllmParameters implements JsonSerializable {
+ /*
+ * Number of GPUs used for tensor parallelism.
+ */
+ private Integer tensorParallelSize;
+
+ /*
+ * Maximum model context length.
+ */
+ private Integer maxModelLen;
+
+ /*
+ * Fraction of GPU memory reserved for model execution.
+ */
+ private Float gpuMemoryUtilization;
+
+ /*
+ * Whether eager execution is enforced for the vLLM runtime.
+ */
+ private Boolean enforceEager;
+
+ /**
+ * Creates an instance of ArcDeploymentVllmParameters class.
+ */
+ private ArcDeploymentVllmParameters() {
+ }
+
+ /**
+ * Get the tensorParallelSize property: Number of GPUs used for tensor parallelism.
+ *
+ * @return the tensorParallelSize value.
+ */
+ public Integer tensorParallelSize() {
+ return this.tensorParallelSize;
+ }
+
+ /**
+ * Get the maxModelLen property: Maximum model context length.
+ *
+ * @return the maxModelLen value.
+ */
+ public Integer maxModelLen() {
+ return this.maxModelLen;
+ }
+
+ /**
+ * Get the gpuMemoryUtilization property: Fraction of GPU memory reserved for model execution.
+ *
+ * @return the gpuMemoryUtilization value.
+ */
+ public Float gpuMemoryUtilization() {
+ return this.gpuMemoryUtilization;
+ }
+
+ /**
+ * Get the enforceEager property: Whether eager execution is enforced for the vLLM runtime.
+ *
+ * @return the enforceEager value.
+ */
+ public Boolean enforceEager() {
+ return this.enforceEager;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeNumberField("tensorParallelSize", this.tensorParallelSize);
+ jsonWriter.writeNumberField("maxModelLen", this.maxModelLen);
+ jsonWriter.writeNumberField("gpuMemoryUtilization", this.gpuMemoryUtilization);
+ jsonWriter.writeBooleanField("enforceEager", this.enforceEager);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of ArcDeploymentVllmParameters from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of ArcDeploymentVllmParameters 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 ArcDeploymentVllmParameters.
+ */
+ public static ArcDeploymentVllmParameters fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ ArcDeploymentVllmParameters deserializedArcDeploymentVllmParameters = new ArcDeploymentVllmParameters();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("tensorParallelSize".equals(fieldName)) {
+ deserializedArcDeploymentVllmParameters.tensorParallelSize = reader.getNullable(JsonReader::getInt);
+ } else if ("maxModelLen".equals(fieldName)) {
+ deserializedArcDeploymentVllmParameters.maxModelLen = reader.getNullable(JsonReader::getInt);
+ } else if ("gpuMemoryUtilization".equals(fieldName)) {
+ deserializedArcDeploymentVllmParameters.gpuMemoryUtilization
+ = reader.getNullable(JsonReader::getFloat);
+ } else if ("enforceEager".equals(fieldName)) {
+ deserializedArcDeploymentVllmParameters.enforceEager = reader.getNullable(JsonReader::getBoolean);
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedArcDeploymentVllmParameters;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeployments.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeployments.java
new file mode 100644
index 000000000000..6562d74c1792
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeployments.java
@@ -0,0 +1,150 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.models;
+
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.http.rest.Response;
+import com.azure.core.util.Context;
+
+/**
+ * Resource collection API of ArcDeployments.
+ */
+public interface ArcDeployments {
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 specified Arc deployment associated with the Cognitive Services account along with {@link Response}.
+ */
+ Response getWithResponse(String resourceGroupName, String accountName, String deploymentName,
+ Context context);
+
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 specified Arc deployment associated with the Cognitive Services account.
+ */
+ ArcDeployment get(String resourceGroupName, String accountName, String deploymentName);
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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 delete(String resourceGroupName, String accountName, String deploymentName);
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param deploymentName The name of the Arc deployment associated with the Cognitive Services Account. The name
+ * must be unique within the account across deployments, managedComputeDeployments, and arcDeployments.
+ * @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.
+ */
+ void delete(String resourceGroupName, String accountName, String deploymentName, Context context);
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account as paginated response with
+ * {@link PagedIterable}.
+ */
+ PagedIterable list(String resourceGroupName, String accountName);
+
+ /**
+ * Gets the Arc deployments associated with the Cognitive Services account.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @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 Arc deployments associated with the Cognitive Services account as paginated response with
+ * {@link PagedIterable}.
+ */
+ PagedIterable list(String resourceGroupName, String accountName, Context context);
+
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param id the resource ID.
+ * @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 specified Arc deployment associated with the Cognitive Services account along with {@link Response}.
+ */
+ ArcDeployment getById(String id);
+
+ /**
+ * Gets the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param id the resource ID.
+ * @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 specified Arc deployment associated with the Cognitive Services account along with {@link Response}.
+ */
+ Response getByIdWithResponse(String id, Context context);
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param id the resource ID.
+ * @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 deleteById(String id);
+
+ /**
+ * Deletes the specified Arc deployment associated with the Cognitive Services account.
+ *
+ * @param id the resource ID.
+ * @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.
+ */
+ void deleteByIdWithResponse(String id, Context context);
+
+ /**
+ * Begins definition for a new ArcDeployment resource.
+ *
+ * @param name resource name.
+ * @return the first stage of the new ArcDeployment definition.
+ */
+ ArcDeployment.DefinitionStages.Blank define(String name);
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilitySettings.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilitySettings.java
new file mode 100644
index 000000000000..9ae594e722f4
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilitySettings.java
@@ -0,0 +1,142 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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;
+
+/**
+ * Extensible agent capability configuration. Carries the Azure resource IDs of the agent storage dependencies. Modeled
+ * as an object so future capability-backed resources can be added without changing the account or project contract.
+ */
+@Fluent
+public final class CapabilitySettings implements JsonSerializable {
+ /*
+ * Azure resource ID of the document store used by agent runtime state.
+ */
+ private String documentStore;
+
+ /*
+ * Azure resource ID of the vector store used by agent retrieval and indexing.
+ */
+ private String vectorStore;
+
+ /*
+ * Azure resource ID of the blob store used by agent file and artifact storage.
+ */
+ private String blobStore;
+
+ /**
+ * Creates an instance of CapabilitySettings class.
+ */
+ public CapabilitySettings() {
+ }
+
+ /**
+ * Get the documentStore property: Azure resource ID of the document store used by agent runtime state.
+ *
+ * @return the documentStore value.
+ */
+ public String documentStore() {
+ return this.documentStore;
+ }
+
+ /**
+ * Set the documentStore property: Azure resource ID of the document store used by agent runtime state.
+ *
+ * @param documentStore the documentStore value to set.
+ * @return the CapabilitySettings object itself.
+ */
+ public CapabilitySettings withDocumentStore(String documentStore) {
+ this.documentStore = documentStore;
+ return this;
+ }
+
+ /**
+ * Get the vectorStore property: Azure resource ID of the vector store used by agent retrieval and indexing.
+ *
+ * @return the vectorStore value.
+ */
+ public String vectorStore() {
+ return this.vectorStore;
+ }
+
+ /**
+ * Set the vectorStore property: Azure resource ID of the vector store used by agent retrieval and indexing.
+ *
+ * @param vectorStore the vectorStore value to set.
+ * @return the CapabilitySettings object itself.
+ */
+ public CapabilitySettings withVectorStore(String vectorStore) {
+ this.vectorStore = vectorStore;
+ return this;
+ }
+
+ /**
+ * Get the blobStore property: Azure resource ID of the blob store used by agent file and artifact storage.
+ *
+ * @return the blobStore value.
+ */
+ public String blobStore() {
+ return this.blobStore;
+ }
+
+ /**
+ * Set the blobStore property: Azure resource ID of the blob store used by agent file and artifact storage.
+ *
+ * @param blobStore the blobStore value to set.
+ * @return the CapabilitySettings object itself.
+ */
+ public CapabilitySettings withBlobStore(String blobStore) {
+ this.blobStore = blobStore;
+ return this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
+ jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("documentStore", this.documentStore);
+ jsonWriter.writeStringField("vectorStore", this.vectorStore);
+ jsonWriter.writeStringField("blobStore", this.blobStore);
+ return jsonWriter.writeEndObject();
+ }
+
+ /**
+ * Reads an instance of CapabilitySettings from the JsonReader.
+ *
+ * @param jsonReader The JsonReader being read.
+ * @return An instance of CapabilitySettings 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 CapabilitySettings.
+ */
+ public static CapabilitySettings fromJson(JsonReader jsonReader) throws IOException {
+ return jsonReader.readObject(reader -> {
+ CapabilitySettings deserializedCapabilitySettings = new CapabilitySettings();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("documentStore".equals(fieldName)) {
+ deserializedCapabilitySettings.documentStore = reader.getString();
+ } else if ("vectorStore".equals(fieldName)) {
+ deserializedCapabilitySettings.vectorStore = reader.getString();
+ } else if ("blobStore".equals(fieldName)) {
+ deserializedCapabilitySettings.blobStore = reader.getString();
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedCapabilitySettings;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ClusterComputeProperties.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ClusterComputeProperties.java
index 03b0c92039b8..fb329131fbf6 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ClusterComputeProperties.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ClusterComputeProperties.java
@@ -89,12 +89,22 @@ public ClusterComputeProperties withSubnetArmId(String subnetArmId) {
return this;
}
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public ClusterComputeProperties withLocation(String location) {
+ super.withLocation(location);
+ return this;
+ }
+
/**
* {@inheritDoc}
*/
@Override
public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("location", location());
jsonWriter.writeArrayField("pools", this.pools, (writer, element) -> writer.writeJson(element));
jsonWriter.writeStringField("computeType", this.computeType == null ? null : this.computeType.toString());
jsonWriter.writeStringField("subnetArmId", this.subnetArmId);
@@ -117,7 +127,9 @@ public static ClusterComputeProperties fromJson(JsonReader jsonReader) throws IO
String fieldName = reader.getFieldName();
reader.nextToken();
- if ("provisioningState".equals(fieldName)) {
+ if ("location".equals(fieldName)) {
+ deserializedClusterComputeProperties.withLocation(reader.getString());
+ } else if ("provisioningState".equals(fieldName)) {
deserializedClusterComputeProperties
.withProvisioningState(ComputeProvisioningState.fromString(reader.getString()));
} else if ("errors".equals(fieldName)) {
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/Compute.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/Compute.java
index 2c59af7f72d9..fec37b303a02 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/Compute.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/Compute.java
@@ -4,7 +4,6 @@
package com.azure.resourcemanager.cognitiveservices.models;
-import com.azure.core.management.Region;
import com.azure.core.management.SystemData;
import com.azure.core.util.Context;
import com.azure.resourcemanager.cognitiveservices.fluent.models.ComputeInner;
@@ -50,13 +49,6 @@ public interface Compute {
*/
String etag();
- /**
- * Gets the location property: The location of the compute resource.
- *
- * @return the location value.
- */
- String location();
-
/**
* Gets the tags property: Resource tags.
*
@@ -85,20 +77,6 @@ public interface Compute {
*/
SystemData systemData();
- /**
- * Gets the region of the resource.
- *
- * @return the region of the resource.
- */
- Region region();
-
- /**
- * Gets the name of the resource region.
- *
- * @return the name of the resource region.
- */
- String regionName();
-
/**
* Gets the name of the resource group.
*
@@ -163,8 +141,8 @@ interface WithProperties {
* The stage of the Compute 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.WithLocation, DefinitionStages.WithTags,
- DefinitionStages.WithKind, DefinitionStages.WithIdentity {
+ interface WithCreate
+ extends DefinitionStages.WithTags, DefinitionStages.WithKind, DefinitionStages.WithIdentity {
/**
* Executes the create request.
*
@@ -181,27 +159,6 @@ interface WithCreate extends DefinitionStages.WithLocation, DefinitionStages.Wit
Compute create(Context context);
}
- /**
- * The stage of the Compute definition allowing to specify location.
- */
- interface WithLocation {
- /**
- * Specifies the region for the resource.
- *
- * @param location The location of the compute resource.
- * @return the next definition stage.
- */
- WithCreate withRegion(Region location);
-
- /**
- * Specifies the region for the resource.
- *
- * @param location The location of the compute resource.
- * @return the next definition stage.
- */
- WithCreate withRegion(String location);
- }
-
/**
* The stage of the Compute definition allowing to specify tags.
*/
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeProperties.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeProperties.java
index c46ae8d05b79..083df9e6aff2 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeProperties.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeProperties.java
@@ -4,7 +4,7 @@
package com.azure.resourcemanager.cognitiveservices.models;
-import com.azure.core.annotation.Immutable;
+import com.azure.core.annotation.Fluent;
import com.azure.core.management.exception.ManagementError;
import com.azure.core.util.CoreUtils;
import com.azure.json.JsonReader;
@@ -19,13 +19,18 @@
* Base properties for all compute resource types.
* The computeType discriminator determines the concrete property shape.
*/
-@Immutable
+@Fluent
public class ComputeProperties implements JsonSerializable {
/*
* The type of compute resource.
*/
private ComputeType computeType = ComputeType.fromString("ComputeProperties");
+ /*
+ * The location of the compute resource.
+ */
+ private String location;
+
/*
* Provisioning state of the compute resource.
*/
@@ -56,6 +61,26 @@ public ComputeType computeType() {
return this.computeType;
}
+ /**
+ * Get the location property: The location of the compute resource.
+ *
+ * @return the location value.
+ */
+ public String location() {
+ return this.location;
+ }
+
+ /**
+ * Set the location property: The location of the compute resource.
+ *
+ * @param location the location value to set.
+ * @return the ComputeProperties object itself.
+ */
+ public ComputeProperties withLocation(String location) {
+ this.location = location;
+ return this;
+ }
+
/**
* Get the provisioningState property: Provisioning state of the compute resource.
*
@@ -122,6 +147,7 @@ ComputeProperties withCreationTime(OffsetDateTime creationTime) {
@Override
public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("location", this.location);
jsonWriter.writeStringField("computeType", this.computeType == null ? null : this.computeType.toString());
return jsonWriter.writeEndObject();
}
@@ -132,6 +158,7 @@ public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
* @param jsonReader The JsonReader being read.
* @return An instance of ComputeProperties 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 ComputeProperties.
*/
public static ComputeProperties fromJson(JsonReader jsonReader) throws IOException {
@@ -168,7 +195,9 @@ static ComputeProperties fromJsonKnownDiscriminator(JsonReader jsonReader) throw
String fieldName = reader.getFieldName();
reader.nextToken();
- if ("computeType".equals(fieldName)) {
+ if ("location".equals(fieldName)) {
+ deserializedComputeProperties.location = reader.getString();
+ } else if ("computeType".equals(fieldName)) {
deserializedComputeProperties.computeType = ComputeType.fromString(reader.getString());
} else if ("provisioningState".equals(fieldName)) {
deserializedComputeProperties.provisioningState
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPropertiesV2BasicResource.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPropertiesV2BasicResource.java
index 58c66fe07127..f2c8bd54eaf2 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPropertiesV2BasicResource.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPropertiesV2BasicResource.java
@@ -84,14 +84,13 @@ interface Blank extends WithParentResource {
*/
interface WithParentResource {
/**
- * Specifies resourceGroupName, accountName, projectName.
+ * Specifies resourceGroupName, accountName.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of Cognitive Services account.
- * @param projectName The name of Cognitive Services account's project.
* @return the next definition stage.
*/
- WithProperties withExistingProject(String resourceGroupName, String accountName, String projectName);
+ WithProperties withExistingAccount(String resourceGroupName, String accountName);
}
/**
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ContainerInstanceComputeProperties.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ContainerInstanceComputeProperties.java
index 387288c4690d..2cd5eedf2922 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ContainerInstanceComputeProperties.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ContainerInstanceComputeProperties.java
@@ -155,12 +155,22 @@ public ConnectivityEndpoints connectivityEndpoints() {
return this.connectivityEndpoints;
}
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public ContainerInstanceComputeProperties withLocation(String location) {
+ super.withLocation(location);
+ return this;
+ }
+
/**
* {@inheritDoc}
*/
@Override
public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeStartObject();
+ jsonWriter.writeStringField("location", location());
jsonWriter.writeStringField("targetClusterId", this.targetClusterId);
jsonWriter.writeStringField("imageLink", this.imageLink);
jsonWriter.writeStringField("computeType", this.computeType == null ? null : this.computeType.toString());
@@ -186,7 +196,9 @@ public static ContainerInstanceComputeProperties fromJson(JsonReader jsonReader)
String fieldName = reader.getFieldName();
reader.nextToken();
- if ("provisioningState".equals(fieldName)) {
+ if ("location".equals(fieldName)) {
+ deserializedContainerInstanceComputeProperties.withLocation(reader.getString());
+ } else if ("provisioningState".equals(fieldName)) {
deserializedContainerInstanceComputeProperties
.withProvisioningState(ComputeProvisioningState.fromString(reader.getString()));
} else if ("errors".equals(fieldName)) {
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentProperties.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentProperties.java
index 8ee26958e765..9699f4c1962d 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentProperties.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentProperties.java
@@ -28,6 +28,11 @@ public final class DeploymentProperties implements JsonSerializable {
+ ManagedClusterAgentHostingConfiguration deserializedManagedClusterAgentHostingConfiguration
+ = new ManagedClusterAgentHostingConfiguration();
+ while (reader.nextToken() != JsonToken.END_OBJECT) {
+ String fieldName = reader.getFieldName();
+ reader.nextToken();
+
+ if ("name".equals(fieldName)) {
+ deserializedManagedClusterAgentHostingConfiguration.withName(reader.getString());
+ } else if ("hostingManagementIdentityResourceId".equals(fieldName)) {
+ deserializedManagedClusterAgentHostingConfiguration.hostingManagementIdentityResourceId
+ = reader.getString();
+ } else if ("workloadIdentityResourceId".equals(fieldName)) {
+ deserializedManagedClusterAgentHostingConfiguration.workloadIdentityResourceId = reader.getString();
+ } else if ("clusterResourceId".equals(fieldName)) {
+ deserializedManagedClusterAgentHostingConfiguration.clusterResourceId = reader.getString();
+ } else if ("storageAccountResourceId".equals(fieldName)) {
+ deserializedManagedClusterAgentHostingConfiguration.storageAccountResourceId = reader.getString();
+ } else if ("hostingType".equals(fieldName)) {
+ deserializedManagedClusterAgentHostingConfiguration.hostingType
+ = AgentHostingType.fromString(reader.getString());
+ } else {
+ reader.skipChildren();
+ }
+ }
+
+ return deserializedManagedClusterAgentHostingConfiguration;
+ });
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/Pool.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/Pool.java
index f9142ab01827..1b6d0d684870 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/Pool.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/Pool.java
@@ -129,9 +129,9 @@ public Pool withNodeCount(int nodeCount) {
public JsonWriter toJson(JsonWriter jsonWriter) throws IOException {
jsonWriter.writeStartObject();
jsonWriter.writeStringField("name", this.name);
- jsonWriter.writeStringField("vmPriority", this.vmPriority == null ? null : this.vmPriority.toString());
jsonWriter.writeStringField("instanceType", this.instanceType);
jsonWriter.writeIntField("nodeCount", this.nodeCount);
+ jsonWriter.writeStringField("vmPriority", this.vmPriority == null ? null : this.vmPriority.toString());
return jsonWriter.writeEndObject();
}
@@ -153,12 +153,12 @@ public static Pool fromJson(JsonReader jsonReader) throws IOException {
if ("name".equals(fieldName)) {
deserializedPool.name = reader.getString();
- } else if ("vmPriority".equals(fieldName)) {
- deserializedPool.vmPriority = VmPriority.fromString(reader.getString());
} else if ("instanceType".equals(fieldName)) {
deserializedPool.instanceType = reader.getString();
} else if ("nodeCount".equals(fieldName)) {
deserializedPool.nodeCount = reader.getInt();
+ } else if ("vmPriority".equals(fieldName)) {
+ deserializedPool.vmPriority = VmPriority.fromString(reader.getString());
} else {
reader.skipChildren();
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectConnections.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectConnections.java
index 232f328ed24d..32ce4f887c12 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectConnections.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectConnections.java
@@ -7,6 +7,7 @@
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure.core.util.Context;
+import com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner;
/**
* Resource collection API of ProjectConnections.
@@ -44,23 +45,25 @@ ConnectionPropertiesV2BasicResource get(String resourceGroupName, String account
String connectionName);
/**
- * Delete Cognitive Services project connection by name.
+ * Create or update Cognitive Services project connection under the specified project.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of Cognitive Services account.
* @param projectName The name of Cognitive Services account's project.
* @param connectionName Friendly name of the connection.
+ * @param connection The object for creating or updating a new account connection.
* @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}.
+ * @return connection base resource schema along with {@link Response}.
*/
- Response deleteWithResponse(String resourceGroupName, String accountName, String projectName,
- String connectionName, Context context);
+ Response createWithResponse(String resourceGroupName, String accountName,
+ String projectName, String connectionName, ConnectionPropertiesV2BasicResourceInner connection,
+ Context context);
/**
- * Delete Cognitive Services project connection by name.
+ * Create or update Cognitive Services project connection under the specified project.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of Cognitive Services account.
@@ -69,92 +72,102 @@ Response deleteWithResponse(String resourceGroupName, String accountName,
* @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 connection base resource schema.
*/
- void delete(String resourceGroupName, String accountName, String projectName, String connectionName);
+ ConnectionPropertiesV2BasicResource create(String resourceGroupName, String accountName, String projectName,
+ String connectionName);
/**
- * Lists all the available Cognitive Services project connections under the specified project.
+ * Update Cognitive Services project connection under the specified project.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of Cognitive Services account.
* @param projectName The name of Cognitive Services account's project.
+ * @param connectionName Friendly name of the connection.
+ * @param connection Parameters for account connection update.
+ * @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 paginated response with {@link PagedIterable}.
+ * @return connection base resource schema along with {@link Response}.
*/
- PagedIterable list(String resourceGroupName, String accountName,
- String projectName);
+ Response updateWithResponse(String resourceGroupName, String accountName,
+ String projectName, String connectionName, ConnectionUpdateContent connection, Context context);
/**
- * Lists all the available Cognitive Services project connections under the specified project.
+ * Update Cognitive Services project connection under the specified project.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param accountName The name of Cognitive Services account.
* @param projectName The name of Cognitive Services account's project.
- * @param target Target of the connection.
- * @param category Category of the connection.
- * @param includeAll query parameter that indicates if get connection call should return both connections and
- * datastores.
- * @param context The context to associate with this operation.
+ * @param connectionName Friendly name of the connection.
* @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 paginated response with {@link PagedIterable}.
+ * @return connection base resource schema.
*/
- PagedIterable list(String resourceGroupName, String accountName,
- String projectName, String target, String category, Boolean includeAll, Context context);
+ ConnectionPropertiesV2BasicResource update(String resourceGroupName, String accountName, String projectName,
+ String connectionName);
/**
- * Lists Cognitive Services project connection by name.
+ * Delete Cognitive Services project connection by name.
*
- * @param id the resource ID.
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param projectName The name of Cognitive Services account's project.
+ * @param connectionName Friendly name of the connection.
+ * @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 connection base resource schema along with {@link Response}.
+ * @return the {@link Response}.
*/
- ConnectionPropertiesV2BasicResource getById(String id);
+ Response deleteWithResponse(String resourceGroupName, String accountName, String projectName,
+ String connectionName, Context context);
/**
- * Lists Cognitive Services project connection by name.
+ * Delete Cognitive Services project connection by name.
*
- * @param id the resource ID.
- * @param context The context to associate with this operation.
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param projectName The name of Cognitive Services account's project.
+ * @param connectionName Friendly name of the connection.
* @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 connection base resource schema along with {@link Response}.
*/
- Response getByIdWithResponse(String id, Context context);
+ void delete(String resourceGroupName, String accountName, String projectName, String connectionName);
/**
- * Delete Cognitive Services project connection by name.
+ * Lists all the available Cognitive Services project connections under the specified project.
*
- * @param id the resource ID.
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param projectName The name of Cognitive Services account's project.
* @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 paginated response with {@link PagedIterable}.
*/
- void deleteById(String id);
+ PagedIterable list(String resourceGroupName, String accountName,
+ String projectName);
/**
- * Delete Cognitive Services project connection by name.
+ * Lists all the available Cognitive Services project connections under the specified project.
*
- * @param id the resource ID.
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param accountName The name of Cognitive Services account.
+ * @param projectName The name of Cognitive Services account's project.
+ * @param target Target of the connection.
+ * @param category Category of the connection.
+ * @param includeAll query parameter that indicates if get connection call should return both connections and
+ * datastores.
* @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 deleteByIdWithResponse(String id, Context context);
-
- /**
- * Begins definition for a new ConnectionPropertiesV2BasicResource resource.
- *
- * @param name resource name.
- * @return the first stage of the new ConnectionPropertiesV2BasicResource definition.
+ * @return the paginated response with {@link PagedIterable}.
*/
- ConnectionPropertiesV2BasicResource.DefinitionStages.Blank define(String name);
+ PagedIterable list(String resourceGroupName, String accountName,
+ String projectName, String target, String category, Boolean includeAll, Context context);
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectProperties.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectProperties.java
index 2b7c1066a408..7a0633498c03 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectProperties.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectProperties.java
@@ -42,6 +42,12 @@ public final class ProjectProperties implements JsonSerializable {
public static final VmPriority REGULAR = fromString("Regular");
/**
- * Low-priority VM.
+ * Spot VM priority.
*/
- public static final VmPriority LOW_PRIORITY = fromString("LowPriority");
+ public static final VmPriority SPOT = fromString("Spot");
/**
* Creates a new instance of VmPriority value.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/resources/META-INF/azure-resourcemanager-cognitiveservices_metadata.json b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/resources/META-INF/azure-resourcemanager-cognitiveservices_metadata.json
index d3f332388693..7523a1bd6f45 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/resources/META-INF/azure-resourcemanager-cognitiveservices_metadata.json
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/resources/META-INF/azure-resourcemanager-cognitiveservices_metadata.json
@@ -1 +1 @@
-{"flavor":"azure","apiVersions":{"Microsoft.CognitiveServices":"2026-05-15-preview"},"crossLanguagePackageId":"Microsoft.CognitiveServices","crossLanguageVersion":"80649970687f","crossLanguageDefinitions":{"com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.CapabilityHosts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.beginDelete":"Microsoft.CognitiveServices.CapabilityHosts.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.createOrUpdate":"Microsoft.CognitiveServices.CapabilityHosts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.delete":"Microsoft.CognitiveServices.CapabilityHosts.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.get":"Microsoft.CognitiveServices.CapabilityHosts.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.getWithResponse":"Microsoft.CognitiveServices.CapabilityHosts.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.list":"Microsoft.CognitiveServices.CapabilityHosts.list","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.create":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.create","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.createWithResponse":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.create","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.delete":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.deleteWithResponse":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.get":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.getWithResponse":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.list":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.list","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.update":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.update","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.updateWithResponse":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.update","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient":"Microsoft.CognitiveServices.Accounts","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.beginCreate":"Microsoft.CognitiveServices.Accounts.create","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.beginDelete":"Microsoft.CognitiveServices.Accounts.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.beginUpdate":"Microsoft.CognitiveServices.Accounts.update","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.create":"Microsoft.CognitiveServices.Accounts.create","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.delete":"Microsoft.CognitiveServices.Accounts.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.evaluateDeploymentPolicies":"Microsoft.CognitiveServices.Accounts.evaluateDeploymentPolicies","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.evaluateDeploymentPoliciesWithResponse":"Microsoft.CognitiveServices.Accounts.evaluateDeploymentPolicies","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.getByResourceGroup":"Microsoft.CognitiveServices.Accounts.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.getByResourceGroupWithResponse":"Microsoft.CognitiveServices.Accounts.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.list":"Microsoft.CognitiveServices.Accounts.list","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listByResourceGroup":"Microsoft.CognitiveServices.Accounts.listByResourceGroup","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listKeys":"Microsoft.CognitiveServices.Accounts.listKeys","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listKeysWithResponse":"Microsoft.CognitiveServices.Accounts.listKeys","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listModels":"Microsoft.CognitiveServices.Accounts.listModels","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listSkus":"Microsoft.CognitiveServices.Accounts.listSkus","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listSkusWithResponse":"Microsoft.CognitiveServices.Accounts.listSkus","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listUsages":"Microsoft.CognitiveServices.Accounts.listUsages","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listUsagesWithResponse":"Microsoft.CognitiveServices.Accounts.listUsages","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.regenerateKey":"Microsoft.CognitiveServices.Accounts.regenerateKey","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.regenerateKeyWithResponse":"Microsoft.CognitiveServices.Accounts.regenerateKey","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.update":"Microsoft.CognitiveServices.Accounts.update","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient":"Microsoft.CognitiveServices.AgentApplications","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.AgentApplications.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.beginDelete":"Microsoft.CognitiveServices.AgentApplications.delete","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.createOrUpdate":"Microsoft.CognitiveServices.AgentApplications.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.delete":"Microsoft.CognitiveServices.AgentApplications.delete","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.disable":"Microsoft.CognitiveServices.AgentApplications.disable","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.disableWithResponse":"Microsoft.CognitiveServices.AgentApplications.disable","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.enable":"Microsoft.CognitiveServices.AgentApplications.enable","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.enableWithResponse":"Microsoft.CognitiveServices.AgentApplications.enable","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.get":"Microsoft.CognitiveServices.AgentApplications.get","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.getWithResponse":"Microsoft.CognitiveServices.AgentApplications.get","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.list":"Microsoft.CognitiveServices.AgentApplications.list","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.listAgents":"Microsoft.CognitiveServices.AgentApplications.listAgents","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.listAgentsWithResponse":"Microsoft.CognitiveServices.AgentApplications.listAgents","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.AgentDeploymentResources.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.beginDelete":"Microsoft.CognitiveServices.AgentDeploymentResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.createOrUpdate":"Microsoft.CognitiveServices.AgentDeploymentResources.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.delete":"Microsoft.CognitiveServices.AgentDeploymentResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.get":"Microsoft.CognitiveServices.AgentDeploymentResources.get","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.getWithResponse":"Microsoft.CognitiveServices.AgentDeploymentResources.get","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.list":"Microsoft.CognitiveServices.AgentDeploymentResources.list","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.start":"Microsoft.CognitiveServices.AgentDeploymentResources.start","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.startWithResponse":"Microsoft.CognitiveServices.AgentDeploymentResources.start","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.stop":"Microsoft.CognitiveServices.AgentDeploymentResources.stop","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.stopWithResponse":"Microsoft.CognitiveServices.AgentDeploymentResources.stop","com.azure.resourcemanager.cognitiveservices.fluent.CognitiveServicesManagementClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient":"Microsoft.CognitiveServices.CommitmentPlans","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginCreateOrUpdateAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.createOrUpdateAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginCreateOrUpdatePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.createOrUpdatePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginDelete":"Microsoft.CognitiveServices.CommitmentPlans.delete","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginDeleteAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.deleteAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginDeletePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.deletePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginUpdatePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.updatePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.createOrUpdate":"Microsoft.CognitiveServices.CommitmentPlans.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.createOrUpdateAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.createOrUpdateAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.createOrUpdatePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.createOrUpdatePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.CommitmentPlans.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.delete":"Microsoft.CognitiveServices.CommitmentPlans.delete","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.deleteAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.deleteAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.deletePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.deletePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.get":"Microsoft.CognitiveServices.CommitmentPlans.get","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.getAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getAssociationWithResponse":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.getAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getByResourceGroup":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.getPlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getByResourceGroupWithResponse":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.getPlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getWithResponse":"Microsoft.CognitiveServices.CommitmentPlans.get","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.list":"Microsoft.CognitiveServices.CommitmentPlans.list","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.listAssociations":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.listAssociations","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.listByResourceGroup":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.listPlansByResourceGroup","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.listPlansBySubscription":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.listPlansBySubscription","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.updatePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.updatePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentTiersClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentTiersClient.list":"Microsoft.CognitiveServices.CommitmentTiersOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.ComputeOperationsClient":"Microsoft.CognitiveServices.ComputeOperations","com.azure.resourcemanager.cognitiveservices.fluent.ComputeOperationsClient.get":"Microsoft.CognitiveServices.ComputeOperations.get","com.azure.resourcemanager.cognitiveservices.fluent.ComputeOperationsClient.getWithResponse":"Microsoft.CognitiveServices.ComputeOperations.get","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient":"Microsoft.CognitiveServices.Computes","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.Computes.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginDelete":"Microsoft.CognitiveServices.Computes.delete","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginRestart":"Microsoft.CognitiveServices.Computes.restart","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginStart":"Microsoft.CognitiveServices.Computes.start","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginStop":"Microsoft.CognitiveServices.Computes.stop","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginUpdate":"Microsoft.CognitiveServices.Computes.update","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.createOrUpdate":"Microsoft.CognitiveServices.Computes.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.delete":"Microsoft.CognitiveServices.Computes.delete","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.get":"Microsoft.CognitiveServices.Computes.get","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.getWithResponse":"Microsoft.CognitiveServices.Computes.get","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.list":"Microsoft.CognitiveServices.Computes.list","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.restart":"Microsoft.CognitiveServices.Computes.restart","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.start":"Microsoft.CognitiveServices.Computes.start","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.stop":"Microsoft.CognitiveServices.Computes.stop","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.update":"Microsoft.CognitiveServices.Computes.update","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient":"Microsoft.CognitiveServices.DefenderForAISettings","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.createOrUpdate":"Microsoft.CognitiveServices.DefenderForAISettings.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.DefenderForAISettings.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.get":"Microsoft.CognitiveServices.DefenderForAISettings.get","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.getWithResponse":"Microsoft.CognitiveServices.DefenderForAISettings.get","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.list":"Microsoft.CognitiveServices.DefenderForAISettings.list","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.update":"Microsoft.CognitiveServices.DefenderForAISettings.update","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.updateWithResponse":"Microsoft.CognitiveServices.DefenderForAISettings.update","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient":"Microsoft.CognitiveServices.DeletedAccounts","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.beginPurge":"Microsoft.CognitiveServices.DeletedAccounts.purge","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.get":"Microsoft.CognitiveServices.DeletedAccounts.get","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.getWithResponse":"Microsoft.CognitiveServices.DeletedAccounts.get","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.list":"Microsoft.CognitiveServices.DeletedAccounts.list","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.purge":"Microsoft.CognitiveServices.DeletedAccounts.purge","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient":"Microsoft.CognitiveServices.Deployments","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.Deployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.beginDelete":"Microsoft.CognitiveServices.Deployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.beginUpdate":"Microsoft.CognitiveServices.Deployments.update","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.createOrUpdate":"Microsoft.CognitiveServices.Deployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.delete":"Microsoft.CognitiveServices.Deployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.get":"Microsoft.CognitiveServices.Deployments.get","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.getWithResponse":"Microsoft.CognitiveServices.Deployments.get","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.list":"Microsoft.CognitiveServices.Deployments.list","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.listSkus":"Microsoft.CognitiveServices.Deployments.listSkus","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.pause":"Microsoft.CognitiveServices.Deployments.pause","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.pauseWithResponse":"Microsoft.CognitiveServices.Deployments.pause","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.resume":"Microsoft.CognitiveServices.Deployments.resume","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.resumeWithResponse":"Microsoft.CognitiveServices.Deployments.resume","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.update":"Microsoft.CognitiveServices.Deployments.update","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient":"Microsoft.CognitiveServices.EncryptionScopes","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.beginDelete":"Microsoft.CognitiveServices.EncryptionScopes.delete","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.createOrUpdate":"Microsoft.CognitiveServices.EncryptionScopes.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.EncryptionScopes.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.delete":"Microsoft.CognitiveServices.EncryptionScopes.delete","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.get":"Microsoft.CognitiveServices.EncryptionScopes.get","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.getWithResponse":"Microsoft.CognitiveServices.EncryptionScopes.get","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.list":"Microsoft.CognitiveServices.EncryptionScopes.list","com.azure.resourcemanager.cognitiveservices.fluent.LocationBasedModelCapacitiesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.LocationBasedModelCapacitiesClient.list":"Microsoft.CognitiveServices.LocationBasedModelCapacitiesOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeCapacitiesClient":"Microsoft.CognitiveServices.ManagedComputeCapacities","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeCapacitiesClient.list":"Microsoft.CognitiveServices.ManagedComputeCapacities.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient":"Microsoft.CognitiveServices.ManagedComputeDeployments","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.ManagedComputeDeployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.beginDelete":"Microsoft.CognitiveServices.ManagedComputeDeployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.beginUpdate":"Microsoft.CognitiveServices.ManagedComputeDeployments.update","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.createOrUpdate":"Microsoft.CognitiveServices.ManagedComputeDeployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.delete":"Microsoft.CognitiveServices.ManagedComputeDeployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.get":"Microsoft.CognitiveServices.ManagedComputeDeployments.get","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.getWithResponse":"Microsoft.CognitiveServices.ManagedComputeDeployments.get","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.list":"Microsoft.CognitiveServices.ManagedComputeDeployments.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.update":"Microsoft.CognitiveServices.ManagedComputeDeployments.update","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeUsagesOperationGroupsClient":"Microsoft.CognitiveServices.ManagedComputeUsagesOperationGroup","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeUsagesOperationGroupsClient.list":"Microsoft.CognitiveServices.ManagedComputeUsagesOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkProvisionsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkProvisionsClient.beginProvisionManagedNetwork":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.provisionManagedNetwork","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkProvisionsClient.provisionManagedNetwork":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.provisionManagedNetwork","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.beginDelete":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.beginPatch":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.patch","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.beginPut":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.put","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.delete":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.get":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.getWithResponse":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.list":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.patch":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.patch","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.put":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.put","com.azure.resourcemanager.cognitiveservices.fluent.ModelCapacitiesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ModelCapacitiesClient.list":"Microsoft.CognitiveServices.ModelCapacitiesOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.ModelsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ModelsClient.list":"Microsoft.CognitiveServices.ModelsOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.beginReconcile":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.reconcile","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.get":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.get","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.getWithResponse":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.get","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.list":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.list","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.reconcile":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.reconcile","com.azure.resourcemanager.cognitiveservices.fluent.OperationsClient":"Microsoft.CognitiveServices.Operations","com.azure.resourcemanager.cognitiveservices.fluent.OperationsClient.list":"Azure.ResourceManager.Operations.list","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.OutboundRuleBasicResources.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.beginDelete":"Microsoft.CognitiveServices.OutboundRuleBasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.createOrUpdate":"Microsoft.CognitiveServices.OutboundRuleBasicResources.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.delete":"Microsoft.CognitiveServices.OutboundRuleBasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.get":"Microsoft.CognitiveServices.OutboundRuleBasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.getWithResponse":"Microsoft.CognitiveServices.OutboundRuleBasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.list":"Microsoft.CognitiveServices.OutboundRuleBasicResources.list","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesOperationsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesOperationsClient.post":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.post","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient":"Microsoft.CognitiveServices.PrivateEndpointConnections","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.PrivateEndpointConnections.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.beginDelete":"Microsoft.CognitiveServices.PrivateEndpointConnections.delete","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.createOrUpdate":"Microsoft.CognitiveServices.PrivateEndpointConnections.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.delete":"Microsoft.CognitiveServices.PrivateEndpointConnections.delete","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.get":"Microsoft.CognitiveServices.PrivateEndpointConnections.get","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.getWithResponse":"Microsoft.CognitiveServices.PrivateEndpointConnections.get","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.list":"Microsoft.CognitiveServices.PrivateEndpointConnections.list","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.listWithResponse":"Microsoft.CognitiveServices.PrivateEndpointConnections.list","com.azure.resourcemanager.cognitiveservices.fluent.PrivateLinkResourcesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.PrivateLinkResourcesClient.list":"Microsoft.CognitiveServices.Accounts.privateLinkResourcesList","com.azure.resourcemanager.cognitiveservices.fluent.PrivateLinkResourcesClient.listWithResponse":"Microsoft.CognitiveServices.Accounts.privateLinkResourcesList","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient":"Microsoft.CognitiveServices.ProjectCapabilityHosts","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.ProjectCapabilityHosts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.beginDelete":"Microsoft.CognitiveServices.ProjectCapabilityHosts.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.createOrUpdate":"Microsoft.CognitiveServices.ProjectCapabilityHosts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.delete":"Microsoft.CognitiveServices.ProjectCapabilityHosts.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.get":"Microsoft.CognitiveServices.ProjectCapabilityHosts.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.getWithResponse":"Microsoft.CognitiveServices.ProjectCapabilityHosts.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.list":"Microsoft.CognitiveServices.ProjectCapabilityHosts.list","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient":"Microsoft.CognitiveServices.ProjectConnections","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.create":"Microsoft.CognitiveServices.ProjectConnections.create","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.createWithResponse":"Microsoft.CognitiveServices.ProjectConnections.create","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.delete":"Microsoft.CognitiveServices.ProjectConnections.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.deleteWithResponse":"Microsoft.CognitiveServices.ProjectConnections.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.get":"Microsoft.CognitiveServices.ProjectConnections.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.getWithResponse":"Microsoft.CognitiveServices.ProjectConnections.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.list":"Microsoft.CognitiveServices.ProjectConnections.list","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.update":"Microsoft.CognitiveServices.ProjectConnections.update","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.updateWithResponse":"Microsoft.CognitiveServices.ProjectConnections.update","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient":"Microsoft.CognitiveServices.Projects","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.beginCreate":"Microsoft.CognitiveServices.Projects.create","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.beginDelete":"Microsoft.CognitiveServices.Projects.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.beginUpdate":"Microsoft.CognitiveServices.Projects.update","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.create":"Microsoft.CognitiveServices.Projects.create","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.delete":"Microsoft.CognitiveServices.Projects.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.get":"Microsoft.CognitiveServices.Projects.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.getWithResponse":"Microsoft.CognitiveServices.Projects.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.list":"Microsoft.CognitiveServices.Projects.list","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.update":"Microsoft.CognitiveServices.Projects.update","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient":"Microsoft.CognitiveServices.QuotaTiers","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.createOrUpdate":"Microsoft.CognitiveServices.QuotaTiers.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.QuotaTiers.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.get":"Microsoft.CognitiveServices.QuotaTiers.get","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.getWithResponse":"Microsoft.CognitiveServices.QuotaTiers.get","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.list":"Microsoft.CognitiveServices.QuotaTiers.listBySubscription","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.update":"Microsoft.CognitiveServices.QuotaTiers.update","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.updateWithResponse":"Microsoft.CognitiveServices.QuotaTiers.update","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient":"Microsoft.CognitiveServices.RaiBlocklistItems","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.batchAdd":"Microsoft.CognitiveServices.RaiBlocklists.batchAdd","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.batchAddWithResponse":"Microsoft.CognitiveServices.RaiBlocklists.batchAdd","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.batchDelete":"Microsoft.CognitiveServices.RaiBlocklists.batchDelete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.batchDeleteWithResponse":"Microsoft.CognitiveServices.RaiBlocklists.batchDelete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.beginDelete":"Microsoft.CognitiveServices.RaiBlocklistItems.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.createOrUpdate":"Microsoft.CognitiveServices.RaiBlocklistItems.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiBlocklistItems.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.delete":"Microsoft.CognitiveServices.RaiBlocklistItems.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.get":"Microsoft.CognitiveServices.RaiBlocklistItems.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.getWithResponse":"Microsoft.CognitiveServices.RaiBlocklistItems.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.list":"Microsoft.CognitiveServices.RaiBlocklistItems.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient":"Microsoft.CognitiveServices.RaiBlocklists","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.beginDelete":"Microsoft.CognitiveServices.RaiBlocklists.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.createOrUpdate":"Microsoft.CognitiveServices.RaiBlocklists.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiBlocklists.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.delete":"Microsoft.CognitiveServices.RaiBlocklists.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.get":"Microsoft.CognitiveServices.RaiBlocklists.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.getWithResponse":"Microsoft.CognitiveServices.RaiBlocklists.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.list":"Microsoft.CognitiveServices.RaiBlocklists.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiContentFiltersClient":"Microsoft.CognitiveServices.RaiContentFilters","com.azure.resourcemanager.cognitiveservices.fluent.RaiContentFiltersClient.get":"Microsoft.CognitiveServices.RaiContentFilters.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiContentFiltersClient.getWithResponse":"Microsoft.CognitiveServices.RaiContentFilters.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiContentFiltersClient.list":"Microsoft.CognitiveServices.RaiContentFilters.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.beginDelete":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.createOrUpdate":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.delete":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.get":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.getWithResponse":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersOperationsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersOperationsClient.list":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient":"Microsoft.CognitiveServices.RaiPolicies","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.beginDelete":"Microsoft.CognitiveServices.RaiPolicies.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.createOrUpdate":"Microsoft.CognitiveServices.RaiPolicies.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiPolicies.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.delete":"Microsoft.CognitiveServices.RaiPolicies.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.get":"Microsoft.CognitiveServices.RaiPolicies.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.getWithResponse":"Microsoft.CognitiveServices.RaiPolicies.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.list":"Microsoft.CognitiveServices.RaiPolicies.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient":"Microsoft.CognitiveServices.RaiToolLabels","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.beginDelete":"Microsoft.CognitiveServices.RaiToolLabels.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.createOrUpdate":"Microsoft.CognitiveServices.RaiToolLabels.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiToolLabels.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.delete":"Microsoft.CognitiveServices.RaiToolLabels.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.get":"Microsoft.CognitiveServices.RaiToolLabels.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.getWithResponse":"Microsoft.CognitiveServices.RaiToolLabels.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.list":"Microsoft.CognitiveServices.RaiToolLabels.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient":"Microsoft.CognitiveServices.RaiTopics","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.beginDelete":"Microsoft.CognitiveServices.RaiTopics.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.createOrUpdate":"Microsoft.CognitiveServices.RaiTopics.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiTopics.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.delete":"Microsoft.CognitiveServices.RaiTopics.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.get":"Microsoft.CognitiveServices.RaiTopics.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.getWithResponse":"Microsoft.CognitiveServices.RaiTopics.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.list":"Microsoft.CognitiveServices.RaiTopics.list","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.calculateModelCapacity":"Microsoft.CognitiveServices.calculateModelCapacity","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.calculateModelCapacityWithResponse":"Microsoft.CognitiveServices.calculateModelCapacity","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.checkDomainAvailability":"Microsoft.CognitiveServices.checkDomainAvailability","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.checkDomainAvailabilityWithResponse":"Microsoft.CognitiveServices.checkDomainAvailability","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.checkSkuAvailability":"Microsoft.CognitiveServices.checkSkuAvailability","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.checkSkuAvailabilityWithResponse":"Microsoft.CognitiveServices.checkSkuAvailability","com.azure.resourcemanager.cognitiveservices.fluent.ResourceSkusClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ResourceSkusClient.list":"Microsoft.CognitiveServices.ResourceSkusOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient":"Microsoft.CognitiveServices.SubscriptionRaiPolicy","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.beginDelete":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.delete","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.createOrUpdate":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.delete":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.delete","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.get":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.get","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.getWithResponse":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.get","com.azure.resourcemanager.cognitiveservices.fluent.TestRaiExternalSafetyProvidersClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.TestRaiExternalSafetyProvidersClient.createOrUpdate":"Microsoft.CognitiveServices.Accounts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.TestRaiExternalSafetyProvidersClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.Accounts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.UsagesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.UsagesClient.list":"Microsoft.CognitiveServices.UsagesOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient":"Microsoft.CognitiveServices.Workbenches","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.Workbenches.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginDelete":"Microsoft.CognitiveServices.Workbenches.delete","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginRestart":"Microsoft.CognitiveServices.Workbenches.restart","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginStart":"Microsoft.CognitiveServices.Workbenches.start","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginStop":"Microsoft.CognitiveServices.Workbenches.stop","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginUpdate":"Microsoft.CognitiveServices.Workbenches.update","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.createOrUpdate":"Microsoft.CognitiveServices.Workbenches.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.delete":"Microsoft.CognitiveServices.Workbenches.delete","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.get":"Microsoft.CognitiveServices.Workbenches.get","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.getWithResponse":"Microsoft.CognitiveServices.Workbenches.get","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.list":"Microsoft.CognitiveServices.Workbenches.list","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.restart":"Microsoft.CognitiveServices.Workbenches.restart","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.start":"Microsoft.CognitiveServices.Workbenches.start","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.stop":"Microsoft.CognitiveServices.Workbenches.stop","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.update":"Microsoft.CognitiveServices.Workbenches.update","com.azure.resourcemanager.cognitiveservices.fluent.models.AccountInner":"Microsoft.CognitiveServices.Account","com.azure.resourcemanager.cognitiveservices.fluent.models.AccountModelInner":"Microsoft.CognitiveServices.AccountModel","com.azure.resourcemanager.cognitiveservices.fluent.models.AccountSkuListResultInner":"Microsoft.CognitiveServices.AccountSkuListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.AgentApplicationInner":"Microsoft.CognitiveServices.AgentApplication","com.azure.resourcemanager.cognitiveservices.fluent.models.AgentDeploymentInner":"Microsoft.CognitiveServices.AgentDeployment","com.azure.resourcemanager.cognitiveservices.fluent.models.AgentReferenceResourceArmPaginatedResultInner":"Microsoft.CognitiveServices.AgentReferenceResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.fluent.models.ApiKeysInner":"Microsoft.CognitiveServices.ApiKeys","com.azure.resourcemanager.cognitiveservices.fluent.models.CalculateModelCapacityResultInner":"Microsoft.CognitiveServices.CalculateModelCapacityResult","com.azure.resourcemanager.cognitiveservices.fluent.models.CapabilityHostInner":"Microsoft.CognitiveServices.CapabilityHost","com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentPlanAccountAssociationInner":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociation","com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentPlanAccountAssociationProperties":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociationProperties","com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentPlanInner":"Microsoft.CognitiveServices.CommitmentPlan","com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentTierInner":"Microsoft.CognitiveServices.CommitmentTier","com.azure.resourcemanager.cognitiveservices.fluent.models.ComputeInner":"Microsoft.CognitiveServices.Compute","com.azure.resourcemanager.cognitiveservices.fluent.models.ComputeOperationStatusInner":"Microsoft.CognitiveServices.ComputeOperationStatus","com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResource","com.azure.resourcemanager.cognitiveservices.fluent.models.DefenderForAISettingInner":"Microsoft.CognitiveServices.DefenderForAISetting","com.azure.resourcemanager.cognitiveservices.fluent.models.DefenderForAISettingProperties":"Microsoft.CognitiveServices.DefenderForAISettingProperties","com.azure.resourcemanager.cognitiveservices.fluent.models.DeploymentInner":"Microsoft.CognitiveServices.Deployment","com.azure.resourcemanager.cognitiveservices.fluent.models.DomainAvailabilityInner":"Microsoft.CognitiveServices.DomainAvailability","com.azure.resourcemanager.cognitiveservices.fluent.models.EncryptionScopeInner":"Microsoft.CognitiveServices.EncryptionScope","com.azure.resourcemanager.cognitiveservices.fluent.models.EvaluateDeploymentPoliciesResponseInner":"Microsoft.CognitiveServices.EvaluateDeploymentPoliciesResponse","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedComputeCapacityInner":"Microsoft.CognitiveServices.ManagedComputeCapacity","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedComputeDeploymentInner":"Microsoft.CognitiveServices.ManagedComputeDeployment","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedComputeUsageInner":"Microsoft.CognitiveServices.ManagedComputeUsage","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedNetworkProvisionStatusInner":"Microsoft.CognitiveServices.ManagedNetworkProvisionStatus","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedNetworkSettingsBasicResourceInner":"Microsoft.CognitiveServices.ManagedNetworkSettingsBasicResource","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedNetworkSettingsInner":"Microsoft.CognitiveServices.ManagedNetworkSettings","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedNetworkSettingsPropertiesBasicResourceInner":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResource","com.azure.resourcemanager.cognitiveservices.fluent.models.ModelCapacityListResultValueItemInner":"Microsoft.CognitiveServices.ModelCapacityListResultValueItem","com.azure.resourcemanager.cognitiveservices.fluent.models.ModelInner":"Microsoft.CognitiveServices.Model","com.azure.resourcemanager.cognitiveservices.fluent.models.NetworkSecurityPerimeterConfigurationInner":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfiguration","com.azure.resourcemanager.cognitiveservices.fluent.models.OperationInner":"Azure.ResourceManager.CommonTypes.Operation","com.azure.resourcemanager.cognitiveservices.fluent.models.OutboundRuleBasicResourceInner":"Microsoft.CognitiveServices.OutboundRuleBasicResource","com.azure.resourcemanager.cognitiveservices.fluent.models.PrivateEndpointConnectionInner":"Microsoft.CognitiveServices.PrivateEndpointConnection","com.azure.resourcemanager.cognitiveservices.fluent.models.PrivateEndpointConnectionListResultInner":"Microsoft.CognitiveServices.PrivateEndpointConnectionListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.PrivateLinkResourceListResultInner":"Microsoft.CognitiveServices.PrivateLinkResourceListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.ProjectCapabilityHostInner":"Microsoft.CognitiveServices.ProjectCapabilityHost","com.azure.resourcemanager.cognitiveservices.fluent.models.ProjectInner":"Microsoft.CognitiveServices.Project","com.azure.resourcemanager.cognitiveservices.fluent.models.QuotaTierInner":"Microsoft.CognitiveServices.QuotaTier","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiBlocklistInner":"Microsoft.CognitiveServices.RaiBlocklist","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiBlocklistItemInner":"Microsoft.CognitiveServices.RaiBlocklistItem","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiContentFilterInner":"Microsoft.CognitiveServices.RaiContentFilter","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiExternalSafetyProviderSchemaInner":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchema","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiPolicyInner":"Microsoft.CognitiveServices.RaiPolicy","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiToolLabelInner":"Microsoft.CognitiveServices.RaiToolLabel","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiTopicInner":"Microsoft.CognitiveServices.RaiTopic","com.azure.resourcemanager.cognitiveservices.fluent.models.ResourceSkuInner":"Microsoft.CognitiveServices.ResourceSku","com.azure.resourcemanager.cognitiveservices.fluent.models.SkuAvailabilityListResultInner":"Microsoft.CognitiveServices.SkuAvailabilityListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.SkuResourceInner":"Microsoft.CognitiveServices.SkuResource","com.azure.resourcemanager.cognitiveservices.fluent.models.UsageInner":"Microsoft.CognitiveServices.Usage","com.azure.resourcemanager.cognitiveservices.fluent.models.UsageListResultInner":"Microsoft.CognitiveServices.UsageListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.WorkbenchInner":"Microsoft.CognitiveServices.Workbench","com.azure.resourcemanager.cognitiveservices.implementation.CognitiveServicesManagementClientBuilder":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.implementation.models.AccountListResult":"Microsoft.CognitiveServices.AccountListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.AccountModelListResult":"Microsoft.CognitiveServices.AccountModelListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.AgentApplicationResourceArmPaginatedResult":"Microsoft.CognitiveServices.AgentApplicationResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.AgentDeploymentResourceArmPaginatedResult":"Microsoft.CognitiveServices.AgentDeploymentResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.CapabilityHostResourceArmPaginatedResult":"Microsoft.CognitiveServices.CapabilityHostResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.CommitmentPlanAccountAssociationListResult":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociationListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.CommitmentPlanListResult":"Microsoft.CognitiveServices.CommitmentPlanListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.CommitmentTierListResult":"Microsoft.CognitiveServices.CommitmentTierListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ComputeListResult":"Microsoft.CognitiveServices.ComputeListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ConnectionPropertiesV2BasicResourceArmPaginatedResult":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.DefenderForAISettingResult":"Microsoft.CognitiveServices.DefenderForAISettingResult","com.azure.resourcemanager.cognitiveservices.implementation.models.DeploymentListResult":"Microsoft.CognitiveServices.DeploymentListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.DeploymentSkuListResult":"Microsoft.CognitiveServices.DeploymentSkuListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.EncryptionScopeListResult":"Microsoft.CognitiveServices.EncryptionScopeListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ManagedComputeCapacityListResult":"Microsoft.CognitiveServices.ManagedComputeCapacityListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ManagedComputeDeploymentListResult":"Microsoft.CognitiveServices.ManagedComputeDeploymentListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ManagedComputeUsageListResult":"Microsoft.CognitiveServices.ManagedComputeUsageListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ManagedNetworkListResult":"Microsoft.CognitiveServices.ManagedNetworkListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ModelCapacityListResult":"Microsoft.CognitiveServices.ModelCapacityListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ModelListResult":"Microsoft.CognitiveServices.ModelListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.NetworkSecurityPerimeterConfigurationList":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurationList","com.azure.resourcemanager.cognitiveservices.implementation.models.OperationListResult":"Azure.ResourceManager.CommonTypes.OperationListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.OutboundRuleListResult":"Microsoft.CognitiveServices.OutboundRuleListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ProjectCapabilityHostResourceArmPaginatedResult":"Microsoft.CognitiveServices.ProjectCapabilityHostResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ProjectListResult":"Microsoft.CognitiveServices.ProjectListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.QuotaTierListResult":"Microsoft.CognitiveServices.QuotaTierListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiBlockListItemsResult":"Microsoft.CognitiveServices.RaiBlockListItemsResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiBlockListResult":"Microsoft.CognitiveServices.RaiBlockListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiContentFilterListResult":"Microsoft.CognitiveServices.RaiContentFilterListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiExternalSafetyProviderResult":"Microsoft.CognitiveServices.RaiExternalSafetyProviderResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiPolicyListResult":"Microsoft.CognitiveServices.RaiPolicyListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiToolLabelResult":"Microsoft.CognitiveServices.RaiToolLabelResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiTopicResult":"Microsoft.CognitiveServices.RaiTopicResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ResourceSkuListResult":"Microsoft.CognitiveServices.ResourceSkuListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.WorkbenchListResult":"Microsoft.CognitiveServices.WorkbenchListResult","com.azure.resourcemanager.cognitiveservices.models.AadAuthTypeConnectionProperties":"Microsoft.CognitiveServices.AADAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.AbusePenalty":"Microsoft.CognitiveServices.AbusePenalty","com.azure.resourcemanager.cognitiveservices.models.AbusePenaltyAction":"Microsoft.CognitiveServices.AbusePenaltyAction","com.azure.resourcemanager.cognitiveservices.models.AccessKeyAuthTypeConnectionProperties":"Microsoft.CognitiveServices.AccessKeyAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.AccountKeyAuthTypeConnectionProperties":"Microsoft.CognitiveServices.AccountKeyAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.AccountProperties":"Microsoft.CognitiveServices.AccountProperties","com.azure.resourcemanager.cognitiveservices.models.AccountSku":"Microsoft.CognitiveServices.AccountSku","com.azure.resourcemanager.cognitiveservices.models.ActionType":"Azure.ResourceManager.CommonTypes.ActionType","com.azure.resourcemanager.cognitiveservices.models.AgentDeploymentProperties":"Microsoft.CognitiveServices.AgentDeploymentProperties","com.azure.resourcemanager.cognitiveservices.models.AgentDeploymentProvisioningState":"Microsoft.CognitiveServices.AgentDeploymentProvisioningState","com.azure.resourcemanager.cognitiveservices.models.AgentDeploymentState":"Microsoft.CognitiveServices.AgentDeploymentState","com.azure.resourcemanager.cognitiveservices.models.AgentDeploymentType":"Microsoft.CognitiveServices.AgentDeploymentType","com.azure.resourcemanager.cognitiveservices.models.AgentProtocol":"Microsoft.CognitiveServices.AgentProtocol","com.azure.resourcemanager.cognitiveservices.models.AgentProtocolVersion":"Microsoft.CognitiveServices.AgentProtocolVersion","com.azure.resourcemanager.cognitiveservices.models.AgentReference":"Microsoft.CognitiveServices.AgentReference","com.azure.resourcemanager.cognitiveservices.models.AgentReferenceProperties":"Microsoft.CognitiveServices.AgentReferenceProperties","com.azure.resourcemanager.cognitiveservices.models.AgenticApplicationProperties":"Microsoft.CognitiveServices.AgenticApplicationProperties","com.azure.resourcemanager.cognitiveservices.models.AgenticApplicationProvisioningState":"Microsoft.CognitiveServices.AgenticApplicationProvisioningState","com.azure.resourcemanager.cognitiveservices.models.ApiKeyAuthConnectionProperties":"Microsoft.CognitiveServices.ApiKeyAuthConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.ApiProperties":"Microsoft.CognitiveServices.ApiProperties","com.azure.resourcemanager.cognitiveservices.models.ApplicationAuthorizationPolicy":"Microsoft.CognitiveServices.ApplicationAuthorizationPolicy","com.azure.resourcemanager.cognitiveservices.models.ApplicationTrafficRoutingPolicy":"Microsoft.CognitiveServices.ApplicationTrafficRoutingPolicy","com.azure.resourcemanager.cognitiveservices.models.AssignedIdentity":"Microsoft.CognitiveServices.AssignedIdentity","com.azure.resourcemanager.cognitiveservices.models.BillingMeterInfo":"Microsoft.CognitiveServices.BillingMeterInfo","com.azure.resourcemanager.cognitiveservices.models.BuiltInAuthorizationScheme":"Microsoft.CognitiveServices.BuiltInAuthorizationScheme","com.azure.resourcemanager.cognitiveservices.models.ByPassSelection":"Microsoft.CognitiveServices.ByPassSelection","com.azure.resourcemanager.cognitiveservices.models.CalculateModelCapacityParameter":"Microsoft.CognitiveServices.CalculateModelCapacityParameter","com.azure.resourcemanager.cognitiveservices.models.CalculateModelCapacityResultEstimatedCapacity":"Microsoft.CognitiveServices.CalculateModelCapacityResultEstimatedCapacity","com.azure.resourcemanager.cognitiveservices.models.CallRateLimit":"Microsoft.CognitiveServices.CallRateLimit","com.azure.resourcemanager.cognitiveservices.models.CapabilityHostKind":"Microsoft.CognitiveServices.CapabilityHostKind","com.azure.resourcemanager.cognitiveservices.models.CapabilityHostProperties":"Microsoft.CognitiveServices.CapabilityHostProperties","com.azure.resourcemanager.cognitiveservices.models.CapabilityHostProvisioningState":"Microsoft.CognitiveServices.CapabilityHostProvisioningState","com.azure.resourcemanager.cognitiveservices.models.CapacityConfig":"Microsoft.CognitiveServices.CapacityConfig","com.azure.resourcemanager.cognitiveservices.models.ChannelsBuiltInAuthorizationPolicy":"Microsoft.CognitiveServices.ChannelsBuiltInAuthorizationPolicy","com.azure.resourcemanager.cognitiveservices.models.CheckDomainAvailabilityParameter":"Microsoft.CognitiveServices.CheckDomainAvailabilityParameter","com.azure.resourcemanager.cognitiveservices.models.CheckSkuAvailabilityParameter":"Microsoft.CognitiveServices.CheckSkuAvailabilityParameter","com.azure.resourcemanager.cognitiveservices.models.ClusterComputeProperties":"Microsoft.CognitiveServices.ClusterComputeProperties","com.azure.resourcemanager.cognitiveservices.models.CommitmentCost":"Microsoft.CognitiveServices.CommitmentCost","com.azure.resourcemanager.cognitiveservices.models.CommitmentPeriod":"Microsoft.CognitiveServices.CommitmentPeriod","com.azure.resourcemanager.cognitiveservices.models.CommitmentPlanAssociation":"Microsoft.CognitiveServices.CommitmentPlanAssociation","com.azure.resourcemanager.cognitiveservices.models.CommitmentPlanProperties":"Microsoft.CognitiveServices.CommitmentPlanProperties","com.azure.resourcemanager.cognitiveservices.models.CommitmentPlanProvisioningState":"Microsoft.CognitiveServices.CommitmentPlanProvisioningState","com.azure.resourcemanager.cognitiveservices.models.CommitmentQuota":"Microsoft.CognitiveServices.CommitmentQuota","com.azure.resourcemanager.cognitiveservices.models.ComputeOperationStatusProperties":"Microsoft.CognitiveServices.ComputeOperationStatusProperties","com.azure.resourcemanager.cognitiveservices.models.ComputeOperationStatusType":"Microsoft.CognitiveServices.ComputeOperationStatusType","com.azure.resourcemanager.cognitiveservices.models.ComputeProperties":"Microsoft.CognitiveServices.ComputeProperties","com.azure.resourcemanager.cognitiveservices.models.ComputeProvisioningState":"Microsoft.CognitiveServices.ComputeProvisioningState","com.azure.resourcemanager.cognitiveservices.models.ComputeType":"Microsoft.CognitiveServices.ComputeType","com.azure.resourcemanager.cognitiveservices.models.ConnectionAccessKey":"Microsoft.CognitiveServices.ConnectionAccessKey","com.azure.resourcemanager.cognitiveservices.models.ConnectionAccountKey":"Microsoft.CognitiveServices.ConnectionAccountKey","com.azure.resourcemanager.cognitiveservices.models.ConnectionApiKey":"Microsoft.CognitiveServices.ConnectionApiKey","com.azure.resourcemanager.cognitiveservices.models.ConnectionAuthType":"Microsoft.CognitiveServices.ConnectionAuthType","com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory":"Microsoft.CognitiveServices.ConnectionCategory","com.azure.resourcemanager.cognitiveservices.models.ConnectionGroup":"Microsoft.CognitiveServices.ConnectionGroup","com.azure.resourcemanager.cognitiveservices.models.ConnectionManagedIdentity":"Microsoft.CognitiveServices.ConnectionManagedIdentity","com.azure.resourcemanager.cognitiveservices.models.ConnectionOAuth2":"Microsoft.CognitiveServices.ConnectionOAuth2","com.azure.resourcemanager.cognitiveservices.models.ConnectionPersonalAccessToken":"Microsoft.CognitiveServices.ConnectionPersonalAccessToken","com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2":"Microsoft.CognitiveServices.ConnectionPropertiesV2","com.azure.resourcemanager.cognitiveservices.models.ConnectionServicePrincipal":"Microsoft.CognitiveServices.ConnectionServicePrincipal","com.azure.resourcemanager.cognitiveservices.models.ConnectionSharedAccessSignature":"Microsoft.CognitiveServices.ConnectionSharedAccessSignature","com.azure.resourcemanager.cognitiveservices.models.ConnectionUpdateContent":"Microsoft.CognitiveServices.ConnectionUpdateContent","com.azure.resourcemanager.cognitiveservices.models.ConnectionUsernamePassword":"Microsoft.CognitiveServices.ConnectionUsernamePassword","com.azure.resourcemanager.cognitiveservices.models.ConnectivityEndpoints":"Microsoft.CognitiveServices.ConnectivityEndpoints","com.azure.resourcemanager.cognitiveservices.models.ContainerInstanceComputeProperties":"Microsoft.CognitiveServices.ContainerInstanceComputeProperties","com.azure.resourcemanager.cognitiveservices.models.ContentLevel":"Microsoft.CognitiveServices.ContentLevel","com.azure.resourcemanager.cognitiveservices.models.CustomBlocklistConfig":"Microsoft.CognitiveServices.CustomBlocklistConfig","com.azure.resourcemanager.cognitiveservices.models.CustomKeys":"Microsoft.CognitiveServices.CustomKeys","com.azure.resourcemanager.cognitiveservices.models.CustomKeysConnectionProperties":"Microsoft.CognitiveServices.CustomKeysConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.DefenderForAISettingState":"Microsoft.CognitiveServices.DefenderForAISettingState","com.azure.resourcemanager.cognitiveservices.models.DeploymentCapacitySettings":"Microsoft.CognitiveServices.DeploymentCapacitySettings","com.azure.resourcemanager.cognitiveservices.models.DeploymentModel":"Microsoft.CognitiveServices.DeploymentModel","com.azure.resourcemanager.cognitiveservices.models.DeploymentModelVersionUpgradeOption":"Microsoft.CognitiveServices.DeploymentModelVersionUpgradeOption","com.azure.resourcemanager.cognitiveservices.models.DeploymentPolicyEvaluationResult":"Microsoft.CognitiveServices.DeploymentPolicyEvaluationResult","com.azure.resourcemanager.cognitiveservices.models.DeploymentProperties":"Microsoft.CognitiveServices.DeploymentProperties","com.azure.resourcemanager.cognitiveservices.models.DeploymentProvisioningState":"Microsoft.CognitiveServices.DeploymentProvisioningState","com.azure.resourcemanager.cognitiveservices.models.DeploymentRouting":"Microsoft.CognitiveServices.DeploymentRouting","com.azure.resourcemanager.cognitiveservices.models.DeploymentScaleSettings":"Microsoft.CognitiveServices.DeploymentScaleSettings","com.azure.resourcemanager.cognitiveservices.models.DeploymentScaleType":"Microsoft.CognitiveServices.DeploymentScaleType","com.azure.resourcemanager.cognitiveservices.models.DeploymentSizeCapacity":"Microsoft.CognitiveServices.DeploymentSizeCapacity","com.azure.resourcemanager.cognitiveservices.models.DeploymentSpeculativeDecoding":"Microsoft.CognitiveServices.DeploymentSpeculativeDecoding","com.azure.resourcemanager.cognitiveservices.models.DeploymentState":"Microsoft.CognitiveServices.DeploymentState","com.azure.resourcemanager.cognitiveservices.models.DeprecationStatus":"Microsoft.CognitiveServices.DeprecationStatus","com.azure.resourcemanager.cognitiveservices.models.Encryption":"Microsoft.CognitiveServices.Encryption","com.azure.resourcemanager.cognitiveservices.models.EncryptionScopeProperties":"Microsoft.CognitiveServices.EncryptionScopeProperties","com.azure.resourcemanager.cognitiveservices.models.EncryptionScopeProvisioningState":"Microsoft.CognitiveServices.EncryptionScopeProvisioningState","com.azure.resourcemanager.cognitiveservices.models.EncryptionScopeState":"Microsoft.CognitiveServices.EncryptionScopeState","com.azure.resourcemanager.cognitiveservices.models.EvaluateDeploymentPoliciesDeployment":"Microsoft.CognitiveServices.EvaluateDeploymentPoliciesDeployment","com.azure.resourcemanager.cognitiveservices.models.EvaluateDeploymentPoliciesDeploymentProperties":"Microsoft.CognitiveServices.EvaluateDeploymentPoliciesDeploymentProperties","com.azure.resourcemanager.cognitiveservices.models.EvaluateDeploymentPoliciesRequest":"Microsoft.CognitiveServices.EvaluateDeploymentPoliciesRequest","com.azure.resourcemanager.cognitiveservices.models.FirewallSku":"Microsoft.CognitiveServices.FirewallSku","com.azure.resourcemanager.cognitiveservices.models.FoundryAutoUpgrade":"Microsoft.CognitiveServices.FoundryAutoUpgrade","com.azure.resourcemanager.cognitiveservices.models.FoundryAutoUpgradeMode":"Microsoft.CognitiveServices.FoundryAutoUpgradeMode","com.azure.resourcemanager.cognitiveservices.models.FqdnOutboundRule":"Microsoft.CognitiveServices.FqdnOutboundRule","com.azure.resourcemanager.cognitiveservices.models.HostedAgentDeployment":"Microsoft.CognitiveServices.HostedAgentDeployment","com.azure.resourcemanager.cognitiveservices.models.HostingModel":"Microsoft.CognitiveServices.HostingModel","com.azure.resourcemanager.cognitiveservices.models.Identity":"Microsoft.CognitiveServices.Identity","com.azure.resourcemanager.cognitiveservices.models.IdentityKind":"Microsoft.CognitiveServices.IdentityKind","com.azure.resourcemanager.cognitiveservices.models.IdentityManagementType":"Microsoft.CognitiveServices.IdentityManagementType","com.azure.resourcemanager.cognitiveservices.models.IdentityProvisioningState":"Microsoft.CognitiveServices.IdentityProvisioningState","com.azure.resourcemanager.cognitiveservices.models.IpRule":"Microsoft.CognitiveServices.IpRule","com.azure.resourcemanager.cognitiveservices.models.IsolationMode":"Microsoft.CognitiveServices.IsolationMode","com.azure.resourcemanager.cognitiveservices.models.KeyName":"Microsoft.CognitiveServices.KeyName","com.azure.resourcemanager.cognitiveservices.models.KeySource":"Microsoft.CognitiveServices.KeySource","com.azure.resourcemanager.cognitiveservices.models.KeyVaultProperties":"Microsoft.CognitiveServices.KeyVaultProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedAgentDeployment":"Microsoft.CognitiveServices.ManagedAgentDeployment","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeCapacityProperties":"Microsoft.CognitiveServices.ManagedComputeCapacityProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeDeploymentInfo":"Microsoft.CognitiveServices.ManagedComputeDeploymentInfo","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeDeploymentProperties":"Microsoft.CognitiveServices.ManagedComputeDeploymentProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeDeploymentProvisioningDetails":"Microsoft.CognitiveServices.ManagedComputeDeploymentProvisioningDetails","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeDeploymentRoutes":"Microsoft.CognitiveServices.ManagedComputeDeploymentRoutes","com.azure.resourcemanager.cognitiveservices.models.ManagedIdentityAuthTypeConnectionProperties":"Microsoft.CognitiveServices.ManagedIdentityAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkKind":"Microsoft.CognitiveServices.ManagedNetworkKind","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkProvisionOptions":"Microsoft.CognitiveServices.ManagedNetworkProvisionOptions","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkProvisioningState":"Microsoft.CognitiveServices.ManagedNetworkProvisioningState","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkSettingsEx":"Microsoft.CognitiveServices.ManagedNetworkSettingsEx","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkSettingsProperties":"Microsoft.CognitiveServices.ManagedNetworkSettingsProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkStatus":"Microsoft.CognitiveServices.ManagedNetworkStatus","com.azure.resourcemanager.cognitiveservices.models.ManagedPERequirement":"Microsoft.CognitiveServices.ManagedPERequirement","com.azure.resourcemanager.cognitiveservices.models.ManagedPEStatus":"Microsoft.CognitiveServices.ManagedPEStatus","com.azure.resourcemanager.cognitiveservices.models.MetricName":"Microsoft.CognitiveServices.MetricName","com.azure.resourcemanager.cognitiveservices.models.ModelCapacityCalculatorWorkload":"Microsoft.CognitiveServices.ModelCapacityCalculatorWorkload","com.azure.resourcemanager.cognitiveservices.models.ModelCapacityCalculatorWorkloadRequestParam":"Microsoft.CognitiveServices.ModelCapacityCalculatorWorkloadRequestParam","com.azure.resourcemanager.cognitiveservices.models.ModelDeprecationInfo":"Microsoft.CognitiveServices.ModelDeprecationInfo","com.azure.resourcemanager.cognitiveservices.models.ModelLifecycleStatus":"Microsoft.CognitiveServices.ModelLifecycleStatus","com.azure.resourcemanager.cognitiveservices.models.ModelSku":"Microsoft.CognitiveServices.ModelSku","com.azure.resourcemanager.cognitiveservices.models.ModelSkuCapacityProperties":"Microsoft.CognitiveServices.ModelSkuCapacityProperties","com.azure.resourcemanager.cognitiveservices.models.MultiRegionSettings":"Microsoft.CognitiveServices.MultiRegionSettings","com.azure.resourcemanager.cognitiveservices.models.NetworkInjection":"Microsoft.CognitiveServices.NetworkInjection","com.azure.resourcemanager.cognitiveservices.models.NetworkRuleAction":"Microsoft.CognitiveServices.NetworkRuleAction","com.azure.resourcemanager.cognitiveservices.models.NetworkRuleSet":"Microsoft.CognitiveServices.NetworkRuleSet","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeter":"Microsoft.CognitiveServices.NetworkSecurityPerimeter","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterAccessRule":"Microsoft.CognitiveServices.NetworkSecurityPerimeterAccessRule","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterAccessRuleProperties":"Microsoft.CognitiveServices.NetworkSecurityPerimeterAccessRuleProperties","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem":"Microsoft.CognitiveServices.NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterConfigurationAssociationInfo":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurationAssociationInfo","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterConfigurationProperties":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurationProperties","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterProfileInfo":"Microsoft.CognitiveServices.NetworkSecurityPerimeterProfileInfo","com.azure.resourcemanager.cognitiveservices.models.NoneAuthTypeConnectionProperties":"Microsoft.CognitiveServices.NoneAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.NspAccessRuleDirection":"Microsoft.CognitiveServices.NspAccessRuleDirection","com.azure.resourcemanager.cognitiveservices.models.OAuth2AuthTypeConnectionProperties":"Microsoft.CognitiveServices.OAuth2AuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.OperationDisplay":"Azure.ResourceManager.CommonTypes.OperationDisplay","com.azure.resourcemanager.cognitiveservices.models.OrganizationSharedBuiltInAuthorizationPolicy":"Microsoft.CognitiveServices.OrganizationSharedBuiltInAuthorizationPolicy","com.azure.resourcemanager.cognitiveservices.models.Origin":"Azure.ResourceManager.CommonTypes.Origin","com.azure.resourcemanager.cognitiveservices.models.OutboundRule":"Microsoft.CognitiveServices.OutboundRule","com.azure.resourcemanager.cognitiveservices.models.PatAuthTypeConnectionProperties":"Microsoft.CognitiveServices.PATAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.PatchResourceSku":"Microsoft.CognitiveServices.PatchResourceSku","com.azure.resourcemanager.cognitiveservices.models.PatchResourceTags":"Microsoft.CognitiveServices.PatchResourceTags","com.azure.resourcemanager.cognitiveservices.models.PatchResourceTagsAndSku":"Microsoft.CognitiveServices.PatchResourceTagsAndSku","com.azure.resourcemanager.cognitiveservices.models.PolicyAssignmentEvaluationDetails":"Microsoft.CognitiveServices.PolicyAssignmentEvaluationDetails","com.azure.resourcemanager.cognitiveservices.models.PolicyEvaluationOutcome":"Microsoft.CognitiveServices.PolicyEvaluationOutcome","com.azure.resourcemanager.cognitiveservices.models.PolicyExpressionEvaluationDetails":"Microsoft.CognitiveServices.PolicyExpressionEvaluationDetails","com.azure.resourcemanager.cognitiveservices.models.Pool":"Microsoft.CognitiveServices.Pool","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpoint":"Azure.ResourceManager.CommonTypes.PrivateEndpoint","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointConnectionProperties":"Microsoft.CognitiveServices.PrivateEndpointConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointConnectionProvisioningState":"Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionProvisioningState","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointOutboundRule":"Microsoft.CognitiveServices.PrivateEndpointOutboundRule","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointOutboundRuleDestination":"Microsoft.CognitiveServices.PrivateEndpointOutboundRuleDestination","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointServiceConnectionStatus":"Azure.ResourceManager.CommonTypes.PrivateEndpointServiceConnectionStatus","com.azure.resourcemanager.cognitiveservices.models.PrivateLinkResource":"Microsoft.CognitiveServices.PrivateLinkResource","com.azure.resourcemanager.cognitiveservices.models.PrivateLinkResourceProperties":"Microsoft.CognitiveServices.PrivateLinkResourceProperties","com.azure.resourcemanager.cognitiveservices.models.PrivateLinkServiceConnectionState":"Azure.ResourceManager.CommonTypes.PrivateLinkServiceConnectionState","com.azure.resourcemanager.cognitiveservices.models.ProjectCapabilityHostProperties":"Microsoft.CognitiveServices.ProjectCapabilityHostProperties","com.azure.resourcemanager.cognitiveservices.models.ProjectProperties":"Microsoft.CognitiveServices.ProjectProperties","com.azure.resourcemanager.cognitiveservices.models.ProvisioningIssue":"Microsoft.CognitiveServices.ProvisioningIssue","com.azure.resourcemanager.cognitiveservices.models.ProvisioningIssueProperties":"Microsoft.CognitiveServices.ProvisioningIssueProperties","com.azure.resourcemanager.cognitiveservices.models.ProvisioningState":"Microsoft.CognitiveServices.ProvisioningState","com.azure.resourcemanager.cognitiveservices.models.PublicNetworkAccess":"Microsoft.CognitiveServices.PublicNetworkAccess","com.azure.resourcemanager.cognitiveservices.models.QuotaLimit":"Microsoft.CognitiveServices.QuotaLimit","com.azure.resourcemanager.cognitiveservices.models.QuotaScopeType":"Microsoft.CognitiveServices.QuotaScopeType","com.azure.resourcemanager.cognitiveservices.models.QuotaTierProperties":"Microsoft.CognitiveServices.QuotaTierProperties","com.azure.resourcemanager.cognitiveservices.models.QuotaTierUpgradeEligibilityInfo":"Microsoft.CognitiveServices.QuotaTierUpgradeEligibilityInfo","com.azure.resourcemanager.cognitiveservices.models.QuotaUsageStatus":"Microsoft.CognitiveServices.QuotaUsageStatus","com.azure.resourcemanager.cognitiveservices.models.RaiActionType":"Microsoft.CognitiveServices.RaiActionType","com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistConfig":"Microsoft.CognitiveServices.RaiBlocklistConfig","com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistItemBulkRequest":"Microsoft.CognitiveServices.RaiBlocklistItemBulkRequest","com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistItemProperties":"Microsoft.CognitiveServices.RaiBlocklistItemProperties","com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistProperties":"Microsoft.CognitiveServices.RaiBlocklistProperties","com.azure.resourcemanager.cognitiveservices.models.RaiContentFilterProperties":"Microsoft.CognitiveServices.RaiContentFilterProperties","com.azure.resourcemanager.cognitiveservices.models.RaiEgressDefaultAction":"Microsoft.CognitiveServices.RaiEgressDefaultAction","com.azure.resourcemanager.cognitiveservices.models.RaiEgressHeaderOperation":"Microsoft.CognitiveServices.RaiEgressHeaderOperation","com.azure.resourcemanager.cognitiveservices.models.RaiEgressHeaderTransform":"Microsoft.CognitiveServices.RaiEgressHeaderTransform","com.azure.resourcemanager.cognitiveservices.models.RaiEgressHeaderValueRef":"Microsoft.CognitiveServices.RaiEgressHeaderValueRef","com.azure.resourcemanager.cognitiveservices.models.RaiEgressManagedIdentityRef":"Microsoft.CognitiveServices.RaiEgressManagedIdentityRef","com.azure.resourcemanager.cognitiveservices.models.RaiEgressMode":"Microsoft.CognitiveServices.RaiEgressMode","com.azure.resourcemanager.cognitiveservices.models.RaiEgressPolicyConfig":"Microsoft.CognitiveServices.RaiEgressPolicyConfig","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRewriteTarget":"Microsoft.CognitiveServices.RaiEgressRewriteTarget","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRule":"Microsoft.CognitiveServices.RaiEgressRule","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRuleAction":"Microsoft.CognitiveServices.RaiEgressRuleAction","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRuleActionType":"Microsoft.CognitiveServices.RaiEgressRuleActionType","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRuleMatch":"Microsoft.CognitiveServices.RaiEgressRuleMatch","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRuleType":"Microsoft.CognitiveServices.RaiEgressRuleType","com.azure.resourcemanager.cognitiveservices.models.RaiEgressScheme":"Microsoft.CognitiveServices.RaiEgressScheme","com.azure.resourcemanager.cognitiveservices.models.RaiEgressSecretRef":"Microsoft.CognitiveServices.RaiEgressSecretRef","com.azure.resourcemanager.cognitiveservices.models.RaiExternalSafetyProviderSchemaProperties":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemaProperties","com.azure.resourcemanager.cognitiveservices.models.RaiMonitorConfig":"Microsoft.CognitiveServices.RaiMonitorConfig","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyContentFilter":"Microsoft.CognitiveServices.RaiPolicyContentFilter","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyContentSource":"Microsoft.CognitiveServices.RaiPolicyContentSource","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyMode":"Microsoft.CognitiveServices.RaiPolicyMode","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyProperties":"Microsoft.CognitiveServices.RaiPolicyProperties","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyType":"Microsoft.CognitiveServices.RaiPolicyType","com.azure.resourcemanager.cognitiveservices.models.RaiSafetyProviderConfig":"Microsoft.CognitiveServices.RaiSafetyProviderConfig","com.azure.resourcemanager.cognitiveservices.models.RaiToolLabelProperties":"Microsoft.CognitiveServices.RaiToolLabelProperties","com.azure.resourcemanager.cognitiveservices.models.RaiToolLabelPropertiesAccountScope":"Microsoft.CognitiveServices.RaiToolLabelPropertiesAccountScope","com.azure.resourcemanager.cognitiveservices.models.RaiToolLabelPropertiesProjectScopesItem":"Microsoft.CognitiveServices.RaiToolLabelPropertiesProjectScopesItem","com.azure.resourcemanager.cognitiveservices.models.RaiTopicProperties":"Microsoft.CognitiveServices.RaiTopicProperties","com.azure.resourcemanager.cognitiveservices.models.RegenerateKeyParameters":"Microsoft.CognitiveServices.RegenerateKeyParameters","com.azure.resourcemanager.cognitiveservices.models.RegionSetting":"Microsoft.CognitiveServices.RegionSetting","com.azure.resourcemanager.cognitiveservices.models.ReplacementConfig":"Microsoft.CognitiveServices.ReplacementConfig","com.azure.resourcemanager.cognitiveservices.models.RequestMatchPattern":"Microsoft.CognitiveServices.RequestMatchPattern","com.azure.resourcemanager.cognitiveservices.models.ResourceBase":"Microsoft.CognitiveServices.ResourceBase","com.azure.resourcemanager.cognitiveservices.models.ResourceIdentityType":"Microsoft.CognitiveServices.ResourceIdentityType","com.azure.resourcemanager.cognitiveservices.models.ResourceSkuRestrictionInfo":"Microsoft.CognitiveServices.ResourceSkuRestrictionInfo","com.azure.resourcemanager.cognitiveservices.models.ResourceSkuRestrictions":"Microsoft.CognitiveServices.ResourceSkuRestrictions","com.azure.resourcemanager.cognitiveservices.models.ResourceSkuRestrictionsReasonCode":"Microsoft.CognitiveServices.ResourceSkuRestrictionsReasonCode","com.azure.resourcemanager.cognitiveservices.models.ResourceSkuRestrictionsType":"Microsoft.CognitiveServices.ResourceSkuRestrictionsType","com.azure.resourcemanager.cognitiveservices.models.RoleBasedBuiltInAuthorizationPolicy":"Microsoft.CognitiveServices.RoleBasedBuiltInAuthorizationPolicy","com.azure.resourcemanager.cognitiveservices.models.RoutingMethods":"Microsoft.CognitiveServices.RoutingMethods","com.azure.resourcemanager.cognitiveservices.models.RoutingMode":"Microsoft.CognitiveServices.RoutingMode","com.azure.resourcemanager.cognitiveservices.models.RuleAction":"Microsoft.CognitiveServices.RuleAction","com.azure.resourcemanager.cognitiveservices.models.RuleCategory":"Microsoft.CognitiveServices.RuleCategory","com.azure.resourcemanager.cognitiveservices.models.RuleStatus":"Microsoft.CognitiveServices.RuleStatus","com.azure.resourcemanager.cognitiveservices.models.RuleType":"Microsoft.CognitiveServices.RuleType","com.azure.resourcemanager.cognitiveservices.models.SafetyProviderConfig":"Microsoft.CognitiveServices.SafetyProviderConfig","com.azure.resourcemanager.cognitiveservices.models.SasAuthTypeConnectionProperties":"Microsoft.CognitiveServices.SASAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.ScenarioType":"Microsoft.CognitiveServices.ScenarioType","com.azure.resourcemanager.cognitiveservices.models.ServicePrincipalAuthTypeConnectionProperties":"Microsoft.CognitiveServices.ServicePrincipalAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.ServiceTagOutboundRule":"Microsoft.CognitiveServices.ServiceTagOutboundRule","com.azure.resourcemanager.cognitiveservices.models.ServiceTagOutboundRuleDestination":"Microsoft.CognitiveServices.ServiceTagOutboundRuleDestination","com.azure.resourcemanager.cognitiveservices.models.ServiceTier":"Microsoft.CognitiveServices.ServiceTier","com.azure.resourcemanager.cognitiveservices.models.Sku":"Microsoft.CognitiveServices.Sku","com.azure.resourcemanager.cognitiveservices.models.SkuAvailability":"Microsoft.CognitiveServices.SkuAvailability","com.azure.resourcemanager.cognitiveservices.models.SkuCapability":"Microsoft.CognitiveServices.SkuCapability","com.azure.resourcemanager.cognitiveservices.models.SkuChangeInfo":"Microsoft.CognitiveServices.SkuChangeInfo","com.azure.resourcemanager.cognitiveservices.models.SkuTier":"Microsoft.CognitiveServices.SkuTier","com.azure.resourcemanager.cognitiveservices.models.SshSettings":"Microsoft.CognitiveServices.SshSettings","com.azure.resourcemanager.cognitiveservices.models.ThrottlingRule":"Microsoft.CognitiveServices.ThrottlingRule","com.azure.resourcemanager.cognitiveservices.models.TierUpgradePolicy":"Microsoft.CognitiveServices.TierUpgradePolicy","com.azure.resourcemanager.cognitiveservices.models.TrafficRoutingProtocol":"Microsoft.CognitiveServices.TrafficRoutingProtocol","com.azure.resourcemanager.cognitiveservices.models.TrafficRoutingRule":"Microsoft.CognitiveServices.TrafficRoutingRule","com.azure.resourcemanager.cognitiveservices.models.UnitType":"Microsoft.CognitiveServices.UnitType","com.azure.resourcemanager.cognitiveservices.models.UpgradeAvailabilityStatus":"Microsoft.CognitiveServices.UpgradeAvailabilityStatus","com.azure.resourcemanager.cognitiveservices.models.UserAssignedIdentity":"Microsoft.CognitiveServices.UserAssignedIdentity","com.azure.resourcemanager.cognitiveservices.models.UserOwnedAmlWorkspace":"Microsoft.CognitiveServices.UserOwnedAmlWorkspace","com.azure.resourcemanager.cognitiveservices.models.UserOwnedStorage":"Microsoft.CognitiveServices.UserOwnedStorage","com.azure.resourcemanager.cognitiveservices.models.UsernamePasswordAuthTypeConnectionProperties":"Microsoft.CognitiveServices.UsernamePasswordAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.VersionedAgentReference":"Microsoft.CognitiveServices.VersionedAgentReference","com.azure.resourcemanager.cognitiveservices.models.VirtualNetworkRule":"Microsoft.CognitiveServices.VirtualNetworkRule","com.azure.resourcemanager.cognitiveservices.models.VmPriority":"Microsoft.CognitiveServices.VmPriority","com.azure.resourcemanager.cognitiveservices.models.WorkbenchProperties":"Microsoft.CognitiveServices.WorkbenchProperties"},"generatedFiles":["src/main/java/com/azure/resourcemanager/cognitiveservices/CognitiveServicesManager.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AccountCapabilityHostsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AccountConnectionsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AccountsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AgentApplicationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AgentDeploymentsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CognitiveServicesManagementClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CommitmentPlansClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CommitmentTiersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ComputeOperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ComputesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/DefenderForAISettingsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/DeletedAccountsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/DeploymentsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/EncryptionScopesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/LocationBasedModelCapacitiesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedComputeCapacitiesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedComputeDeploymentsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedComputeUsagesOperationGroupsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedNetworkProvisionsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedNetworkSettingsOperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ModelCapacitiesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ModelsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/NetworkSecurityPerimeterConfigurationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/OperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/OutboundRulesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/OutboundRulesOperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/PrivateEndpointConnectionsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/PrivateLinkResourcesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ProjectCapabilityHostsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ProjectConnectionsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ProjectsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/QuotaTiersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiBlocklistItemsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiBlocklistsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiContentFiltersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiExternalSafetyProvidersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiExternalSafetyProvidersOperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiPoliciesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiToolLabelsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiTopicsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ResourceProvidersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ResourceSkusClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/SubscriptionRaiPoliciesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/TestRaiExternalSafetyProvidersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/UsagesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/WorkbenchesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AccountInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AccountModelInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AccountSkuListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AgentApplicationInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AgentDeploymentInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AgentReferenceResourceArmPaginatedResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ApiKeysInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CalculateModelCapacityResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CapabilityHostInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CommitmentPlanAccountAssociationInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CommitmentPlanAccountAssociationProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CommitmentPlanInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CommitmentTierInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ComputeInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ComputeOperationStatusInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ConnectionPropertiesV2BasicResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/DefenderForAISettingInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/DefenderForAISettingProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/DeploymentInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/DomainAvailabilityInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/EncryptionScopeInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/EvaluateDeploymentPoliciesResponseInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedComputeCapacityInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedComputeDeploymentInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedComputeUsageInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedNetworkProvisionStatusInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedNetworkSettingsBasicResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedNetworkSettingsInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedNetworkSettingsPropertiesBasicResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ModelCapacityListResultValueItemInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ModelInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/NetworkSecurityPerimeterConfigurationInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/OperationInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/OutboundRuleBasicResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/PrivateEndpointConnectionInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/PrivateEndpointConnectionListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/PrivateLinkResourceListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ProjectCapabilityHostInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ProjectInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/QuotaTierInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiBlocklistInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiBlocklistItemInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiContentFilterInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiExternalSafetyProviderSchemaInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiPolicyInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiToolLabelInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiTopicInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ResourceSkuInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/SkuAvailabilityListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/SkuResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/UsageInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/UsageListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/WorkbenchInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/package-info.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/package-info.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountCapabilityHostsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountCapabilityHostsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountConnectionsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountConnectionsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountModelImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountSkuListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentApplicationImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentApplicationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentApplicationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentDeploymentImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentDeploymentsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentDeploymentsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentReferenceResourceArmPaginatedResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ApiKeysImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CalculateModelCapacityResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CapabilityHostImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CognitiveServicesManagementClientBuilder.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CognitiveServicesManagementClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentPlanAccountAssociationImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentPlanImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentPlansClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentPlansImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentTierImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentTiersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentTiersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeOperationStatusImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeOperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ConnectionPropertiesV2BasicResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DefenderForAISettingImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DefenderForAISettingsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DefenderForAISettingsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeletedAccountsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeletedAccountsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeploymentImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeploymentsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeploymentsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DomainAvailabilityImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/EncryptionScopeImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/EncryptionScopesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/EncryptionScopesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/EvaluateDeploymentPoliciesResponseImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/LocationBasedModelCapacitiesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/LocationBasedModelCapacitiesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeCapacitiesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeCapacitiesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeCapacityImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeDeploymentImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeDeploymentsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeDeploymentsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeUsageImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeUsagesOperationGroupsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeUsagesOperationGroupsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkProvisionStatusImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkProvisionsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkProvisionsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsBasicResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsOperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsPropertiesBasicResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelCapacitiesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelCapacitiesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelCapacityListResultValueItemImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/NetworkSecurityPerimeterConfigurationImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/NetworkSecurityPerimeterConfigurationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/NetworkSecurityPerimeterConfigurationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OperationImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRuleBasicResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRulesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRulesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRulesOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRulesOperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateEndpointConnectionImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateEndpointConnectionListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateEndpointConnectionsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateEndpointConnectionsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateLinkResourceListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateLinkResourcesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateLinkResourcesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectCapabilityHostImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectCapabilityHostsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectCapabilityHostsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectConnectionsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectConnectionsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/QuotaTierImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/QuotaTiersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/QuotaTiersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistItemImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistItemsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistItemsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiContentFilterImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiContentFiltersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiContentFiltersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProviderSchemaImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProvidersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProvidersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProvidersOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProvidersOperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiPoliciesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiPoliciesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiPolicyImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiToolLabelImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiToolLabelsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiToolLabelsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiTopicImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiTopicsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiTopicsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceManagerUtils.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceProvidersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceProvidersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceSkuImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceSkusClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceSkusImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/SkuAvailabilityListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/SkuResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/SubscriptionRaiPoliciesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/SubscriptionRaiPoliciesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/TestRaiExternalSafetyProvidersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/TestRaiExternalSafetyProvidersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/UsageImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/UsageListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/UsagesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/UsagesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/WorkbenchImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/WorkbenchesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/WorkbenchesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/AccountListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/AccountModelListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/AgentApplicationResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/AgentDeploymentResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/CapabilityHostResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/CommitmentPlanAccountAssociationListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/CommitmentPlanListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/CommitmentTierListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ComputeListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ConnectionPropertiesV2BasicResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/DefenderForAISettingResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/DeploymentListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/DeploymentSkuListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/EncryptionScopeListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ManagedComputeCapacityListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ManagedComputeDeploymentListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ManagedComputeUsageListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ManagedNetworkListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ModelCapacityListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ModelListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/NetworkSecurityPerimeterConfigurationList.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/OperationListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/OutboundRuleListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ProjectCapabilityHostResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ProjectListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/QuotaTierListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiBlockListItemsResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiBlockListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiContentFilterListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiExternalSafetyProviderResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiPolicyListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiToolLabelResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiTopicResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ResourceSkuListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/WorkbenchListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/package-info.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AadAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AbusePenalty.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AbusePenaltyAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccessKeyAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Account.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountCapabilityHosts.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountConnections.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountKeyAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountModel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountSkuListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Accounts.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ActionType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentApplication.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentApplications.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeploymentProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeploymentProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeploymentState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeploymentType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeployments.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentProtocol.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentProtocolVersion.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentReference.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentReferenceProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentReferenceResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgenticApplicationProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgenticApplicationProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApiKeyAuthConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApiKeys.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApiProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApplicationAuthorizationPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApplicationTrafficRoutingPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AssignedIdentity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/BillingMeterInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/BuiltInAuthorizationScheme.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ByPassSelection.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CalculateModelCapacityParameter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CalculateModelCapacityResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CalculateModelCapacityResultEstimatedCapacity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CallRateLimit.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilityHost.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilityHostKind.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilityHostProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilityHostProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapacityConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ChannelsBuiltInAuthorizationPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CheckDomainAvailabilityParameter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CheckSkuAvailabilityParameter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ClusterComputeProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentCost.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPeriod.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlan.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlanAccountAssociation.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlanAssociation.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlanProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlanProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlans.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentQuota.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentTier.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentTiers.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Compute.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeOperationStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeOperationStatusProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeOperationStatusType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeOperations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Computes.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionAccessKey.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionAccountKey.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionApiKey.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionAuthType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionCategory.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionGroup.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionManagedIdentity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionOAuth2.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPersonalAccessToken.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPropertiesV2.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPropertiesV2BasicResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionServicePrincipal.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionSharedAccessSignature.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionUpdateContent.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionUsernamePassword.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectivityEndpoints.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ContainerInstanceComputeProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ContentLevel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CustomBlocklistConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CustomKeys.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CustomKeysConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DefenderForAISetting.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DefenderForAISettingState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DefenderForAISettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeletedAccounts.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Deployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentCapacitySettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentModel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentModelVersionUpgradeOption.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentPolicyEvaluationResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentRouting.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentScaleSettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentScaleType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentSizeCapacity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentSpeculativeDecoding.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Deployments.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeprecationStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DomainAvailability.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Encryption.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScope.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScopeProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScopeProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScopeState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScopes.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EvaluateDeploymentPoliciesDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EvaluateDeploymentPoliciesDeploymentProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EvaluateDeploymentPoliciesRequest.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EvaluateDeploymentPoliciesResponse.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/FirewallSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/FoundryAutoUpgrade.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/FoundryAutoUpgradeMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/FqdnOutboundRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/HostedAgentDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/HostingModel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Identity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IdentityKind.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IdentityManagementType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IdentityProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IpRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IsolationMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/KeyName.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/KeySource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/KeyVaultProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/LocationBasedModelCapacities.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedAgentDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeCapacities.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeCapacity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeCapacityProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeploymentInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeploymentProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeploymentProvisioningDetails.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeploymentRoutes.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeployments.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeUsage.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeUsagesOperationGroups.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedIdentityAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkKind.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkProvisionOptions.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkProvisionStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkProvisions.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsBasicResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsEx.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsOperations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsPropertiesBasicResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedPERequirement.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedPEStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/MetricName.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Model.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelCapacities.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelCapacityCalculatorWorkload.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelCapacityCalculatorWorkloadRequestParam.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelCapacityListResultValueItem.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelDeprecationInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelLifecycleStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelSkuCapacityProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Models.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/MultiRegionSettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkInjection.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkRuleAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkRuleSet.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterAccessRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterAccessRuleProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterConfiguration.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterConfigurationAssociationInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterConfigurationProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterConfigurations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterProfileInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NoneAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NspAccessRuleDirection.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OAuth2AuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Operation.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OperationDisplay.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Operations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OrganizationSharedBuiltInAuthorizationPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Origin.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OutboundRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OutboundRuleBasicResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OutboundRules.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OutboundRulesOperations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PatAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PatchResourceSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PatchResourceTags.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PatchResourceTagsAndSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PolicyAssignmentEvaluationDetails.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PolicyEvaluationOutcome.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PolicyExpressionEvaluationDetails.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Pool.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpoint.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnection.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnectionListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnectionProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnections.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointOutboundRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointOutboundRuleDestination.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointServiceConnectionStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkResourceListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkResourceProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkResources.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkServiceConnectionState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Project.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectCapabilityHost.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectCapabilityHostProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectCapabilityHosts.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectConnections.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Projects.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProvisioningIssue.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProvisioningIssueProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PublicNetworkAccess.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaLimit.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaScopeType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaTier.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaTierProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaTierUpgradeEligibilityInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaTiers.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaUsageStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiActionType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklist.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistItem.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistItemBulkRequest.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistItemProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistItems.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklists.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiContentFilter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiContentFilterProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiContentFilters.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressDefaultAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressHeaderOperation.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressHeaderTransform.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressHeaderValueRef.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressManagedIdentityRef.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressPolicyConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRewriteTarget.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRuleAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRuleActionType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRuleMatch.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRuleType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressScheme.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressSecretRef.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiExternalSafetyProviderSchema.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiExternalSafetyProviderSchemaProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiExternalSafetyProviders.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiExternalSafetyProvidersOperations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiMonitorConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicies.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyContentFilter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyContentSource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiSafetyProviderConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabelProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabelPropertiesAccountScope.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabelPropertiesProjectScopesItem.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabels.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiTopic.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiTopicProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiTopics.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RegenerateKeyParameters.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RegionSetting.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ReplacementConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RequestMatchPattern.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceBase.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceIdentityType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceProviders.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkuRestrictionInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkuRestrictions.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkuRestrictionsReasonCode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkuRestrictionsType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RoleBasedBuiltInAuthorizationPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RoutingMethods.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RoutingMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RuleAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RuleCategory.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RuleStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RuleType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SafetyProviderConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SasAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ScenarioType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ServicePrincipalAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ServiceTagOutboundRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ServiceTagOutboundRuleDestination.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ServiceTier.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Sku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuAvailability.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuAvailabilityListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuCapability.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuChangeInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuTier.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SshSettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SubscriptionRaiPolicies.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/TestRaiExternalSafetyProviders.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ThrottlingRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/TierUpgradePolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/TrafficRoutingProtocol.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/TrafficRoutingRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UnitType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UpgradeAvailabilityStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Usage.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UsageListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Usages.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UserAssignedIdentity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UserOwnedAmlWorkspace.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UserOwnedStorage.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UsernamePasswordAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/VersionedAgentReference.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/VirtualNetworkRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/VmPriority.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Workbench.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/WorkbenchProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Workbenches.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/package-info.java","src/main/java/com/azure/resourcemanager/cognitiveservices/package-info.java","src/main/java/module-info.java"]}
\ No newline at end of file
+{"flavor":"azure","apiVersions":{"Microsoft.CognitiveServices":"2026-07-15-preview"},"crossLanguagePackageId":"Microsoft.CognitiveServices","crossLanguageVersion":"4ad81aedf78c","crossLanguageDefinitions":{"com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.CapabilityHosts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.beginDelete":"Microsoft.CognitiveServices.CapabilityHosts.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.createOrUpdate":"Microsoft.CognitiveServices.CapabilityHosts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.delete":"Microsoft.CognitiveServices.CapabilityHosts.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.get":"Microsoft.CognitiveServices.CapabilityHosts.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.getWithResponse":"Microsoft.CognitiveServices.CapabilityHosts.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountCapabilityHostsClient.list":"Microsoft.CognitiveServices.CapabilityHosts.list","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.create":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.create","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.createWithResponse":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.create","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.delete":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.deleteWithResponse":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.get":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.getWithResponse":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.list":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.list","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.update":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.update","com.azure.resourcemanager.cognitiveservices.fluent.AccountConnectionsClient.updateWithResponse":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResources.update","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient":"Microsoft.CognitiveServices.Accounts","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.beginCreate":"Microsoft.CognitiveServices.Accounts.create","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.beginDelete":"Microsoft.CognitiveServices.Accounts.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.beginUpdate":"Microsoft.CognitiveServices.Accounts.update","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.create":"Microsoft.CognitiveServices.Accounts.create","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.delete":"Microsoft.CognitiveServices.Accounts.delete","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.evaluateDeploymentPolicies":"Microsoft.CognitiveServices.Accounts.evaluateDeploymentPolicies","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.evaluateDeploymentPoliciesWithResponse":"Microsoft.CognitiveServices.Accounts.evaluateDeploymentPolicies","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.getByResourceGroup":"Microsoft.CognitiveServices.Accounts.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.getByResourceGroupWithResponse":"Microsoft.CognitiveServices.Accounts.get","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.list":"Microsoft.CognitiveServices.Accounts.list","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listByResourceGroup":"Microsoft.CognitiveServices.Accounts.listByResourceGroup","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listKeys":"Microsoft.CognitiveServices.Accounts.listKeys","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listKeysWithResponse":"Microsoft.CognitiveServices.Accounts.listKeys","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listModels":"Microsoft.CognitiveServices.Accounts.listModels","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listSkus":"Microsoft.CognitiveServices.Accounts.listSkus","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listSkusWithResponse":"Microsoft.CognitiveServices.Accounts.listSkus","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listUsages":"Microsoft.CognitiveServices.Accounts.listUsages","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.listUsagesWithResponse":"Microsoft.CognitiveServices.Accounts.listUsages","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.regenerateKey":"Microsoft.CognitiveServices.Accounts.regenerateKey","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.regenerateKeyWithResponse":"Microsoft.CognitiveServices.Accounts.regenerateKey","com.azure.resourcemanager.cognitiveservices.fluent.AccountsClient.update":"Microsoft.CognitiveServices.Accounts.update","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient":"Microsoft.CognitiveServices.AgentApplications","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.AgentApplications.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.beginDelete":"Microsoft.CognitiveServices.AgentApplications.delete","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.createOrUpdate":"Microsoft.CognitiveServices.AgentApplications.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.delete":"Microsoft.CognitiveServices.AgentApplications.delete","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.disable":"Microsoft.CognitiveServices.AgentApplications.disable","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.disableWithResponse":"Microsoft.CognitiveServices.AgentApplications.disable","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.enable":"Microsoft.CognitiveServices.AgentApplications.enable","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.enableWithResponse":"Microsoft.CognitiveServices.AgentApplications.enable","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.get":"Microsoft.CognitiveServices.AgentApplications.get","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.getWithResponse":"Microsoft.CognitiveServices.AgentApplications.get","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.list":"Microsoft.CognitiveServices.AgentApplications.list","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.listAgents":"Microsoft.CognitiveServices.AgentApplications.listAgents","com.azure.resourcemanager.cognitiveservices.fluent.AgentApplicationsClient.listAgentsWithResponse":"Microsoft.CognitiveServices.AgentApplications.listAgents","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.AgentDeploymentResources.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.beginDelete":"Microsoft.CognitiveServices.AgentDeploymentResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.createOrUpdate":"Microsoft.CognitiveServices.AgentDeploymentResources.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.delete":"Microsoft.CognitiveServices.AgentDeploymentResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.get":"Microsoft.CognitiveServices.AgentDeploymentResources.get","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.getWithResponse":"Microsoft.CognitiveServices.AgentDeploymentResources.get","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.list":"Microsoft.CognitiveServices.AgentDeploymentResources.list","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.start":"Microsoft.CognitiveServices.AgentDeploymentResources.start","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.startWithResponse":"Microsoft.CognitiveServices.AgentDeploymentResources.start","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.stop":"Microsoft.CognitiveServices.AgentDeploymentResources.stop","com.azure.resourcemanager.cognitiveservices.fluent.AgentDeploymentsClient.stopWithResponse":"Microsoft.CognitiveServices.AgentDeploymentResources.stop","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient":"Microsoft.CognitiveServices.ArcDeployments","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.ArcDeployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient.beginDelete":"Microsoft.CognitiveServices.ArcDeployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient.beginUpdate":"Microsoft.CognitiveServices.ArcDeployments.update","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient.createOrUpdate":"Microsoft.CognitiveServices.ArcDeployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient.delete":"Microsoft.CognitiveServices.ArcDeployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient.get":"Microsoft.CognitiveServices.ArcDeployments.get","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient.getWithResponse":"Microsoft.CognitiveServices.ArcDeployments.get","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient.list":"Microsoft.CognitiveServices.ArcDeployments.list","com.azure.resourcemanager.cognitiveservices.fluent.ArcDeploymentsClient.update":"Microsoft.CognitiveServices.ArcDeployments.update","com.azure.resourcemanager.cognitiveservices.fluent.CognitiveServicesManagementClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient":"Microsoft.CognitiveServices.CommitmentPlans","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginCreateOrUpdateAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.createOrUpdateAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginCreateOrUpdatePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.createOrUpdatePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginDelete":"Microsoft.CognitiveServices.CommitmentPlans.delete","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginDeleteAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.deleteAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginDeletePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.deletePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.beginUpdatePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.updatePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.createOrUpdate":"Microsoft.CognitiveServices.CommitmentPlans.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.createOrUpdateAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.createOrUpdateAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.createOrUpdatePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.createOrUpdatePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.CommitmentPlans.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.delete":"Microsoft.CognitiveServices.CommitmentPlans.delete","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.deleteAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.deleteAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.deletePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.deletePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.get":"Microsoft.CognitiveServices.CommitmentPlans.get","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getAssociation":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.getAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getAssociationWithResponse":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.getAssociation","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getByResourceGroup":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.getPlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getByResourceGroupWithResponse":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.getPlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.getWithResponse":"Microsoft.CognitiveServices.CommitmentPlans.get","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.list":"Microsoft.CognitiveServices.CommitmentPlans.list","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.listAssociations":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociations.listAssociations","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.listByResourceGroup":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.listPlansByResourceGroup","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.listPlansBySubscription":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.listPlansBySubscription","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentPlansClient.updatePlan":"Microsoft.CognitiveServices.CommitmentPlanOperationGroup.updatePlan","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentTiersClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.CommitmentTiersClient.list":"Microsoft.CognitiveServices.CommitmentTiersOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.ComputeOperationsClient":"Microsoft.CognitiveServices.ComputeOperations","com.azure.resourcemanager.cognitiveservices.fluent.ComputeOperationsClient.get":"Microsoft.CognitiveServices.ComputeOperations.get","com.azure.resourcemanager.cognitiveservices.fluent.ComputeOperationsClient.getWithResponse":"Microsoft.CognitiveServices.ComputeOperations.get","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient":"Microsoft.CognitiveServices.Computes","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.Computes.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginDelete":"Microsoft.CognitiveServices.Computes.delete","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginRestart":"Microsoft.CognitiveServices.Computes.restart","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginStart":"Microsoft.CognitiveServices.Computes.start","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.beginStop":"Microsoft.CognitiveServices.Computes.stop","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.createOrUpdate":"Microsoft.CognitiveServices.Computes.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.delete":"Microsoft.CognitiveServices.Computes.delete","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.get":"Microsoft.CognitiveServices.Computes.get","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.getWithResponse":"Microsoft.CognitiveServices.Computes.get","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.list":"Microsoft.CognitiveServices.Computes.list","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.restart":"Microsoft.CognitiveServices.Computes.restart","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.start":"Microsoft.CognitiveServices.Computes.start","com.azure.resourcemanager.cognitiveservices.fluent.ComputesClient.stop":"Microsoft.CognitiveServices.Computes.stop","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient":"Microsoft.CognitiveServices.DefenderForAISettings","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.createOrUpdate":"Microsoft.CognitiveServices.DefenderForAISettings.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.DefenderForAISettings.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.get":"Microsoft.CognitiveServices.DefenderForAISettings.get","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.getWithResponse":"Microsoft.CognitiveServices.DefenderForAISettings.get","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.list":"Microsoft.CognitiveServices.DefenderForAISettings.list","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.update":"Microsoft.CognitiveServices.DefenderForAISettings.update","com.azure.resourcemanager.cognitiveservices.fluent.DefenderForAISettingsClient.updateWithResponse":"Microsoft.CognitiveServices.DefenderForAISettings.update","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient":"Microsoft.CognitiveServices.DeletedAccounts","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.beginPurge":"Microsoft.CognitiveServices.DeletedAccounts.purge","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.get":"Microsoft.CognitiveServices.DeletedAccounts.get","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.getWithResponse":"Microsoft.CognitiveServices.DeletedAccounts.get","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.list":"Microsoft.CognitiveServices.DeletedAccounts.list","com.azure.resourcemanager.cognitiveservices.fluent.DeletedAccountsClient.purge":"Microsoft.CognitiveServices.DeletedAccounts.purge","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient":"Microsoft.CognitiveServices.Deployments","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.Deployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.beginDelete":"Microsoft.CognitiveServices.Deployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.beginUpdate":"Microsoft.CognitiveServices.Deployments.update","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.createOrUpdate":"Microsoft.CognitiveServices.Deployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.delete":"Microsoft.CognitiveServices.Deployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.get":"Microsoft.CognitiveServices.Deployments.get","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.getWithResponse":"Microsoft.CognitiveServices.Deployments.get","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.list":"Microsoft.CognitiveServices.Deployments.list","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.listSkus":"Microsoft.CognitiveServices.Deployments.listSkus","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.pause":"Microsoft.CognitiveServices.Deployments.pause","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.pauseWithResponse":"Microsoft.CognitiveServices.Deployments.pause","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.resume":"Microsoft.CognitiveServices.Deployments.resume","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.resumeWithResponse":"Microsoft.CognitiveServices.Deployments.resume","com.azure.resourcemanager.cognitiveservices.fluent.DeploymentsClient.update":"Microsoft.CognitiveServices.Deployments.update","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient":"Microsoft.CognitiveServices.EncryptionScopes","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.beginDelete":"Microsoft.CognitiveServices.EncryptionScopes.delete","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.createOrUpdate":"Microsoft.CognitiveServices.EncryptionScopes.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.EncryptionScopes.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.delete":"Microsoft.CognitiveServices.EncryptionScopes.delete","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.get":"Microsoft.CognitiveServices.EncryptionScopes.get","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.getWithResponse":"Microsoft.CognitiveServices.EncryptionScopes.get","com.azure.resourcemanager.cognitiveservices.fluent.EncryptionScopesClient.list":"Microsoft.CognitiveServices.EncryptionScopes.list","com.azure.resourcemanager.cognitiveservices.fluent.LocationBasedModelCapacitiesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.LocationBasedModelCapacitiesClient.list":"Microsoft.CognitiveServices.LocationBasedModelCapacitiesOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeCapacitiesClient":"Microsoft.CognitiveServices.ManagedComputeCapacities","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeCapacitiesClient.list":"Microsoft.CognitiveServices.ManagedComputeCapacities.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient":"Microsoft.CognitiveServices.ManagedComputeDeployments","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.ManagedComputeDeployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.beginDelete":"Microsoft.CognitiveServices.ManagedComputeDeployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.beginUpdate":"Microsoft.CognitiveServices.ManagedComputeDeployments.update","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.createOrUpdate":"Microsoft.CognitiveServices.ManagedComputeDeployments.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.delete":"Microsoft.CognitiveServices.ManagedComputeDeployments.delete","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.get":"Microsoft.CognitiveServices.ManagedComputeDeployments.get","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.getWithResponse":"Microsoft.CognitiveServices.ManagedComputeDeployments.get","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.list":"Microsoft.CognitiveServices.ManagedComputeDeployments.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeDeploymentsClient.update":"Microsoft.CognitiveServices.ManagedComputeDeployments.update","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeUsagesOperationGroupsClient":"Microsoft.CognitiveServices.ManagedComputeUsagesOperationGroup","com.azure.resourcemanager.cognitiveservices.fluent.ManagedComputeUsagesOperationGroupsClient.list":"Microsoft.CognitiveServices.ManagedComputeUsagesOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkProvisionsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkProvisionsClient.beginProvisionManagedNetwork":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.provisionManagedNetwork","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkProvisionsClient.provisionManagedNetwork":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.provisionManagedNetwork","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.beginDelete":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.beginPatch":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.patch","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.beginPut":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.put","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.delete":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.get":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.getWithResponse":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.list":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.list","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.patch":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.patch","com.azure.resourcemanager.cognitiveservices.fluent.ManagedNetworkSettingsOperationsClient.put":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.put","com.azure.resourcemanager.cognitiveservices.fluent.ModelCapacitiesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ModelCapacitiesClient.list":"Microsoft.CognitiveServices.ModelCapacitiesOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.ModelsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ModelsClient.list":"Microsoft.CognitiveServices.ModelsOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.beginReconcile":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.reconcile","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.get":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.get","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.getWithResponse":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.get","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.list":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.list","com.azure.resourcemanager.cognitiveservices.fluent.NetworkSecurityPerimeterConfigurationsClient.reconcile":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurations.reconcile","com.azure.resourcemanager.cognitiveservices.fluent.OperationsClient":"Microsoft.CognitiveServices.Operations","com.azure.resourcemanager.cognitiveservices.fluent.OperationsClient.list":"Azure.ResourceManager.Operations.list","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.OutboundRuleBasicResources.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.beginDelete":"Microsoft.CognitiveServices.OutboundRuleBasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.createOrUpdate":"Microsoft.CognitiveServices.OutboundRuleBasicResources.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.delete":"Microsoft.CognitiveServices.OutboundRuleBasicResources.delete","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.get":"Microsoft.CognitiveServices.OutboundRuleBasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.getWithResponse":"Microsoft.CognitiveServices.OutboundRuleBasicResources.get","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesClient.list":"Microsoft.CognitiveServices.OutboundRuleBasicResources.list","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesOperationsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.OutboundRulesOperationsClient.post":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResources.post","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient":"Microsoft.CognitiveServices.PrivateEndpointConnections","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.PrivateEndpointConnections.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.beginDelete":"Microsoft.CognitiveServices.PrivateEndpointConnections.delete","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.createOrUpdate":"Microsoft.CognitiveServices.PrivateEndpointConnections.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.delete":"Microsoft.CognitiveServices.PrivateEndpointConnections.delete","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.get":"Microsoft.CognitiveServices.PrivateEndpointConnections.get","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.getWithResponse":"Microsoft.CognitiveServices.PrivateEndpointConnections.get","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.list":"Microsoft.CognitiveServices.PrivateEndpointConnections.list","com.azure.resourcemanager.cognitiveservices.fluent.PrivateEndpointConnectionsClient.listWithResponse":"Microsoft.CognitiveServices.PrivateEndpointConnections.list","com.azure.resourcemanager.cognitiveservices.fluent.PrivateLinkResourcesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.PrivateLinkResourcesClient.list":"Microsoft.CognitiveServices.Accounts.privateLinkResourcesList","com.azure.resourcemanager.cognitiveservices.fluent.PrivateLinkResourcesClient.listWithResponse":"Microsoft.CognitiveServices.Accounts.privateLinkResourcesList","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient":"Microsoft.CognitiveServices.ProjectCapabilityHosts","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.ProjectCapabilityHosts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.beginDelete":"Microsoft.CognitiveServices.ProjectCapabilityHosts.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.createOrUpdate":"Microsoft.CognitiveServices.ProjectCapabilityHosts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.delete":"Microsoft.CognitiveServices.ProjectCapabilityHosts.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.get":"Microsoft.CognitiveServices.ProjectCapabilityHosts.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.getWithResponse":"Microsoft.CognitiveServices.ProjectCapabilityHosts.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectCapabilityHostsClient.list":"Microsoft.CognitiveServices.ProjectCapabilityHosts.list","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient":"Microsoft.CognitiveServices.ProjectConnections","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.create":"Microsoft.CognitiveServices.ProjectConnections.create","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.createWithResponse":"Microsoft.CognitiveServices.ProjectConnections.create","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.delete":"Microsoft.CognitiveServices.ProjectConnections.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.deleteWithResponse":"Microsoft.CognitiveServices.ProjectConnections.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.get":"Microsoft.CognitiveServices.ProjectConnections.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.getWithResponse":"Microsoft.CognitiveServices.ProjectConnections.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.list":"Microsoft.CognitiveServices.ProjectConnections.list","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.update":"Microsoft.CognitiveServices.ProjectConnections.update","com.azure.resourcemanager.cognitiveservices.fluent.ProjectConnectionsClient.updateWithResponse":"Microsoft.CognitiveServices.ProjectConnections.update","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient":"Microsoft.CognitiveServices.Projects","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.beginCreate":"Microsoft.CognitiveServices.Projects.create","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.beginDelete":"Microsoft.CognitiveServices.Projects.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.beginUpdate":"Microsoft.CognitiveServices.Projects.update","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.create":"Microsoft.CognitiveServices.Projects.create","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.delete":"Microsoft.CognitiveServices.Projects.delete","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.get":"Microsoft.CognitiveServices.Projects.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.getWithResponse":"Microsoft.CognitiveServices.Projects.get","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.list":"Microsoft.CognitiveServices.Projects.list","com.azure.resourcemanager.cognitiveservices.fluent.ProjectsClient.update":"Microsoft.CognitiveServices.Projects.update","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient":"Microsoft.CognitiveServices.QuotaTiers","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.createOrUpdate":"Microsoft.CognitiveServices.QuotaTiers.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.QuotaTiers.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.get":"Microsoft.CognitiveServices.QuotaTiers.get","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.getWithResponse":"Microsoft.CognitiveServices.QuotaTiers.get","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.list":"Microsoft.CognitiveServices.QuotaTiers.listBySubscription","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.update":"Microsoft.CognitiveServices.QuotaTiers.update","com.azure.resourcemanager.cognitiveservices.fluent.QuotaTiersClient.updateWithResponse":"Microsoft.CognitiveServices.QuotaTiers.update","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient":"Microsoft.CognitiveServices.RaiBlocklistItems","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.batchAdd":"Microsoft.CognitiveServices.RaiBlocklists.batchAdd","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.batchAddWithResponse":"Microsoft.CognitiveServices.RaiBlocklists.batchAdd","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.batchDelete":"Microsoft.CognitiveServices.RaiBlocklists.batchDelete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.batchDeleteWithResponse":"Microsoft.CognitiveServices.RaiBlocklists.batchDelete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.beginDelete":"Microsoft.CognitiveServices.RaiBlocklistItems.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.createOrUpdate":"Microsoft.CognitiveServices.RaiBlocklistItems.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiBlocklistItems.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.delete":"Microsoft.CognitiveServices.RaiBlocklistItems.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.get":"Microsoft.CognitiveServices.RaiBlocklistItems.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.getWithResponse":"Microsoft.CognitiveServices.RaiBlocklistItems.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistItemsClient.list":"Microsoft.CognitiveServices.RaiBlocklistItems.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient":"Microsoft.CognitiveServices.RaiBlocklists","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.beginDelete":"Microsoft.CognitiveServices.RaiBlocklists.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.createOrUpdate":"Microsoft.CognitiveServices.RaiBlocklists.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiBlocklists.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.delete":"Microsoft.CognitiveServices.RaiBlocklists.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.get":"Microsoft.CognitiveServices.RaiBlocklists.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.getWithResponse":"Microsoft.CognitiveServices.RaiBlocklists.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiBlocklistsClient.list":"Microsoft.CognitiveServices.RaiBlocklists.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiContentFiltersClient":"Microsoft.CognitiveServices.RaiContentFilters","com.azure.resourcemanager.cognitiveservices.fluent.RaiContentFiltersClient.get":"Microsoft.CognitiveServices.RaiContentFilters.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiContentFiltersClient.getWithResponse":"Microsoft.CognitiveServices.RaiContentFilters.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiContentFiltersClient.list":"Microsoft.CognitiveServices.RaiContentFilters.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.beginDelete":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.createOrUpdate":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.delete":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.get":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersClient.getWithResponse":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersOperationsClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.RaiExternalSafetyProvidersOperationsClient.list":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemas.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient":"Microsoft.CognitiveServices.RaiPolicies","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.beginDelete":"Microsoft.CognitiveServices.RaiPolicies.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.createOrUpdate":"Microsoft.CognitiveServices.RaiPolicies.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiPolicies.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.delete":"Microsoft.CognitiveServices.RaiPolicies.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.get":"Microsoft.CognitiveServices.RaiPolicies.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.getWithResponse":"Microsoft.CognitiveServices.RaiPolicies.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiPoliciesClient.list":"Microsoft.CognitiveServices.RaiPolicies.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient":"Microsoft.CognitiveServices.RaiToolLabels","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.beginDelete":"Microsoft.CognitiveServices.RaiToolLabels.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.createOrUpdate":"Microsoft.CognitiveServices.RaiToolLabels.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiToolLabels.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.delete":"Microsoft.CognitiveServices.RaiToolLabels.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.get":"Microsoft.CognitiveServices.RaiToolLabels.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.getWithResponse":"Microsoft.CognitiveServices.RaiToolLabels.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiToolLabelsClient.list":"Microsoft.CognitiveServices.RaiToolLabels.list","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient":"Microsoft.CognitiveServices.RaiTopics","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.beginDelete":"Microsoft.CognitiveServices.RaiTopics.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.createOrUpdate":"Microsoft.CognitiveServices.RaiTopics.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.RaiTopics.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.delete":"Microsoft.CognitiveServices.RaiTopics.delete","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.get":"Microsoft.CognitiveServices.RaiTopics.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.getWithResponse":"Microsoft.CognitiveServices.RaiTopics.get","com.azure.resourcemanager.cognitiveservices.fluent.RaiTopicsClient.list":"Microsoft.CognitiveServices.RaiTopics.list","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.calculateModelCapacity":"Microsoft.CognitiveServices.calculateModelCapacity","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.calculateModelCapacityWithResponse":"Microsoft.CognitiveServices.calculateModelCapacity","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.checkDomainAvailability":"Microsoft.CognitiveServices.checkDomainAvailability","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.checkDomainAvailabilityWithResponse":"Microsoft.CognitiveServices.checkDomainAvailability","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.checkSkuAvailability":"Microsoft.CognitiveServices.checkSkuAvailability","com.azure.resourcemanager.cognitiveservices.fluent.ResourceProvidersClient.checkSkuAvailabilityWithResponse":"Microsoft.CognitiveServices.checkSkuAvailability","com.azure.resourcemanager.cognitiveservices.fluent.ResourceSkusClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.ResourceSkusClient.list":"Microsoft.CognitiveServices.ResourceSkusOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient":"Microsoft.CognitiveServices.SubscriptionRaiPolicy","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.beginDelete":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.delete","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.createOrUpdate":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.delete":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.delete","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.get":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.get","com.azure.resourcemanager.cognitiveservices.fluent.SubscriptionRaiPoliciesClient.getWithResponse":"Microsoft.CognitiveServices.SubscriptionRaiPolicy.get","com.azure.resourcemanager.cognitiveservices.fluent.TestRaiExternalSafetyProvidersClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.TestRaiExternalSafetyProvidersClient.createOrUpdate":"Microsoft.CognitiveServices.Accounts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.TestRaiExternalSafetyProvidersClient.createOrUpdateWithResponse":"Microsoft.CognitiveServices.Accounts.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.UsagesClient":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.fluent.UsagesClient.list":"Microsoft.CognitiveServices.UsagesOperationGroup.list","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient":"Microsoft.CognitiveServices.Workbenches","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginCreateOrUpdate":"Microsoft.CognitiveServices.Workbenches.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginDelete":"Microsoft.CognitiveServices.Workbenches.delete","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginRestart":"Microsoft.CognitiveServices.Workbenches.restart","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginStart":"Microsoft.CognitiveServices.Workbenches.start","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginStop":"Microsoft.CognitiveServices.Workbenches.stop","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.beginUpdate":"Microsoft.CognitiveServices.Workbenches.update","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.createOrUpdate":"Microsoft.CognitiveServices.Workbenches.createOrUpdate","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.delete":"Microsoft.CognitiveServices.Workbenches.delete","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.get":"Microsoft.CognitiveServices.Workbenches.get","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.getWithResponse":"Microsoft.CognitiveServices.Workbenches.get","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.list":"Microsoft.CognitiveServices.Workbenches.list","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.restart":"Microsoft.CognitiveServices.Workbenches.restart","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.start":"Microsoft.CognitiveServices.Workbenches.start","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.stop":"Microsoft.CognitiveServices.Workbenches.stop","com.azure.resourcemanager.cognitiveservices.fluent.WorkbenchesClient.update":"Microsoft.CognitiveServices.Workbenches.update","com.azure.resourcemanager.cognitiveservices.fluent.models.AccountInner":"Microsoft.CognitiveServices.Account","com.azure.resourcemanager.cognitiveservices.fluent.models.AccountModelInner":"Microsoft.CognitiveServices.AccountModel","com.azure.resourcemanager.cognitiveservices.fluent.models.AccountSkuListResultInner":"Microsoft.CognitiveServices.AccountSkuListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.AgentApplicationInner":"Microsoft.CognitiveServices.AgentApplication","com.azure.resourcemanager.cognitiveservices.fluent.models.AgentDeploymentInner":"Microsoft.CognitiveServices.AgentDeployment","com.azure.resourcemanager.cognitiveservices.fluent.models.AgentReferenceResourceArmPaginatedResultInner":"Microsoft.CognitiveServices.AgentReferenceResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.fluent.models.ApiKeysInner":"Microsoft.CognitiveServices.ApiKeys","com.azure.resourcemanager.cognitiveservices.fluent.models.ArcDeploymentInner":"Microsoft.CognitiveServices.ArcDeployment","com.azure.resourcemanager.cognitiveservices.fluent.models.CalculateModelCapacityResultInner":"Microsoft.CognitiveServices.CalculateModelCapacityResult","com.azure.resourcemanager.cognitiveservices.fluent.models.CapabilityHostInner":"Microsoft.CognitiveServices.CapabilityHost","com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentPlanAccountAssociationInner":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociation","com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentPlanAccountAssociationProperties":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociationProperties","com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentPlanInner":"Microsoft.CognitiveServices.CommitmentPlan","com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentTierInner":"Microsoft.CognitiveServices.CommitmentTier","com.azure.resourcemanager.cognitiveservices.fluent.models.ComputeInner":"Microsoft.CognitiveServices.Compute","com.azure.resourcemanager.cognitiveservices.fluent.models.ComputeOperationStatusInner":"Microsoft.CognitiveServices.ComputeOperationStatus","com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResource","com.azure.resourcemanager.cognitiveservices.fluent.models.DefenderForAISettingInner":"Microsoft.CognitiveServices.DefenderForAISetting","com.azure.resourcemanager.cognitiveservices.fluent.models.DefenderForAISettingProperties":"Microsoft.CognitiveServices.DefenderForAISettingProperties","com.azure.resourcemanager.cognitiveservices.fluent.models.DeploymentInner":"Microsoft.CognitiveServices.Deployment","com.azure.resourcemanager.cognitiveservices.fluent.models.DomainAvailabilityInner":"Microsoft.CognitiveServices.DomainAvailability","com.azure.resourcemanager.cognitiveservices.fluent.models.EncryptionScopeInner":"Microsoft.CognitiveServices.EncryptionScope","com.azure.resourcemanager.cognitiveservices.fluent.models.EvaluateDeploymentPoliciesResponseInner":"Microsoft.CognitiveServices.EvaluateDeploymentPoliciesResponse","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedComputeCapacityInner":"Microsoft.CognitiveServices.ManagedComputeCapacity","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedComputeDeploymentInner":"Microsoft.CognitiveServices.ManagedComputeDeployment","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedComputeUsageInner":"Microsoft.CognitiveServices.ManagedComputeUsage","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedNetworkProvisionStatusInner":"Microsoft.CognitiveServices.ManagedNetworkProvisionStatus","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedNetworkSettingsBasicResourceInner":"Microsoft.CognitiveServices.ManagedNetworkSettingsBasicResource","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedNetworkSettingsInner":"Microsoft.CognitiveServices.ManagedNetworkSettings","com.azure.resourcemanager.cognitiveservices.fluent.models.ManagedNetworkSettingsPropertiesBasicResourceInner":"Microsoft.CognitiveServices.ManagedNetworkSettingsPropertiesBasicResource","com.azure.resourcemanager.cognitiveservices.fluent.models.ModelCapacityListResultValueItemInner":"Microsoft.CognitiveServices.ModelCapacityListResultValueItem","com.azure.resourcemanager.cognitiveservices.fluent.models.ModelInner":"Microsoft.CognitiveServices.Model","com.azure.resourcemanager.cognitiveservices.fluent.models.NetworkSecurityPerimeterConfigurationInner":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfiguration","com.azure.resourcemanager.cognitiveservices.fluent.models.OperationInner":"Azure.ResourceManager.CommonTypes.Operation","com.azure.resourcemanager.cognitiveservices.fluent.models.OutboundRuleBasicResourceInner":"Microsoft.CognitiveServices.OutboundRuleBasicResource","com.azure.resourcemanager.cognitiveservices.fluent.models.PrivateEndpointConnectionInner":"Microsoft.CognitiveServices.PrivateEndpointConnection","com.azure.resourcemanager.cognitiveservices.fluent.models.PrivateEndpointConnectionListResultInner":"Microsoft.CognitiveServices.PrivateEndpointConnectionListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.PrivateLinkResourceListResultInner":"Microsoft.CognitiveServices.PrivateLinkResourceListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.ProjectCapabilityHostInner":"Microsoft.CognitiveServices.ProjectCapabilityHost","com.azure.resourcemanager.cognitiveservices.fluent.models.ProjectInner":"Microsoft.CognitiveServices.Project","com.azure.resourcemanager.cognitiveservices.fluent.models.QuotaTierInner":"Microsoft.CognitiveServices.QuotaTier","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiBlocklistInner":"Microsoft.CognitiveServices.RaiBlocklist","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiBlocklistItemInner":"Microsoft.CognitiveServices.RaiBlocklistItem","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiContentFilterInner":"Microsoft.CognitiveServices.RaiContentFilter","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiExternalSafetyProviderSchemaInner":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchema","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiPolicyInner":"Microsoft.CognitiveServices.RaiPolicy","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiToolLabelInner":"Microsoft.CognitiveServices.RaiToolLabel","com.azure.resourcemanager.cognitiveservices.fluent.models.RaiTopicInner":"Microsoft.CognitiveServices.RaiTopic","com.azure.resourcemanager.cognitiveservices.fluent.models.ResourceSkuInner":"Microsoft.CognitiveServices.ResourceSku","com.azure.resourcemanager.cognitiveservices.fluent.models.SkuAvailabilityListResultInner":"Microsoft.CognitiveServices.SkuAvailabilityListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.SkuResourceInner":"Microsoft.CognitiveServices.SkuResource","com.azure.resourcemanager.cognitiveservices.fluent.models.UsageInner":"Microsoft.CognitiveServices.Usage","com.azure.resourcemanager.cognitiveservices.fluent.models.UsageListResultInner":"Microsoft.CognitiveServices.UsageListResult","com.azure.resourcemanager.cognitiveservices.fluent.models.WorkbenchInner":"Microsoft.CognitiveServices.Workbench","com.azure.resourcemanager.cognitiveservices.implementation.CognitiveServicesManagementClientBuilder":"Microsoft.CognitiveServices","com.azure.resourcemanager.cognitiveservices.implementation.models.AccountListResult":"Microsoft.CognitiveServices.AccountListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.AccountModelListResult":"Microsoft.CognitiveServices.AccountModelListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.AgentApplicationResourceArmPaginatedResult":"Microsoft.CognitiveServices.AgentApplicationResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.AgentDeploymentResourceArmPaginatedResult":"Microsoft.CognitiveServices.AgentDeploymentResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ArcDeploymentListResult":"Microsoft.CognitiveServices.ArcDeploymentListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.CapabilityHostResourceArmPaginatedResult":"Microsoft.CognitiveServices.CapabilityHostResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.CommitmentPlanAccountAssociationListResult":"Microsoft.CognitiveServices.CommitmentPlanAccountAssociationListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.CommitmentPlanListResult":"Microsoft.CognitiveServices.CommitmentPlanListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.CommitmentTierListResult":"Microsoft.CognitiveServices.CommitmentTierListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ComputeListResult":"Microsoft.CognitiveServices.ComputeListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ConnectionPropertiesV2BasicResourceArmPaginatedResult":"Microsoft.CognitiveServices.ConnectionPropertiesV2BasicResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.DefenderForAISettingResult":"Microsoft.CognitiveServices.DefenderForAISettingResult","com.azure.resourcemanager.cognitiveservices.implementation.models.DeploymentListResult":"Microsoft.CognitiveServices.DeploymentListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.DeploymentSkuListResult":"Microsoft.CognitiveServices.DeploymentSkuListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.EncryptionScopeListResult":"Microsoft.CognitiveServices.EncryptionScopeListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ManagedComputeCapacityListResult":"Microsoft.CognitiveServices.ManagedComputeCapacityListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ManagedComputeDeploymentListResult":"Microsoft.CognitiveServices.ManagedComputeDeploymentListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ManagedComputeUsageListResult":"Microsoft.CognitiveServices.ManagedComputeUsageListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ManagedNetworkListResult":"Microsoft.CognitiveServices.ManagedNetworkListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ModelCapacityListResult":"Microsoft.CognitiveServices.ModelCapacityListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ModelListResult":"Microsoft.CognitiveServices.ModelListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.NetworkSecurityPerimeterConfigurationList":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurationList","com.azure.resourcemanager.cognitiveservices.implementation.models.OperationListResult":"Azure.ResourceManager.CommonTypes.OperationListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.OutboundRuleListResult":"Microsoft.CognitiveServices.OutboundRuleListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ProjectCapabilityHostResourceArmPaginatedResult":"Microsoft.CognitiveServices.ProjectCapabilityHostResourceArmPaginatedResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ProjectListResult":"Microsoft.CognitiveServices.ProjectListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.QuotaTierListResult":"Microsoft.CognitiveServices.QuotaTierListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiBlockListItemsResult":"Microsoft.CognitiveServices.RaiBlockListItemsResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiBlockListResult":"Microsoft.CognitiveServices.RaiBlockListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiContentFilterListResult":"Microsoft.CognitiveServices.RaiContentFilterListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiExternalSafetyProviderResult":"Microsoft.CognitiveServices.RaiExternalSafetyProviderResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiPolicyListResult":"Microsoft.CognitiveServices.RaiPolicyListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiToolLabelResult":"Microsoft.CognitiveServices.RaiToolLabelResult","com.azure.resourcemanager.cognitiveservices.implementation.models.RaiTopicResult":"Microsoft.CognitiveServices.RaiTopicResult","com.azure.resourcemanager.cognitiveservices.implementation.models.ResourceSkuListResult":"Microsoft.CognitiveServices.ResourceSkuListResult","com.azure.resourcemanager.cognitiveservices.implementation.models.WorkbenchListResult":"Microsoft.CognitiveServices.WorkbenchListResult","com.azure.resourcemanager.cognitiveservices.models.AadAuthTypeConnectionProperties":"Microsoft.CognitiveServices.AADAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.AbusePenalty":"Microsoft.CognitiveServices.AbusePenalty","com.azure.resourcemanager.cognitiveservices.models.AbusePenaltyAction":"Microsoft.CognitiveServices.AbusePenaltyAction","com.azure.resourcemanager.cognitiveservices.models.AccessKeyAuthTypeConnectionProperties":"Microsoft.CognitiveServices.AccessKeyAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.AccountKeyAuthTypeConnectionProperties":"Microsoft.CognitiveServices.AccountKeyAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.AccountProperties":"Microsoft.CognitiveServices.AccountProperties","com.azure.resourcemanager.cognitiveservices.models.AccountSku":"Microsoft.CognitiveServices.AccountSku","com.azure.resourcemanager.cognitiveservices.models.ActionType":"Azure.ResourceManager.CommonTypes.ActionType","com.azure.resourcemanager.cognitiveservices.models.AgentDeploymentProperties":"Microsoft.CognitiveServices.AgentDeploymentProperties","com.azure.resourcemanager.cognitiveservices.models.AgentDeploymentProvisioningState":"Microsoft.CognitiveServices.AgentDeploymentProvisioningState","com.azure.resourcemanager.cognitiveservices.models.AgentDeploymentState":"Microsoft.CognitiveServices.AgentDeploymentState","com.azure.resourcemanager.cognitiveservices.models.AgentDeploymentType":"Microsoft.CognitiveServices.AgentDeploymentType","com.azure.resourcemanager.cognitiveservices.models.AgentHostingConfiguration":"Microsoft.CognitiveServices.AgentHostingConfiguration","com.azure.resourcemanager.cognitiveservices.models.AgentHostingType":"Microsoft.CognitiveServices.AgentHostingType","com.azure.resourcemanager.cognitiveservices.models.AgentProtocol":"Microsoft.CognitiveServices.AgentProtocol","com.azure.resourcemanager.cognitiveservices.models.AgentProtocolVersion":"Microsoft.CognitiveServices.AgentProtocolVersion","com.azure.resourcemanager.cognitiveservices.models.AgentReference":"Microsoft.CognitiveServices.AgentReference","com.azure.resourcemanager.cognitiveservices.models.AgentReferenceProperties":"Microsoft.CognitiveServices.AgentReferenceProperties","com.azure.resourcemanager.cognitiveservices.models.AgenticApplicationProperties":"Microsoft.CognitiveServices.AgenticApplicationProperties","com.azure.resourcemanager.cognitiveservices.models.AgenticApplicationProvisioningState":"Microsoft.CognitiveServices.AgenticApplicationProvisioningState","com.azure.resourcemanager.cognitiveservices.models.ApiKeyAuthConnectionProperties":"Microsoft.CognitiveServices.ApiKeyAuthConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.ApiProperties":"Microsoft.CognitiveServices.ApiProperties","com.azure.resourcemanager.cognitiveservices.models.ApplicationAuthorizationPolicy":"Microsoft.CognitiveServices.ApplicationAuthorizationPolicy","com.azure.resourcemanager.cognitiveservices.models.ApplicationTrafficRoutingPolicy":"Microsoft.CognitiveServices.ApplicationTrafficRoutingPolicy","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentComputeType":"Microsoft.CognitiveServices.ArcDeploymentComputeType","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentCpuMemoryResourceRequirements":"Microsoft.CognitiveServices.ArcDeploymentCpuMemoryResourceRequirements","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentKubernetesResources":"Microsoft.CognitiveServices.ArcDeploymentKubernetesResources","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentModel":"Microsoft.CognitiveServices.ArcDeploymentModel","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchCpuMemoryResourceRequirements":"Microsoft.CognitiveServices.ArcDeploymentPatchCpuMemoryResourceRequirements","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchKubernetesResources":"Microsoft.CognitiveServices.ArcDeploymentPatchKubernetesResources","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentProperties":"Microsoft.CognitiveServices.ArcDeploymentProperties","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentProvisioningDetails":"Microsoft.CognitiveServices.ArcDeploymentProvisioningDetails","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements":"Microsoft.CognitiveServices.ArcDeploymentResourceRequirements","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentRuntime":"Microsoft.CognitiveServices.ArcDeploymentRuntime","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSku":"Microsoft.CognitiveServices.ArcDeploymentSku","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSkuName":"Microsoft.CognitiveServices.ArcDeploymentSkuName","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdate":"Microsoft.CognitiveServices.ArcDeploymentUpdate","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdateProperties":"Microsoft.CognitiveServices.ArcDeploymentUpdateProperties","com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentVllmParameters":"Microsoft.CognitiveServices.ArcDeploymentVllmParameters","com.azure.resourcemanager.cognitiveservices.models.AssignedIdentity":"Microsoft.CognitiveServices.AssignedIdentity","com.azure.resourcemanager.cognitiveservices.models.BillingMeterInfo":"Microsoft.CognitiveServices.BillingMeterInfo","com.azure.resourcemanager.cognitiveservices.models.BuiltInAuthorizationScheme":"Microsoft.CognitiveServices.BuiltInAuthorizationScheme","com.azure.resourcemanager.cognitiveservices.models.ByPassSelection":"Microsoft.CognitiveServices.ByPassSelection","com.azure.resourcemanager.cognitiveservices.models.CalculateModelCapacityParameter":"Microsoft.CognitiveServices.CalculateModelCapacityParameter","com.azure.resourcemanager.cognitiveservices.models.CalculateModelCapacityResultEstimatedCapacity":"Microsoft.CognitiveServices.CalculateModelCapacityResultEstimatedCapacity","com.azure.resourcemanager.cognitiveservices.models.CallRateLimit":"Microsoft.CognitiveServices.CallRateLimit","com.azure.resourcemanager.cognitiveservices.models.CapabilityHostKind":"Microsoft.CognitiveServices.CapabilityHostKind","com.azure.resourcemanager.cognitiveservices.models.CapabilityHostProperties":"Microsoft.CognitiveServices.CapabilityHostProperties","com.azure.resourcemanager.cognitiveservices.models.CapabilityHostProvisioningState":"Microsoft.CognitiveServices.CapabilityHostProvisioningState","com.azure.resourcemanager.cognitiveservices.models.CapabilitySettings":"Microsoft.CognitiveServices.CapabilitySettings","com.azure.resourcemanager.cognitiveservices.models.CapacityConfig":"Microsoft.CognitiveServices.CapacityConfig","com.azure.resourcemanager.cognitiveservices.models.ChannelsBuiltInAuthorizationPolicy":"Microsoft.CognitiveServices.ChannelsBuiltInAuthorizationPolicy","com.azure.resourcemanager.cognitiveservices.models.CheckDomainAvailabilityParameter":"Microsoft.CognitiveServices.CheckDomainAvailabilityParameter","com.azure.resourcemanager.cognitiveservices.models.CheckSkuAvailabilityParameter":"Microsoft.CognitiveServices.CheckSkuAvailabilityParameter","com.azure.resourcemanager.cognitiveservices.models.ClusterComputeProperties":"Microsoft.CognitiveServices.ClusterComputeProperties","com.azure.resourcemanager.cognitiveservices.models.CommitmentCost":"Microsoft.CognitiveServices.CommitmentCost","com.azure.resourcemanager.cognitiveservices.models.CommitmentPeriod":"Microsoft.CognitiveServices.CommitmentPeriod","com.azure.resourcemanager.cognitiveservices.models.CommitmentPlanAssociation":"Microsoft.CognitiveServices.CommitmentPlanAssociation","com.azure.resourcemanager.cognitiveservices.models.CommitmentPlanProperties":"Microsoft.CognitiveServices.CommitmentPlanProperties","com.azure.resourcemanager.cognitiveservices.models.CommitmentPlanProvisioningState":"Microsoft.CognitiveServices.CommitmentPlanProvisioningState","com.azure.resourcemanager.cognitiveservices.models.CommitmentQuota":"Microsoft.CognitiveServices.CommitmentQuota","com.azure.resourcemanager.cognitiveservices.models.ComputeOperationStatusProperties":"Microsoft.CognitiveServices.ComputeOperationStatusProperties","com.azure.resourcemanager.cognitiveservices.models.ComputeOperationStatusType":"Microsoft.CognitiveServices.ComputeOperationStatusType","com.azure.resourcemanager.cognitiveservices.models.ComputeProperties":"Microsoft.CognitiveServices.ComputeProperties","com.azure.resourcemanager.cognitiveservices.models.ComputeProvisioningState":"Microsoft.CognitiveServices.ComputeProvisioningState","com.azure.resourcemanager.cognitiveservices.models.ComputeType":"Microsoft.CognitiveServices.ComputeType","com.azure.resourcemanager.cognitiveservices.models.ConnectionAccessKey":"Microsoft.CognitiveServices.ConnectionAccessKey","com.azure.resourcemanager.cognitiveservices.models.ConnectionAccountKey":"Microsoft.CognitiveServices.ConnectionAccountKey","com.azure.resourcemanager.cognitiveservices.models.ConnectionApiKey":"Microsoft.CognitiveServices.ConnectionApiKey","com.azure.resourcemanager.cognitiveservices.models.ConnectionAuthType":"Microsoft.CognitiveServices.ConnectionAuthType","com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory":"Microsoft.CognitiveServices.ConnectionCategory","com.azure.resourcemanager.cognitiveservices.models.ConnectionGroup":"Microsoft.CognitiveServices.ConnectionGroup","com.azure.resourcemanager.cognitiveservices.models.ConnectionManagedIdentity":"Microsoft.CognitiveServices.ConnectionManagedIdentity","com.azure.resourcemanager.cognitiveservices.models.ConnectionOAuth2":"Microsoft.CognitiveServices.ConnectionOAuth2","com.azure.resourcemanager.cognitiveservices.models.ConnectionPersonalAccessToken":"Microsoft.CognitiveServices.ConnectionPersonalAccessToken","com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2":"Microsoft.CognitiveServices.ConnectionPropertiesV2","com.azure.resourcemanager.cognitiveservices.models.ConnectionServicePrincipal":"Microsoft.CognitiveServices.ConnectionServicePrincipal","com.azure.resourcemanager.cognitiveservices.models.ConnectionSharedAccessSignature":"Microsoft.CognitiveServices.ConnectionSharedAccessSignature","com.azure.resourcemanager.cognitiveservices.models.ConnectionUpdateContent":"Microsoft.CognitiveServices.ConnectionUpdateContent","com.azure.resourcemanager.cognitiveservices.models.ConnectionUsernamePassword":"Microsoft.CognitiveServices.ConnectionUsernamePassword","com.azure.resourcemanager.cognitiveservices.models.ConnectivityEndpoints":"Microsoft.CognitiveServices.ConnectivityEndpoints","com.azure.resourcemanager.cognitiveservices.models.ContainerInstanceComputeProperties":"Microsoft.CognitiveServices.ContainerInstanceComputeProperties","com.azure.resourcemanager.cognitiveservices.models.ContentLevel":"Microsoft.CognitiveServices.ContentLevel","com.azure.resourcemanager.cognitiveservices.models.CustomBlocklistConfig":"Microsoft.CognitiveServices.CustomBlocklistConfig","com.azure.resourcemanager.cognitiveservices.models.CustomKeys":"Microsoft.CognitiveServices.CustomKeys","com.azure.resourcemanager.cognitiveservices.models.CustomKeysConnectionProperties":"Microsoft.CognitiveServices.CustomKeysConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.DefenderForAISettingState":"Microsoft.CognitiveServices.DefenderForAISettingState","com.azure.resourcemanager.cognitiveservices.models.DeploymentCapacitySettings":"Microsoft.CognitiveServices.DeploymentCapacitySettings","com.azure.resourcemanager.cognitiveservices.models.DeploymentModel":"Microsoft.CognitiveServices.DeploymentModel","com.azure.resourcemanager.cognitiveservices.models.DeploymentModelVersionUpgradeOption":"Microsoft.CognitiveServices.DeploymentModelVersionUpgradeOption","com.azure.resourcemanager.cognitiveservices.models.DeploymentPolicyEvaluationResult":"Microsoft.CognitiveServices.DeploymentPolicyEvaluationResult","com.azure.resourcemanager.cognitiveservices.models.DeploymentProperties":"Microsoft.CognitiveServices.DeploymentProperties","com.azure.resourcemanager.cognitiveservices.models.DeploymentProvisioningState":"Microsoft.CognitiveServices.DeploymentProvisioningState","com.azure.resourcemanager.cognitiveservices.models.DeploymentRouting":"Microsoft.CognitiveServices.DeploymentRouting","com.azure.resourcemanager.cognitiveservices.models.DeploymentScaleSettings":"Microsoft.CognitiveServices.DeploymentScaleSettings","com.azure.resourcemanager.cognitiveservices.models.DeploymentScaleType":"Microsoft.CognitiveServices.DeploymentScaleType","com.azure.resourcemanager.cognitiveservices.models.DeploymentSizeCapacity":"Microsoft.CognitiveServices.DeploymentSizeCapacity","com.azure.resourcemanager.cognitiveservices.models.DeploymentSpeculativeDecoding":"Microsoft.CognitiveServices.DeploymentSpeculativeDecoding","com.azure.resourcemanager.cognitiveservices.models.DeploymentState":"Microsoft.CognitiveServices.DeploymentState","com.azure.resourcemanager.cognitiveservices.models.DeprecationStatus":"Microsoft.CognitiveServices.DeprecationStatus","com.azure.resourcemanager.cognitiveservices.models.Encryption":"Microsoft.CognitiveServices.Encryption","com.azure.resourcemanager.cognitiveservices.models.EncryptionScopeProperties":"Microsoft.CognitiveServices.EncryptionScopeProperties","com.azure.resourcemanager.cognitiveservices.models.EncryptionScopeProvisioningState":"Microsoft.CognitiveServices.EncryptionScopeProvisioningState","com.azure.resourcemanager.cognitiveservices.models.EncryptionScopeState":"Microsoft.CognitiveServices.EncryptionScopeState","com.azure.resourcemanager.cognitiveservices.models.EvaluateDeploymentPoliciesDeployment":"Microsoft.CognitiveServices.EvaluateDeploymentPoliciesDeployment","com.azure.resourcemanager.cognitiveservices.models.EvaluateDeploymentPoliciesDeploymentProperties":"Microsoft.CognitiveServices.EvaluateDeploymentPoliciesDeploymentProperties","com.azure.resourcemanager.cognitiveservices.models.EvaluateDeploymentPoliciesRequest":"Microsoft.CognitiveServices.EvaluateDeploymentPoliciesRequest","com.azure.resourcemanager.cognitiveservices.models.FirewallSku":"Microsoft.CognitiveServices.FirewallSku","com.azure.resourcemanager.cognitiveservices.models.FoundryAutoUpgrade":"Microsoft.CognitiveServices.FoundryAutoUpgrade","com.azure.resourcemanager.cognitiveservices.models.FoundryAutoUpgradeMode":"Microsoft.CognitiveServices.FoundryAutoUpgradeMode","com.azure.resourcemanager.cognitiveservices.models.FqdnOutboundRule":"Microsoft.CognitiveServices.FqdnOutboundRule","com.azure.resourcemanager.cognitiveservices.models.HostedAgentDeployment":"Microsoft.CognitiveServices.HostedAgentDeployment","com.azure.resourcemanager.cognitiveservices.models.HostingModel":"Microsoft.CognitiveServices.HostingModel","com.azure.resourcemanager.cognitiveservices.models.Identity":"Microsoft.CognitiveServices.Identity","com.azure.resourcemanager.cognitiveservices.models.IdentityKind":"Microsoft.CognitiveServices.IdentityKind","com.azure.resourcemanager.cognitiveservices.models.IdentityManagementType":"Microsoft.CognitiveServices.IdentityManagementType","com.azure.resourcemanager.cognitiveservices.models.IdentityProvisioningState":"Microsoft.CognitiveServices.IdentityProvisioningState","com.azure.resourcemanager.cognitiveservices.models.IpRule":"Microsoft.CognitiveServices.IpRule","com.azure.resourcemanager.cognitiveservices.models.IsolationMode":"Microsoft.CognitiveServices.IsolationMode","com.azure.resourcemanager.cognitiveservices.models.KeyName":"Microsoft.CognitiveServices.KeyName","com.azure.resourcemanager.cognitiveservices.models.KeySource":"Microsoft.CognitiveServices.KeySource","com.azure.resourcemanager.cognitiveservices.models.KeyVaultProperties":"Microsoft.CognitiveServices.KeyVaultProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedAgentDeployment":"Microsoft.CognitiveServices.ManagedAgentDeployment","com.azure.resourcemanager.cognitiveservices.models.ManagedClusterAgentHostingConfiguration":"Microsoft.CognitiveServices.ManagedClusterAgentHostingConfiguration","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeCapacityProperties":"Microsoft.CognitiveServices.ManagedComputeCapacityProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeDeploymentInfo":"Microsoft.CognitiveServices.ManagedComputeDeploymentInfo","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeDeploymentProperties":"Microsoft.CognitiveServices.ManagedComputeDeploymentProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeDeploymentProvisioningDetails":"Microsoft.CognitiveServices.ManagedComputeDeploymentProvisioningDetails","com.azure.resourcemanager.cognitiveservices.models.ManagedComputeDeploymentRoutes":"Microsoft.CognitiveServices.ManagedComputeDeploymentRoutes","com.azure.resourcemanager.cognitiveservices.models.ManagedIdentityAuthTypeConnectionProperties":"Microsoft.CognitiveServices.ManagedIdentityAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkKind":"Microsoft.CognitiveServices.ManagedNetworkKind","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkProvisionOptions":"Microsoft.CognitiveServices.ManagedNetworkProvisionOptions","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkProvisioningState":"Microsoft.CognitiveServices.ManagedNetworkProvisioningState","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkSettingsEx":"Microsoft.CognitiveServices.ManagedNetworkSettingsEx","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkSettingsProperties":"Microsoft.CognitiveServices.ManagedNetworkSettingsProperties","com.azure.resourcemanager.cognitiveservices.models.ManagedNetworkStatus":"Microsoft.CognitiveServices.ManagedNetworkStatus","com.azure.resourcemanager.cognitiveservices.models.ManagedPERequirement":"Microsoft.CognitiveServices.ManagedPERequirement","com.azure.resourcemanager.cognitiveservices.models.ManagedPEStatus":"Microsoft.CognitiveServices.ManagedPEStatus","com.azure.resourcemanager.cognitiveservices.models.MetricName":"Microsoft.CognitiveServices.MetricName","com.azure.resourcemanager.cognitiveservices.models.ModelCapacityCalculatorWorkload":"Microsoft.CognitiveServices.ModelCapacityCalculatorWorkload","com.azure.resourcemanager.cognitiveservices.models.ModelCapacityCalculatorWorkloadRequestParam":"Microsoft.CognitiveServices.ModelCapacityCalculatorWorkloadRequestParam","com.azure.resourcemanager.cognitiveservices.models.ModelDeprecationInfo":"Microsoft.CognitiveServices.ModelDeprecationInfo","com.azure.resourcemanager.cognitiveservices.models.ModelLifecycleStatus":"Microsoft.CognitiveServices.ModelLifecycleStatus","com.azure.resourcemanager.cognitiveservices.models.ModelSku":"Microsoft.CognitiveServices.ModelSku","com.azure.resourcemanager.cognitiveservices.models.ModelSkuCapacityProperties":"Microsoft.CognitiveServices.ModelSkuCapacityProperties","com.azure.resourcemanager.cognitiveservices.models.MultiRegionSettings":"Microsoft.CognitiveServices.MultiRegionSettings","com.azure.resourcemanager.cognitiveservices.models.NetworkInjection":"Microsoft.CognitiveServices.NetworkInjection","com.azure.resourcemanager.cognitiveservices.models.NetworkRuleAction":"Microsoft.CognitiveServices.NetworkRuleAction","com.azure.resourcemanager.cognitiveservices.models.NetworkRuleSet":"Microsoft.CognitiveServices.NetworkRuleSet","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeter":"Microsoft.CognitiveServices.NetworkSecurityPerimeter","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterAccessRule":"Microsoft.CognitiveServices.NetworkSecurityPerimeterAccessRule","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterAccessRuleProperties":"Microsoft.CognitiveServices.NetworkSecurityPerimeterAccessRuleProperties","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem":"Microsoft.CognitiveServices.NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterConfigurationAssociationInfo":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurationAssociationInfo","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterConfigurationProperties":"Microsoft.CognitiveServices.NetworkSecurityPerimeterConfigurationProperties","com.azure.resourcemanager.cognitiveservices.models.NetworkSecurityPerimeterProfileInfo":"Microsoft.CognitiveServices.NetworkSecurityPerimeterProfileInfo","com.azure.resourcemanager.cognitiveservices.models.NoneAuthTypeConnectionProperties":"Microsoft.CognitiveServices.NoneAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.NspAccessRuleDirection":"Microsoft.CognitiveServices.NspAccessRuleDirection","com.azure.resourcemanager.cognitiveservices.models.OAuth2AuthTypeConnectionProperties":"Microsoft.CognitiveServices.OAuth2AuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.OperationDisplay":"Azure.ResourceManager.CommonTypes.OperationDisplay","com.azure.resourcemanager.cognitiveservices.models.OrganizationSharedBuiltInAuthorizationPolicy":"Microsoft.CognitiveServices.OrganizationSharedBuiltInAuthorizationPolicy","com.azure.resourcemanager.cognitiveservices.models.Origin":"Azure.ResourceManager.CommonTypes.Origin","com.azure.resourcemanager.cognitiveservices.models.OutboundRule":"Microsoft.CognitiveServices.OutboundRule","com.azure.resourcemanager.cognitiveservices.models.PatAuthTypeConnectionProperties":"Microsoft.CognitiveServices.PATAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.PatchResourceSku":"Microsoft.CognitiveServices.PatchResourceSku","com.azure.resourcemanager.cognitiveservices.models.PatchResourceTags":"Microsoft.CognitiveServices.PatchResourceTags","com.azure.resourcemanager.cognitiveservices.models.PatchResourceTagsAndSku":"Microsoft.CognitiveServices.PatchResourceTagsAndSku","com.azure.resourcemanager.cognitiveservices.models.PolicyAssignmentEvaluationDetails":"Microsoft.CognitiveServices.PolicyAssignmentEvaluationDetails","com.azure.resourcemanager.cognitiveservices.models.PolicyEvaluationOutcome":"Microsoft.CognitiveServices.PolicyEvaluationOutcome","com.azure.resourcemanager.cognitiveservices.models.PolicyExpressionEvaluationDetails":"Microsoft.CognitiveServices.PolicyExpressionEvaluationDetails","com.azure.resourcemanager.cognitiveservices.models.Pool":"Microsoft.CognitiveServices.Pool","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpoint":"Azure.ResourceManager.CommonTypes.PrivateEndpoint","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointConnectionProperties":"Microsoft.CognitiveServices.PrivateEndpointConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointConnectionProvisioningState":"Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionProvisioningState","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointOutboundRule":"Microsoft.CognitiveServices.PrivateEndpointOutboundRule","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointOutboundRuleDestination":"Microsoft.CognitiveServices.PrivateEndpointOutboundRuleDestination","com.azure.resourcemanager.cognitiveservices.models.PrivateEndpointServiceConnectionStatus":"Azure.ResourceManager.CommonTypes.PrivateEndpointServiceConnectionStatus","com.azure.resourcemanager.cognitiveservices.models.PrivateLinkResource":"Microsoft.CognitiveServices.PrivateLinkResource","com.azure.resourcemanager.cognitiveservices.models.PrivateLinkResourceProperties":"Microsoft.CognitiveServices.PrivateLinkResourceProperties","com.azure.resourcemanager.cognitiveservices.models.PrivateLinkServiceConnectionState":"Azure.ResourceManager.CommonTypes.PrivateLinkServiceConnectionState","com.azure.resourcemanager.cognitiveservices.models.ProjectCapabilityHostProperties":"Microsoft.CognitiveServices.ProjectCapabilityHostProperties","com.azure.resourcemanager.cognitiveservices.models.ProjectProperties":"Microsoft.CognitiveServices.ProjectProperties","com.azure.resourcemanager.cognitiveservices.models.ProvisioningIssue":"Microsoft.CognitiveServices.ProvisioningIssue","com.azure.resourcemanager.cognitiveservices.models.ProvisioningIssueProperties":"Microsoft.CognitiveServices.ProvisioningIssueProperties","com.azure.resourcemanager.cognitiveservices.models.ProvisioningState":"Microsoft.CognitiveServices.ProvisioningState","com.azure.resourcemanager.cognitiveservices.models.PublicNetworkAccess":"Microsoft.CognitiveServices.PublicNetworkAccess","com.azure.resourcemanager.cognitiveservices.models.QuotaLimit":"Microsoft.CognitiveServices.QuotaLimit","com.azure.resourcemanager.cognitiveservices.models.QuotaScopeType":"Microsoft.CognitiveServices.QuotaScopeType","com.azure.resourcemanager.cognitiveservices.models.QuotaTierProperties":"Microsoft.CognitiveServices.QuotaTierProperties","com.azure.resourcemanager.cognitiveservices.models.QuotaTierUpgradeEligibilityInfo":"Microsoft.CognitiveServices.QuotaTierUpgradeEligibilityInfo","com.azure.resourcemanager.cognitiveservices.models.QuotaUsageStatus":"Microsoft.CognitiveServices.QuotaUsageStatus","com.azure.resourcemanager.cognitiveservices.models.RaiActionType":"Microsoft.CognitiveServices.RaiActionType","com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistConfig":"Microsoft.CognitiveServices.RaiBlocklistConfig","com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistItemBulkRequest":"Microsoft.CognitiveServices.RaiBlocklistItemBulkRequest","com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistItemProperties":"Microsoft.CognitiveServices.RaiBlocklistItemProperties","com.azure.resourcemanager.cognitiveservices.models.RaiBlocklistProperties":"Microsoft.CognitiveServices.RaiBlocklistProperties","com.azure.resourcemanager.cognitiveservices.models.RaiContentFilterProperties":"Microsoft.CognitiveServices.RaiContentFilterProperties","com.azure.resourcemanager.cognitiveservices.models.RaiEgressDefaultAction":"Microsoft.CognitiveServices.RaiEgressDefaultAction","com.azure.resourcemanager.cognitiveservices.models.RaiEgressHeaderOperation":"Microsoft.CognitiveServices.RaiEgressHeaderOperation","com.azure.resourcemanager.cognitiveservices.models.RaiEgressHeaderTransform":"Microsoft.CognitiveServices.RaiEgressHeaderTransform","com.azure.resourcemanager.cognitiveservices.models.RaiEgressHeaderValueRef":"Microsoft.CognitiveServices.RaiEgressHeaderValueRef","com.azure.resourcemanager.cognitiveservices.models.RaiEgressManagedIdentityRef":"Microsoft.CognitiveServices.RaiEgressManagedIdentityRef","com.azure.resourcemanager.cognitiveservices.models.RaiEgressMode":"Microsoft.CognitiveServices.RaiEgressMode","com.azure.resourcemanager.cognitiveservices.models.RaiEgressPolicyConfig":"Microsoft.CognitiveServices.RaiEgressPolicyConfig","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRewriteTarget":"Microsoft.CognitiveServices.RaiEgressRewriteTarget","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRule":"Microsoft.CognitiveServices.RaiEgressRule","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRuleAction":"Microsoft.CognitiveServices.RaiEgressRuleAction","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRuleActionType":"Microsoft.CognitiveServices.RaiEgressRuleActionType","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRuleMatch":"Microsoft.CognitiveServices.RaiEgressRuleMatch","com.azure.resourcemanager.cognitiveservices.models.RaiEgressRuleType":"Microsoft.CognitiveServices.RaiEgressRuleType","com.azure.resourcemanager.cognitiveservices.models.RaiEgressScheme":"Microsoft.CognitiveServices.RaiEgressScheme","com.azure.resourcemanager.cognitiveservices.models.RaiEgressSecretRef":"Microsoft.CognitiveServices.RaiEgressSecretRef","com.azure.resourcemanager.cognitiveservices.models.RaiExternalSafetyProviderSchemaProperties":"Microsoft.CognitiveServices.RaiExternalSafetyProviderSchemaProperties","com.azure.resourcemanager.cognitiveservices.models.RaiMonitorConfig":"Microsoft.CognitiveServices.RaiMonitorConfig","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyContentFilter":"Microsoft.CognitiveServices.RaiPolicyContentFilter","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyContentSource":"Microsoft.CognitiveServices.RaiPolicyContentSource","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyMode":"Microsoft.CognitiveServices.RaiPolicyMode","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyProperties":"Microsoft.CognitiveServices.RaiPolicyProperties","com.azure.resourcemanager.cognitiveservices.models.RaiPolicyType":"Microsoft.CognitiveServices.RaiPolicyType","com.azure.resourcemanager.cognitiveservices.models.RaiSafetyProviderConfig":"Microsoft.CognitiveServices.RaiSafetyProviderConfig","com.azure.resourcemanager.cognitiveservices.models.RaiToolLabelProperties":"Microsoft.CognitiveServices.RaiToolLabelProperties","com.azure.resourcemanager.cognitiveservices.models.RaiToolLabelPropertiesAccountScope":"Microsoft.CognitiveServices.RaiToolLabelPropertiesAccountScope","com.azure.resourcemanager.cognitiveservices.models.RaiToolLabelPropertiesProjectScopesItem":"Microsoft.CognitiveServices.RaiToolLabelPropertiesProjectScopesItem","com.azure.resourcemanager.cognitiveservices.models.RaiTopicProperties":"Microsoft.CognitiveServices.RaiTopicProperties","com.azure.resourcemanager.cognitiveservices.models.RegenerateKeyParameters":"Microsoft.CognitiveServices.RegenerateKeyParameters","com.azure.resourcemanager.cognitiveservices.models.RegionSetting":"Microsoft.CognitiveServices.RegionSetting","com.azure.resourcemanager.cognitiveservices.models.ReplacementConfig":"Microsoft.CognitiveServices.ReplacementConfig","com.azure.resourcemanager.cognitiveservices.models.RequestMatchPattern":"Microsoft.CognitiveServices.RequestMatchPattern","com.azure.resourcemanager.cognitiveservices.models.ResourceBase":"Microsoft.CognitiveServices.ResourceBase","com.azure.resourcemanager.cognitiveservices.models.ResourceIdentityType":"Microsoft.CognitiveServices.ResourceIdentityType","com.azure.resourcemanager.cognitiveservices.models.ResourceSkuRestrictionInfo":"Microsoft.CognitiveServices.ResourceSkuRestrictionInfo","com.azure.resourcemanager.cognitiveservices.models.ResourceSkuRestrictions":"Microsoft.CognitiveServices.ResourceSkuRestrictions","com.azure.resourcemanager.cognitiveservices.models.ResourceSkuRestrictionsReasonCode":"Microsoft.CognitiveServices.ResourceSkuRestrictionsReasonCode","com.azure.resourcemanager.cognitiveservices.models.ResourceSkuRestrictionsType":"Microsoft.CognitiveServices.ResourceSkuRestrictionsType","com.azure.resourcemanager.cognitiveservices.models.RoleBasedBuiltInAuthorizationPolicy":"Microsoft.CognitiveServices.RoleBasedBuiltInAuthorizationPolicy","com.azure.resourcemanager.cognitiveservices.models.RoutingMethods":"Microsoft.CognitiveServices.RoutingMethods","com.azure.resourcemanager.cognitiveservices.models.RoutingMode":"Microsoft.CognitiveServices.RoutingMode","com.azure.resourcemanager.cognitiveservices.models.RuleAction":"Microsoft.CognitiveServices.RuleAction","com.azure.resourcemanager.cognitiveservices.models.RuleCategory":"Microsoft.CognitiveServices.RuleCategory","com.azure.resourcemanager.cognitiveservices.models.RuleStatus":"Microsoft.CognitiveServices.RuleStatus","com.azure.resourcemanager.cognitiveservices.models.RuleType":"Microsoft.CognitiveServices.RuleType","com.azure.resourcemanager.cognitiveservices.models.SafetyProviderConfig":"Microsoft.CognitiveServices.SafetyProviderConfig","com.azure.resourcemanager.cognitiveservices.models.SasAuthTypeConnectionProperties":"Microsoft.CognitiveServices.SASAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.ScenarioType":"Microsoft.CognitiveServices.ScenarioType","com.azure.resourcemanager.cognitiveservices.models.ServicePrincipalAuthTypeConnectionProperties":"Microsoft.CognitiveServices.ServicePrincipalAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.ServiceTagOutboundRule":"Microsoft.CognitiveServices.ServiceTagOutboundRule","com.azure.resourcemanager.cognitiveservices.models.ServiceTagOutboundRuleDestination":"Microsoft.CognitiveServices.ServiceTagOutboundRuleDestination","com.azure.resourcemanager.cognitiveservices.models.ServiceTier":"Microsoft.CognitiveServices.ServiceTier","com.azure.resourcemanager.cognitiveservices.models.Sku":"Microsoft.CognitiveServices.Sku","com.azure.resourcemanager.cognitiveservices.models.SkuAvailability":"Microsoft.CognitiveServices.SkuAvailability","com.azure.resourcemanager.cognitiveservices.models.SkuCapability":"Microsoft.CognitiveServices.SkuCapability","com.azure.resourcemanager.cognitiveservices.models.SkuChangeInfo":"Microsoft.CognitiveServices.SkuChangeInfo","com.azure.resourcemanager.cognitiveservices.models.SkuTier":"Microsoft.CognitiveServices.SkuTier","com.azure.resourcemanager.cognitiveservices.models.SshSettings":"Microsoft.CognitiveServices.SshSettings","com.azure.resourcemanager.cognitiveservices.models.ThrottlingRule":"Microsoft.CognitiveServices.ThrottlingRule","com.azure.resourcemanager.cognitiveservices.models.TierUpgradePolicy":"Microsoft.CognitiveServices.TierUpgradePolicy","com.azure.resourcemanager.cognitiveservices.models.TrafficRoutingProtocol":"Microsoft.CognitiveServices.TrafficRoutingProtocol","com.azure.resourcemanager.cognitiveservices.models.TrafficRoutingRule":"Microsoft.CognitiveServices.TrafficRoutingRule","com.azure.resourcemanager.cognitiveservices.models.UnitType":"Microsoft.CognitiveServices.UnitType","com.azure.resourcemanager.cognitiveservices.models.UpgradeAvailabilityStatus":"Microsoft.CognitiveServices.UpgradeAvailabilityStatus","com.azure.resourcemanager.cognitiveservices.models.UserAssignedIdentity":"Microsoft.CognitiveServices.UserAssignedIdentity","com.azure.resourcemanager.cognitiveservices.models.UserOwnedAmlWorkspace":"Microsoft.CognitiveServices.UserOwnedAmlWorkspace","com.azure.resourcemanager.cognitiveservices.models.UserOwnedStorage":"Microsoft.CognitiveServices.UserOwnedStorage","com.azure.resourcemanager.cognitiveservices.models.UsernamePasswordAuthTypeConnectionProperties":"Microsoft.CognitiveServices.UsernamePasswordAuthTypeConnectionProperties","com.azure.resourcemanager.cognitiveservices.models.VersionedAgentReference":"Microsoft.CognitiveServices.VersionedAgentReference","com.azure.resourcemanager.cognitiveservices.models.VirtualNetworkRule":"Microsoft.CognitiveServices.VirtualNetworkRule","com.azure.resourcemanager.cognitiveservices.models.VmPriority":"Microsoft.CognitiveServices.VmPriority","com.azure.resourcemanager.cognitiveservices.models.WorkbenchProperties":"Microsoft.CognitiveServices.WorkbenchProperties"},"generatedFiles":["src/main/java/com/azure/resourcemanager/cognitiveservices/CognitiveServicesManager.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AccountCapabilityHostsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AccountConnectionsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AccountsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AgentApplicationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/AgentDeploymentsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ArcDeploymentsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CognitiveServicesManagementClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CommitmentPlansClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/CommitmentTiersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ComputeOperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ComputesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/DefenderForAISettingsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/DeletedAccountsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/DeploymentsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/EncryptionScopesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/LocationBasedModelCapacitiesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedComputeCapacitiesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedComputeDeploymentsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedComputeUsagesOperationGroupsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedNetworkProvisionsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ManagedNetworkSettingsOperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ModelCapacitiesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ModelsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/NetworkSecurityPerimeterConfigurationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/OperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/OutboundRulesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/OutboundRulesOperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/PrivateEndpointConnectionsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/PrivateLinkResourcesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ProjectCapabilityHostsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ProjectConnectionsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ProjectsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/QuotaTiersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiBlocklistItemsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiBlocklistsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiContentFiltersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiExternalSafetyProvidersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiExternalSafetyProvidersOperationsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiPoliciesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiToolLabelsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/RaiTopicsClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ResourceProvidersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/ResourceSkusClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/SubscriptionRaiPoliciesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/TestRaiExternalSafetyProvidersClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/UsagesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/WorkbenchesClient.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AccountInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AccountModelInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AccountSkuListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AgentApplicationInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AgentDeploymentInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/AgentReferenceResourceArmPaginatedResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ApiKeysInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ArcDeploymentInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CalculateModelCapacityResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CapabilityHostInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CommitmentPlanAccountAssociationInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CommitmentPlanAccountAssociationProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CommitmentPlanInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/CommitmentTierInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ComputeInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ComputeOperationStatusInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ConnectionPropertiesV2BasicResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/DefenderForAISettingInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/DefenderForAISettingProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/DeploymentInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/DomainAvailabilityInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/EncryptionScopeInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/EvaluateDeploymentPoliciesResponseInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedComputeCapacityInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedComputeDeploymentInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedComputeUsageInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedNetworkProvisionStatusInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedNetworkSettingsBasicResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedNetworkSettingsInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ManagedNetworkSettingsPropertiesBasicResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ModelCapacityListResultValueItemInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ModelInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/NetworkSecurityPerimeterConfigurationInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/OperationInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/OutboundRuleBasicResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/PrivateEndpointConnectionInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/PrivateEndpointConnectionListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/PrivateLinkResourceListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ProjectCapabilityHostInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ProjectInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/QuotaTierInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiBlocklistInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiBlocklistItemInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiContentFilterInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiExternalSafetyProviderSchemaInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiPolicyInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiToolLabelInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/RaiTopicInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/ResourceSkuInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/SkuAvailabilityListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/SkuResourceInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/UsageInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/UsageListResultInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/WorkbenchInner.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/models/package-info.java","src/main/java/com/azure/resourcemanager/cognitiveservices/fluent/package-info.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountCapabilityHostsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountCapabilityHostsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountConnectionsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountConnectionsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountModelImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountSkuListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentApplicationImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentApplicationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentApplicationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentDeploymentImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentDeploymentsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentDeploymentsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AgentReferenceResourceArmPaginatedResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ApiKeysImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ArcDeploymentsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CalculateModelCapacityResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CapabilityHostImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CognitiveServicesManagementClientBuilder.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CognitiveServicesManagementClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentPlanAccountAssociationImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentPlanImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentPlansClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentPlansImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentTierImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentTiersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentTiersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeOperationStatusImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputeOperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ComputesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ConnectionPropertiesV2BasicResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DefenderForAISettingImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DefenderForAISettingsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DefenderForAISettingsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeletedAccountsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeletedAccountsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeploymentImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeploymentsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeploymentsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DomainAvailabilityImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/EncryptionScopeImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/EncryptionScopesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/EncryptionScopesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/EvaluateDeploymentPoliciesResponseImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/LocationBasedModelCapacitiesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/LocationBasedModelCapacitiesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeCapacitiesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeCapacitiesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeCapacityImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeDeploymentImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeDeploymentsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeDeploymentsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeUsageImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeUsagesOperationGroupsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedComputeUsagesOperationGroupsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkProvisionStatusImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkProvisionsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkProvisionsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsBasicResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsOperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ManagedNetworkSettingsPropertiesBasicResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelCapacitiesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelCapacitiesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelCapacityListResultValueItemImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ModelsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/NetworkSecurityPerimeterConfigurationImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/NetworkSecurityPerimeterConfigurationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/NetworkSecurityPerimeterConfigurationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OperationImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRuleBasicResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRulesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRulesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRulesOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/OutboundRulesOperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateEndpointConnectionImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateEndpointConnectionListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateEndpointConnectionsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateEndpointConnectionsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateLinkResourceListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateLinkResourcesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/PrivateLinkResourcesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectCapabilityHostImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectCapabilityHostsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectCapabilityHostsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectConnectionsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectConnectionsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ProjectsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/QuotaTierImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/QuotaTiersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/QuotaTiersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistItemImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistItemsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistItemsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiBlocklistsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiContentFilterImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiContentFiltersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiContentFiltersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProviderSchemaImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProvidersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProvidersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProvidersOperationsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiExternalSafetyProvidersOperationsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiPoliciesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiPoliciesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiPolicyImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiToolLabelImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiToolLabelsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiToolLabelsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiTopicImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiTopicsClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/RaiTopicsImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceManagerUtils.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceProvidersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceProvidersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceSkuImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceSkusClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/ResourceSkusImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/SkuAvailabilityListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/SkuResourceImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/SubscriptionRaiPoliciesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/SubscriptionRaiPoliciesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/TestRaiExternalSafetyProvidersClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/TestRaiExternalSafetyProvidersImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/UsageImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/UsageListResultImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/UsagesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/UsagesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/WorkbenchImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/WorkbenchesClientImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/WorkbenchesImpl.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/AccountListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/AccountModelListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/AgentApplicationResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/AgentDeploymentResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ArcDeploymentListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/CapabilityHostResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/CommitmentPlanAccountAssociationListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/CommitmentPlanListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/CommitmentTierListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ComputeListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ConnectionPropertiesV2BasicResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/DefenderForAISettingResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/DeploymentListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/DeploymentSkuListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/EncryptionScopeListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ManagedComputeCapacityListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ManagedComputeDeploymentListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ManagedComputeUsageListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ManagedNetworkListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ModelCapacityListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ModelListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/NetworkSecurityPerimeterConfigurationList.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/OperationListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/OutboundRuleListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ProjectCapabilityHostResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ProjectListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/QuotaTierListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiBlockListItemsResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiBlockListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiContentFilterListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiExternalSafetyProviderResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiPolicyListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiToolLabelResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/RaiTopicResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/ResourceSkuListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/models/WorkbenchListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/package-info.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AadAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AbusePenalty.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AbusePenaltyAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccessKeyAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Account.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountCapabilityHosts.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountConnections.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountKeyAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountModel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AccountSkuListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Accounts.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ActionType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentApplication.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentApplications.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeploymentProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeploymentProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeploymentState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeploymentType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentDeployments.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentHostingConfiguration.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentHostingType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentProtocol.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentProtocolVersion.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentReference.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentReferenceProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgentReferenceResourceArmPaginatedResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgenticApplicationProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AgenticApplicationProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApiKeyAuthConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApiKeys.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApiProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApplicationAuthorizationPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ApplicationTrafficRoutingPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentComputeType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentCpuMemoryResourceRequirements.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentKubernetesResources.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentModel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentPatchCpuMemoryResourceRequirements.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentPatchKubernetesResources.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentProvisioningDetails.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentResourceRequirements.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentRuntime.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentSkuName.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentUpdate.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentUpdateProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeploymentVllmParameters.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ArcDeployments.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/AssignedIdentity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/BillingMeterInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/BuiltInAuthorizationScheme.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ByPassSelection.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CalculateModelCapacityParameter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CalculateModelCapacityResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CalculateModelCapacityResultEstimatedCapacity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CallRateLimit.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilityHost.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilityHostKind.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilityHostProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilityHostProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapabilitySettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CapacityConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ChannelsBuiltInAuthorizationPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CheckDomainAvailabilityParameter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CheckSkuAvailabilityParameter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ClusterComputeProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentCost.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPeriod.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlan.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlanAccountAssociation.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlanAssociation.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlanProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlanProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentPlans.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentQuota.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentTier.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CommitmentTiers.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Compute.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeOperationStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeOperationStatusProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeOperationStatusType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeOperations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ComputeType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Computes.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionAccessKey.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionAccountKey.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionApiKey.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionAuthType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionCategory.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionGroup.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionManagedIdentity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionOAuth2.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPersonalAccessToken.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPropertiesV2.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionPropertiesV2BasicResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionServicePrincipal.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionSharedAccessSignature.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionUpdateContent.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectionUsernamePassword.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ConnectivityEndpoints.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ContainerInstanceComputeProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ContentLevel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CustomBlocklistConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CustomKeys.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/CustomKeysConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DefenderForAISetting.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DefenderForAISettingState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DefenderForAISettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeletedAccounts.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Deployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentCapacitySettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentModel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentModelVersionUpgradeOption.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentPolicyEvaluationResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentRouting.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentScaleSettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentScaleType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentSizeCapacity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentSpeculativeDecoding.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeploymentState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Deployments.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DeprecationStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/DomainAvailability.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Encryption.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScope.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScopeProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScopeProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScopeState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EncryptionScopes.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EvaluateDeploymentPoliciesDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EvaluateDeploymentPoliciesDeploymentProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EvaluateDeploymentPoliciesRequest.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/EvaluateDeploymentPoliciesResponse.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/FirewallSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/FoundryAutoUpgrade.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/FoundryAutoUpgradeMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/FqdnOutboundRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/HostedAgentDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/HostingModel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Identity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IdentityKind.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IdentityManagementType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IdentityProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IpRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/IsolationMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/KeyName.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/KeySource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/KeyVaultProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/LocationBasedModelCapacities.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedAgentDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedClusterAgentHostingConfiguration.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeCapacities.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeCapacity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeCapacityProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeployment.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeploymentInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeploymentProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeploymentProvisioningDetails.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeploymentRoutes.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeDeployments.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeUsage.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedComputeUsagesOperationGroups.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedIdentityAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkKind.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkProvisionOptions.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkProvisionStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkProvisions.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsBasicResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsEx.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsOperations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkSettingsPropertiesBasicResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedNetworkStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedPERequirement.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ManagedPEStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/MetricName.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Model.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelCapacities.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelCapacityCalculatorWorkload.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelCapacityCalculatorWorkloadRequestParam.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelCapacityListResultValueItem.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelDeprecationInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelLifecycleStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ModelSkuCapacityProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Models.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/MultiRegionSettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkInjection.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkRuleAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkRuleSet.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterAccessRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterAccessRuleProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterConfiguration.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterConfigurationAssociationInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterConfigurationProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterConfigurations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NetworkSecurityPerimeterProfileInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NoneAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/NspAccessRuleDirection.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OAuth2AuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Operation.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OperationDisplay.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Operations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OrganizationSharedBuiltInAuthorizationPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Origin.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OutboundRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OutboundRuleBasicResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OutboundRules.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/OutboundRulesOperations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PatAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PatchResourceSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PatchResourceTags.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PatchResourceTagsAndSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PolicyAssignmentEvaluationDetails.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PolicyEvaluationOutcome.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PolicyExpressionEvaluationDetails.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Pool.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpoint.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnection.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnectionListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnectionProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointConnections.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointOutboundRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointOutboundRuleDestination.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateEndpointServiceConnectionStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkResourceListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkResourceProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkResources.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PrivateLinkServiceConnectionState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Project.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectCapabilityHost.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectCapabilityHostProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectCapabilityHosts.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectConnections.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProjectProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Projects.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProvisioningIssue.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProvisioningIssueProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ProvisioningState.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/PublicNetworkAccess.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaLimit.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaScopeType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaTier.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaTierProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaTierUpgradeEligibilityInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaTiers.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/QuotaUsageStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiActionType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklist.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistItem.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistItemBulkRequest.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistItemProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistItems.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklistProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiBlocklists.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiContentFilter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiContentFilterProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiContentFilters.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressDefaultAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressHeaderOperation.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressHeaderTransform.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressHeaderValueRef.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressManagedIdentityRef.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressPolicyConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRewriteTarget.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRuleAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRuleActionType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRuleMatch.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressRuleType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressScheme.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiEgressSecretRef.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiExternalSafetyProviderSchema.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiExternalSafetyProviderSchemaProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiExternalSafetyProviders.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiExternalSafetyProvidersOperations.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiMonitorConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicies.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyContentFilter.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyContentSource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiPolicyType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiSafetyProviderConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabel.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabelProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabelPropertiesAccountScope.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabelPropertiesProjectScopesItem.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiToolLabels.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiTopic.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiTopicProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RaiTopics.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RegenerateKeyParameters.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RegionSetting.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ReplacementConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RequestMatchPattern.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceBase.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceIdentityType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceProviders.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkuRestrictionInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkuRestrictions.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkuRestrictionsReasonCode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkuRestrictionsType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ResourceSkus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RoleBasedBuiltInAuthorizationPolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RoutingMethods.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RoutingMode.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RuleAction.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RuleCategory.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RuleStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/RuleType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SafetyProviderConfig.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SasAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ScenarioType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ServicePrincipalAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ServiceTagOutboundRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ServiceTagOutboundRuleDestination.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ServiceTier.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Sku.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuAvailability.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuAvailabilityListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuCapability.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuChangeInfo.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuResource.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SkuTier.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SshSettings.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/SubscriptionRaiPolicies.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/TestRaiExternalSafetyProviders.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/ThrottlingRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/TierUpgradePolicy.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/TrafficRoutingProtocol.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/TrafficRoutingRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UnitType.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UpgradeAvailabilityStatus.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Usage.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UsageListResult.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Usages.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UserAssignedIdentity.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UserOwnedAmlWorkspace.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UserOwnedStorage.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/UsernamePasswordAuthTypeConnectionProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/VersionedAgentReference.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/VirtualNetworkRule.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/VmPriority.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Workbench.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/WorkbenchProperties.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/Workbenches.java","src/main/java/com/azure/resourcemanager/cognitiveservices/models/package-info.java","src/main/java/com/azure/resourcemanager/cognitiveservices/package-info.java","src/main/java/module-info.java"]}
\ No newline at end of file
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-cognitiveservices/proxy-config.json b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-cognitiveservices/proxy-config.json
index 7434ab0c14a8..70c01bdb6226 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-cognitiveservices/proxy-config.json
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/resources/META-INF/native-image/com.azure.resourcemanager/azure-resourcemanager-cognitiveservices/proxy-config.json
@@ -1 +1 @@
-[["com.azure.resourcemanager.cognitiveservices.implementation.AccountCapabilityHostsClientImpl$AccountCapabilityHostsService"],["com.azure.resourcemanager.cognitiveservices.implementation.AccountConnectionsClientImpl$AccountConnectionsService"],["com.azure.resourcemanager.cognitiveservices.implementation.AccountsClientImpl$AccountsService"],["com.azure.resourcemanager.cognitiveservices.implementation.AgentApplicationsClientImpl$AgentApplicationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.AgentDeploymentsClientImpl$AgentDeploymentsService"],["com.azure.resourcemanager.cognitiveservices.implementation.CommitmentPlansClientImpl$CommitmentPlansService"],["com.azure.resourcemanager.cognitiveservices.implementation.CommitmentTiersClientImpl$CommitmentTiersService"],["com.azure.resourcemanager.cognitiveservices.implementation.ComputeOperationsClientImpl$ComputeOperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ComputesClientImpl$ComputesService"],["com.azure.resourcemanager.cognitiveservices.implementation.DefenderForAISettingsClientImpl$DefenderForAISettingsService"],["com.azure.resourcemanager.cognitiveservices.implementation.DeletedAccountsClientImpl$DeletedAccountsService"],["com.azure.resourcemanager.cognitiveservices.implementation.DeploymentsClientImpl$DeploymentsService"],["com.azure.resourcemanager.cognitiveservices.implementation.EncryptionScopesClientImpl$EncryptionScopesService"],["com.azure.resourcemanager.cognitiveservices.implementation.LocationBasedModelCapacitiesClientImpl$LocationBasedModelCapacitiesService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedComputeCapacitiesClientImpl$ManagedComputeCapacitiesService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedComputeDeploymentsClientImpl$ManagedComputeDeploymentsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedComputeUsagesOperationGroupsClientImpl$ManagedComputeUsagesOperationGroupsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedNetworkProvisionsClientImpl$ManagedNetworkProvisionsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedNetworkSettingsOperationsClientImpl$ManagedNetworkSettingsOperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ModelCapacitiesClientImpl$ModelCapacitiesService"],["com.azure.resourcemanager.cognitiveservices.implementation.ModelsClientImpl$ModelsService"],["com.azure.resourcemanager.cognitiveservices.implementation.NetworkSecurityPerimeterConfigurationsClientImpl$NetworkSecurityPerimeterConfigurationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.OperationsClientImpl$OperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.OutboundRulesClientImpl$OutboundRulesService"],["com.azure.resourcemanager.cognitiveservices.implementation.OutboundRulesOperationsClientImpl$OutboundRulesOperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.PrivateEndpointConnectionsClientImpl$PrivateEndpointConnectionsService"],["com.azure.resourcemanager.cognitiveservices.implementation.PrivateLinkResourcesClientImpl$PrivateLinkResourcesService"],["com.azure.resourcemanager.cognitiveservices.implementation.ProjectCapabilityHostsClientImpl$ProjectCapabilityHostsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ProjectConnectionsClientImpl$ProjectConnectionsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ProjectsClientImpl$ProjectsService"],["com.azure.resourcemanager.cognitiveservices.implementation.QuotaTiersClientImpl$QuotaTiersService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiBlocklistItemsClientImpl$RaiBlocklistItemsService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiBlocklistsClientImpl$RaiBlocklistsService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiContentFiltersClientImpl$RaiContentFiltersService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiExternalSafetyProvidersClientImpl$RaiExternalSafetyProvidersService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiExternalSafetyProvidersOperationsClientImpl$RaiExternalSafetyProvidersOperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiPoliciesClientImpl$RaiPoliciesService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiToolLabelsClientImpl$RaiToolLabelsService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiTopicsClientImpl$RaiTopicsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ResourceProvidersClientImpl$ResourceProvidersService"],["com.azure.resourcemanager.cognitiveservices.implementation.ResourceSkusClientImpl$ResourceSkusService"],["com.azure.resourcemanager.cognitiveservices.implementation.SubscriptionRaiPoliciesClientImpl$SubscriptionRaiPoliciesService"],["com.azure.resourcemanager.cognitiveservices.implementation.TestRaiExternalSafetyProvidersClientImpl$TestRaiExternalSafetyProvidersService"],["com.azure.resourcemanager.cognitiveservices.implementation.UsagesClientImpl$UsagesService"],["com.azure.resourcemanager.cognitiveservices.implementation.WorkbenchesClientImpl$WorkbenchesService"]]
\ No newline at end of file
+[["com.azure.resourcemanager.cognitiveservices.implementation.AccountCapabilityHostsClientImpl$AccountCapabilityHostsService"],["com.azure.resourcemanager.cognitiveservices.implementation.AccountConnectionsClientImpl$AccountConnectionsService"],["com.azure.resourcemanager.cognitiveservices.implementation.AccountsClientImpl$AccountsService"],["com.azure.resourcemanager.cognitiveservices.implementation.AgentApplicationsClientImpl$AgentApplicationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.AgentDeploymentsClientImpl$AgentDeploymentsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ArcDeploymentsClientImpl$ArcDeploymentsService"],["com.azure.resourcemanager.cognitiveservices.implementation.CommitmentPlansClientImpl$CommitmentPlansService"],["com.azure.resourcemanager.cognitiveservices.implementation.CommitmentTiersClientImpl$CommitmentTiersService"],["com.azure.resourcemanager.cognitiveservices.implementation.ComputeOperationsClientImpl$ComputeOperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ComputesClientImpl$ComputesService"],["com.azure.resourcemanager.cognitiveservices.implementation.DefenderForAISettingsClientImpl$DefenderForAISettingsService"],["com.azure.resourcemanager.cognitiveservices.implementation.DeletedAccountsClientImpl$DeletedAccountsService"],["com.azure.resourcemanager.cognitiveservices.implementation.DeploymentsClientImpl$DeploymentsService"],["com.azure.resourcemanager.cognitiveservices.implementation.EncryptionScopesClientImpl$EncryptionScopesService"],["com.azure.resourcemanager.cognitiveservices.implementation.LocationBasedModelCapacitiesClientImpl$LocationBasedModelCapacitiesService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedComputeCapacitiesClientImpl$ManagedComputeCapacitiesService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedComputeDeploymentsClientImpl$ManagedComputeDeploymentsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedComputeUsagesOperationGroupsClientImpl$ManagedComputeUsagesOperationGroupsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedNetworkProvisionsClientImpl$ManagedNetworkProvisionsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ManagedNetworkSettingsOperationsClientImpl$ManagedNetworkSettingsOperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ModelCapacitiesClientImpl$ModelCapacitiesService"],["com.azure.resourcemanager.cognitiveservices.implementation.ModelsClientImpl$ModelsService"],["com.azure.resourcemanager.cognitiveservices.implementation.NetworkSecurityPerimeterConfigurationsClientImpl$NetworkSecurityPerimeterConfigurationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.OperationsClientImpl$OperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.OutboundRulesClientImpl$OutboundRulesService"],["com.azure.resourcemanager.cognitiveservices.implementation.OutboundRulesOperationsClientImpl$OutboundRulesOperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.PrivateEndpointConnectionsClientImpl$PrivateEndpointConnectionsService"],["com.azure.resourcemanager.cognitiveservices.implementation.PrivateLinkResourcesClientImpl$PrivateLinkResourcesService"],["com.azure.resourcemanager.cognitiveservices.implementation.ProjectCapabilityHostsClientImpl$ProjectCapabilityHostsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ProjectConnectionsClientImpl$ProjectConnectionsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ProjectsClientImpl$ProjectsService"],["com.azure.resourcemanager.cognitiveservices.implementation.QuotaTiersClientImpl$QuotaTiersService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiBlocklistItemsClientImpl$RaiBlocklistItemsService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiBlocklistsClientImpl$RaiBlocklistsService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiContentFiltersClientImpl$RaiContentFiltersService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiExternalSafetyProvidersClientImpl$RaiExternalSafetyProvidersService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiExternalSafetyProvidersOperationsClientImpl$RaiExternalSafetyProvidersOperationsService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiPoliciesClientImpl$RaiPoliciesService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiToolLabelsClientImpl$RaiToolLabelsService"],["com.azure.resourcemanager.cognitiveservices.implementation.RaiTopicsClientImpl$RaiTopicsService"],["com.azure.resourcemanager.cognitiveservices.implementation.ResourceProvidersClientImpl$ResourceProvidersService"],["com.azure.resourcemanager.cognitiveservices.implementation.ResourceSkusClientImpl$ResourceSkusService"],["com.azure.resourcemanager.cognitiveservices.implementation.SubscriptionRaiPoliciesClientImpl$SubscriptionRaiPoliciesService"],["com.azure.resourcemanager.cognitiveservices.implementation.TestRaiExternalSafetyProvidersClientImpl$TestRaiExternalSafetyProvidersService"],["com.azure.resourcemanager.cognitiveservices.implementation.UsagesClientImpl$UsagesService"],["com.azure.resourcemanager.cognitiveservices.implementation.WorkbenchesClientImpl$WorkbenchesService"]]
\ No newline at end of file
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsCreateOrUpdateSamples.java
index e6fa5d8e32d9..5d254dbf3c07 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsCreateOrUpdateSamples.java
@@ -11,7 +11,7 @@
*/
public final class AccountCapabilityHostsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountCapabilityHost/createOrUpdate.json
+ * x-ms-original-file: 2026-07-15-preview/AccountCapabilityHost/createOrUpdate.json
*/
/**
* Sample code: CreateOrUpdate Account CapabilityHost.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsDeleteSamples.java
index 2fed637ce7ef..671ce356f055 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountCapabilityHostsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountCapabilityHost/delete.json
+ * x-ms-original-file: 2026-07-15-preview/AccountCapabilityHost/delete.json
*/
/**
* Sample code: Delete Account CapabilityHost.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsGetSamples.java
index 517bdaa7c131..6a3a782bdc6f 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountCapabilityHostsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountCapabilityHost/get.json
+ * x-ms-original-file: 2026-07-15-preview/AccountCapabilityHost/get.json
*/
/**
* Sample code: Get Account CapabilityHost.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsListSamples.java
index 005c5e96abd0..fbedf2b6b13f 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountCapabilityHostsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountCapabilityHost/list.json
+ * x-ms-original-file: 2026-07-15-preview/AccountCapabilityHost/list.json
*/
/**
* Sample code: List Account CapabilityHosts.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsCreateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsCreateSamples.java
index 7a95ca3b5647..5c5fc92248a4 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsCreateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsCreateSamples.java
@@ -4,7 +4,6 @@
package com.azure.resourcemanager.cognitiveservices.generated;
-import com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory;
import com.azure.resourcemanager.cognitiveservices.models.NoneAuthTypeConnectionProperties;
import java.time.OffsetDateTime;
@@ -14,7 +13,7 @@
*/
public final class AccountConnectionsCreateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/create.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/create.json
*/
/**
* Sample code: CreateAccountConnection.
@@ -24,11 +23,11 @@ public final class AccountConnectionsCreateSamples {
public static void
createAccountConnection(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
manager.accountConnections()
- .createWithResponse("resourceGroup-1", "account-1", "connection-1",
- new ConnectionPropertiesV2BasicResourceInner().withProperties(
- new NoneAuthTypeConnectionProperties().withCategory(ConnectionCategory.CONTAINER_REGISTRY)
- .withExpiryTime(OffsetDateTime.parse("2024-03-15T14:30:00Z"))
- .withTarget("[target url]")),
- com.azure.core.util.Context.NONE);
+ .define("connection-1")
+ .withExistingAccount("resourceGroup-1", "account-1")
+ .withProperties(new NoneAuthTypeConnectionProperties().withCategory(ConnectionCategory.CONTAINER_REGISTRY)
+ .withExpiryTime(OffsetDateTime.parse("2024-03-15T14:30:00Z"))
+ .withTarget("[target url]"))
+ .create();
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsDeleteSamples.java
index 24ddb0def666..f492ac9cb791 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountConnectionsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/delete.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/delete.json
*/
/**
* Sample code: DeleteAccountConnection.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsGetSamples.java
index e744c303ab23..ecfe3e702a49 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountConnectionsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/get.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/get.json
*/
/**
* Sample code: GetAccountConnection.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsListSamples.java
index 7813c3811137..1636e774d06c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountConnectionsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/list.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/list.json
*/
/**
* Sample code: ListAccountConnections.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsUpdateSamples.java
index f9cc388920c3..cc695fa918bd 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsUpdateSamples.java
@@ -7,7 +7,7 @@
import com.azure.resourcemanager.cognitiveservices.models.AccessKeyAuthTypeConnectionProperties;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionAccessKey;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory;
-import com.azure.resourcemanager.cognitiveservices.models.ConnectionUpdateContent;
+import com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2BasicResource;
import java.time.OffsetDateTime;
import java.util.HashMap;
import java.util.Map;
@@ -17,7 +17,7 @@
*/
public final class AccountConnectionsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AccountConnection/update.json
+ * x-ms-original-file: 2026-07-15-preview/AccountConnection/update.json
*/
/**
* Sample code: UpdateAccountConnection.
@@ -26,16 +26,17 @@ public final class AccountConnectionsUpdateSamples {
*/
public static void
updateAccountConnection(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
- manager.accountConnections()
- .updateWithResponse("test-rg", "account-1", "connection-1",
- new ConnectionUpdateContent().withProperties(
- new AccessKeyAuthTypeConnectionProperties().withCategory(ConnectionCategory.ADLSGEN2)
- .withExpiryTime(OffsetDateTime.parse("2020-01-01T00:00:00Z"))
- .withMetadata(mapOf())
- .withTarget("some_string")
- .withCredentials(new ConnectionAccessKey().withAccessKeyId("fakeTokenPlaceholder")
- .withSecretAccessKey("fakeTokenPlaceholder"))),
- com.azure.core.util.Context.NONE);
+ ConnectionPropertiesV2BasicResource resource = manager.accountConnections()
+ .getWithResponse("test-rg", "account-1", "connection-1", com.azure.core.util.Context.NONE)
+ .getValue();
+ resource.update()
+ .withProperties(new AccessKeyAuthTypeConnectionProperties().withCategory(ConnectionCategory.ADLSGEN2)
+ .withExpiryTime(OffsetDateTime.parse("2020-01-01T00:00:00Z"))
+ .withMetadata(mapOf())
+ .withTarget("some_string")
+ .withCredentials(new ConnectionAccessKey().withAccessKeyId("fakeTokenPlaceholder")
+ .withSecretAccessKey("fakeTokenPlaceholder")))
+ .apply();
}
// Use "Map.of" if available
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsCreateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsCreateSamples.java
index 56a3ea94e5a3..19b8557cc0ad 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsCreateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsCreateSamples.java
@@ -5,21 +5,26 @@
package com.azure.resourcemanager.cognitiveservices.generated;
import com.azure.resourcemanager.cognitiveservices.models.AccountProperties;
+import com.azure.resourcemanager.cognitiveservices.models.CapabilitySettings;
import com.azure.resourcemanager.cognitiveservices.models.Encryption;
import com.azure.resourcemanager.cognitiveservices.models.Identity;
import com.azure.resourcemanager.cognitiveservices.models.KeySource;
import com.azure.resourcemanager.cognitiveservices.models.KeyVaultProperties;
+import com.azure.resourcemanager.cognitiveservices.models.ManagedClusterAgentHostingConfiguration;
import com.azure.resourcemanager.cognitiveservices.models.ResourceIdentityType;
import com.azure.resourcemanager.cognitiveservices.models.Sku;
+import com.azure.resourcemanager.cognitiveservices.models.UserAssignedIdentity;
import com.azure.resourcemanager.cognitiveservices.models.UserOwnedStorage;
import java.util.Arrays;
+import java.util.HashMap;
+import java.util.Map;
/**
* Samples for Accounts Create.
*/
public final class AccountsCreateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateAccountMin.json
+ * x-ms-original-file: 2026-07-15-preview/CreateAccountMin.json
*/
/**
* Sample code: Create Account Min.
@@ -39,7 +44,7 @@ public static void createAccountMin(com.azure.resourcemanager.cognitiveservices.
}
/*
- * x-ms-original-file: 2026-05-15-preview/CreateAccount.json
+ * x-ms-original-file: 2026-07-15-preview/CreateAccount.json
*/
/**
* Sample code: Create Account.
@@ -57,10 +62,61 @@ public static void createAccount(com.azure.resourcemanager.cognitiveservices.Cog
.withKeyVersion("fakeTokenPlaceholder")
.withKeyVaultUri("fakeTokenPlaceholder")).withKeySource(KeySource.MICROSOFT_KEY_VAULT))
.withUserOwnedStorage(Arrays.asList(new UserOwnedStorage().withResourceId(
- "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount"))))
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount")))
+ .withCapabilitySettings(new CapabilitySettings().withDocumentStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/myCosmosAccount")
+ .withVectorStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Search/searchServices/mySearchService")
+ .withBlobStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount")))
.withKind("Emotion")
.withSku(new Sku().withName("S0"))
.withIdentity(new Identity().withType(ResourceIdentityType.SYSTEM_ASSIGNED))
.create();
}
+
+ /*
+ * x-ms-original-file: 2026-07-15-preview/CreateAccountWithAgentHostingConfiguration.json
+ */
+ /**
+ * Sample code: Create a Foundry account with customer-owned AKS hosting.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void createAFoundryAccountWithCustomerOwnedAKSHosting(
+ com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.accounts()
+ .define("foundryByocAccount")
+ .withExistingResourceGroup("myResourceGroup")
+ .withRegion("West US")
+ .withProperties(new AccountProperties().withAgentHostingConfigurations(
+ Arrays.asList(new ManagedClusterAgentHostingConfiguration().withName("default")
+ .withHostingManagementIdentityResourceId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/account-control-plane")
+ .withWorkloadIdentityResourceId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/aks-workload")
+ .withClusterResourceId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/managedClusters/cluster1")
+ .withStorageAccountResourceId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/storage1"))))
+ .withKind("AIServices")
+ .withSku(new Sku().withName("S0"))
+ .withIdentity(new Identity().withType(ResourceIdentityType.USER_ASSIGNED)
+ .withUserAssignedIdentities(mapOf(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/account-control-plane",
+ new UserAssignedIdentity())))
+ .create();
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsDeleteSamples.java
index 7a9820aebea2..0339d756b2cf 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteAccount.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteAccount.json
*/
/**
* Sample code: Delete Account.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsEvaluateDeploymentPoliciesSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsEvaluateDeploymentPoliciesSamples.java
index ead084195a58..804478e798d0 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsEvaluateDeploymentPoliciesSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsEvaluateDeploymentPoliciesSamples.java
@@ -15,7 +15,7 @@
*/
public final class AccountsEvaluateDeploymentPoliciesSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/EvaluateDeploymentPolicies.json
+ * x-ms-original-file: 2026-07-15-preview/EvaluateDeploymentPolicies.json
*/
/**
* Sample code: EvaluateDeploymentPolicies.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsGetByResourceGroupSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsGetByResourceGroupSamples.java
index 9c70e8e4394b..ab1548137351 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsGetByResourceGroupSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsGetByResourceGroupSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountsGetByResourceGroupSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetAccount.json
+ * x-ms-original-file: 2026-07-15-preview/GetAccount.json
*/
/**
* Sample code: Get Account.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListByResourceGroupSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListByResourceGroupSamples.java
index dba47dd07778..2434b9accd7b 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListByResourceGroupSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListByResourceGroupSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountsListByResourceGroupSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListAccountsByResourceGroup.json
+ * x-ms-original-file: 2026-07-15-preview/ListAccountsByResourceGroup.json
*/
/**
* Sample code: List Accounts by Resource Group.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListKeysSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListKeysSamples.java
index fa2dffc92a75..4352d46a42c9 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListKeysSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListKeysSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountsListKeysSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListKeys.json
+ * x-ms-original-file: 2026-07-15-preview/ListKeys.json
*/
/**
* Sample code: List Keys.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListModelsSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListModelsSamples.java
index 6979dbbb790e..a21bc1ae403b 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListModelsSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListModelsSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountsListModelsSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListAccountModels.json
+ * x-ms-original-file: 2026-07-15-preview/ListAccountModels.json
*/
/**
* Sample code: List AccountModels.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSamples.java
index 521449c942dc..58bb145adc76 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListAccountsBySubscription.json
+ * x-ms-original-file: 2026-07-15-preview/ListAccountsBySubscription.json
*/
/**
* Sample code: List Accounts by Subscription.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSkusSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSkusSamples.java
index d15ff0c73d49..ba57ee59e830 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSkusSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSkusSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountsListSkusSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListSkus.json
+ * x-ms-original-file: 2026-07-15-preview/ListSkus.json
*/
/**
* Sample code: List SKUs.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListUsagesSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListUsagesSamples.java
index 528140309a1e..47e1456ea5d3 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListUsagesSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListUsagesSamples.java
@@ -9,7 +9,7 @@
*/
public final class AccountsListUsagesSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetUsages.json
+ * x-ms-original-file: 2026-07-15-preview/GetUsages.json
*/
/**
* Sample code: Get Usages.
@@ -22,7 +22,7 @@ public static void getUsages(com.azure.resourcemanager.cognitiveservices.Cogniti
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetUsagesClassicScope.json
+ * x-ms-original-file: 2026-07-15-preview/GetUsagesClassicScope.json
*/
/**
* Sample code: Get Usages Classic Scope.
@@ -36,7 +36,7 @@ public static void getUsages(com.azure.resourcemanager.cognitiveservices.Cogniti
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetUsagesDataZoneScope.json
+ * x-ms-original-file: 2026-07-15-preview/GetUsagesDataZoneScope.json
*/
/**
* Sample code: Get Usages DataZone Scope.
@@ -50,7 +50,7 @@ public static void getUsages(com.azure.resourcemanager.cognitiveservices.Cogniti
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetUsagesGlobalScope.json
+ * x-ms-original-file: 2026-07-15-preview/GetUsagesGlobalScope.json
*/
/**
* Sample code: Get Usages Global Scope.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsRegenerateKeySamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsRegenerateKeySamples.java
index 037c89c5dce5..75edb655c10c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsRegenerateKeySamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsRegenerateKeySamples.java
@@ -12,7 +12,7 @@
*/
public final class AccountsRegenerateKeySamples {
/*
- * x-ms-original-file: 2026-05-15-preview/RegenerateKey.json
+ * x-ms-original-file: 2026-07-15-preview/RegenerateKey.json
*/
/**
* Sample code: Regenerate Keys.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsUpdateSamples.java
index 668ad0161777..56e6eb93a5b5 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsUpdateSamples.java
@@ -12,7 +12,7 @@
*/
public final class AccountsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateAccount.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateAccount.json
*/
/**
* Sample code: Update Account.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsCreateOrUpdateSamples.java
index 005e778b5cc5..d6497d03c080 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsCreateOrUpdateSamples.java
@@ -13,7 +13,7 @@
*/
public final class AgentApplicationsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/createOrUpdate.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/createOrUpdate.json
*/
/**
* Sample code: Create or Update Account Agent Application.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDeleteSamples.java
index 2bcb992adfcc..ac60bb43995e 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentApplicationsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/delete.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/delete.json
*/
/**
* Sample code: Delete Account Agent Application.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDisableSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDisableSamples.java
index 870361ff4eda..7851186972f6 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDisableSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDisableSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentApplicationsDisableSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/disable.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/disable.json
*/
/**
* Sample code: Disable Agent Application.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsEnableSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsEnableSamples.java
index 905989c91951..202618de889f 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsEnableSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsEnableSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentApplicationsEnableSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/enable.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/enable.json
*/
/**
* Sample code: Enable Agent Application.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsGetSamples.java
index 5fe70c9e4030..79f690788216 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentApplicationsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/get.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/get.json
*/
/**
* Sample code: Get Account Agent Application.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListAgentsSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListAgentsSamples.java
index adb8affe948a..5da902fafb0c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListAgentsSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListAgentsSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentApplicationsListAgentsSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/listAgents.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/listAgents.json
*/
/**
* Sample code: List Agents for Agent Application.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListSamples.java
index 4c8b497e6788..bfbe608e279a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListSamples.java
@@ -11,7 +11,7 @@
*/
public final class AgentApplicationsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentApplication/list.json
+ * x-ms-original-file: 2026-07-15-preview/AgentApplication/list.json
*/
/**
* Sample code: List Account Agent Applications.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsCreateOrUpdateSamples.java
index fc34c538bb13..2d282960ee0d 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsCreateOrUpdateSamples.java
@@ -16,7 +16,7 @@
*/
public final class AgentDeploymentsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/createOrUpdate.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/createOrUpdate.json
*/
/**
* Sample code: Create or Update Agent Deployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsDeleteSamples.java
index 64cac962aba1..bc74cafec5d9 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentDeploymentsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/delete.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/delete.json
*/
/**
* Sample code: Delete Agent Deployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsGetSamples.java
index 3f1d5766e9b1..8257d05ed871 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentDeploymentsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/get.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/get.json
*/
/**
* Sample code: Get Agent Deployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsListSamples.java
index 9b0f733c410b..6adb58b85460 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentDeploymentsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/list.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/list.json
*/
/**
* Sample code: List Agent Deployments.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStartSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStartSamples.java
index a3a485682c9a..5444d5872429 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStartSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStartSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentDeploymentsStartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/start.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/start.json
*/
/**
* Sample code: Start Agent Deployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStopSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStopSamples.java
index 964e8e12417d..bcd37941675a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStopSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStopSamples.java
@@ -9,7 +9,7 @@
*/
public final class AgentDeploymentsStopSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AgentDeployment/stop.json
+ * x-ms-original-file: 2026-07-15-preview/AgentDeployment/stop.json
*/
/**
* Sample code: Stop Agent Deployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsCreateOrUpdateSamples.java
new file mode 100644
index 000000000000..445f71adcba6
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsCreateOrUpdateSamples.java
@@ -0,0 +1,91 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentComputeType;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentModel;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentProperties;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentRuntime;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSku;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSkuName;
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * Samples for ArcDeployments CreateOrUpdate.
+ */
+public final class ArcDeploymentsCreateOrUpdateSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateArcDeployment.json
+ */
+ /**
+ * Sample code: CreateOrUpdateArcDeployment.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void
+ createOrUpdateArcDeployment(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments()
+ .define("phi-3-arc")
+ .withExistingAccount("resourceGroupName", "accountName")
+ .withProperties(new ArcDeploymentProperties()
+ .withModel(new ArcDeploymentModel().withFormat("OpenAI").withName("phi-3-mini"))
+ .withExtensionId(
+ "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroupName/providers/Microsoft.Kubernetes/connectedClusters/edge-cluster/providers/Microsoft.KubernetesConfiguration/extensions/inference-operator")
+ .withRuntime(ArcDeploymentRuntime.ONNX)
+ .withCompute(ArcDeploymentComputeType.CPU)
+ .withReplicas(2)
+ .withResources(new ArcDeploymentKubernetesResources()
+ .withRequests(new ArcDeploymentCpuMemoryResourceRequirements().withCpu("8").withMemory("16Gi"))
+ .withLimits(new ArcDeploymentResourceRequirements().withCpu("8").withMemory("16Gi")))
+ .withNodeSelector(mapOf("agentpool", "cpu")))
+ .withSku(new ArcDeploymentSku().withName(ArcDeploymentSkuName.ARC))
+ .create();
+ }
+
+ /*
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateArcDeploymentWithTemplate.json
+ */
+ /**
+ * Sample code: CreateOrUpdateArcDeploymentWithTemplate.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void createOrUpdateArcDeploymentWithTemplate(
+ com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments()
+ .define("qwen-template-arc")
+ .withExistingAccount("resourceGroupName", "accountName")
+ .withProperties(new ArcDeploymentProperties()
+ .withModel(new ArcDeploymentModel().withFormat("OpenAI").withName("qwen3"))
+ .withExtensionId(
+ "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroupName/providers/Microsoft.Kubernetes/connectedClusters/edge-cluster/providers/Microsoft.KubernetesConfiguration/extensions/inference-operator")
+ .withRuntime(ArcDeploymentRuntime.VLLM)
+ .withCompute(ArcDeploymentComputeType.GPU)
+ .withDeploymentTemplate(
+ "azureml://registries/azureml-openai-oss/deploymenttemplates/vllm-qwen--qwen3-5-0-8b/versions/1")
+ .withReplicas(2)
+ .withResources(new ArcDeploymentKubernetesResources()
+ .withLimits(new ArcDeploymentResourceRequirements().withGpu(5)))
+ .withNodeSelector(mapOf("agentpool", "a100")))
+ .withSku(new ArcDeploymentSku().withName(ArcDeploymentSkuName.ARC))
+ .create();
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsDeleteSamples.java
new file mode 100644
index 000000000000..50d69c36178a
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsDeleteSamples.java
@@ -0,0 +1,24 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+/**
+ * Samples for ArcDeployments Delete.
+ */
+public final class ArcDeploymentsDeleteSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/DeleteArcDeployment.json
+ */
+ /**
+ * Sample code: DeleteArcDeployment.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void
+ deleteArcDeployment(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments()
+ .delete("resourceGroupName", "accountName", "phi-3-arc", com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsGetSamples.java
new file mode 100644
index 000000000000..9dd30d6d2e98
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsGetSamples.java
@@ -0,0 +1,23 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+/**
+ * Samples for ArcDeployments Get.
+ */
+public final class ArcDeploymentsGetSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/GetArcDeployment.json
+ */
+ /**
+ * Sample code: GetArcDeployment.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void getArcDeployment(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments()
+ .getWithResponse("resourceGroupName", "accountName", "qwen-template-arc", com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsListSamples.java
new file mode 100644
index 000000000000..0d23bb4c9390
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsListSamples.java
@@ -0,0 +1,23 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+/**
+ * Samples for ArcDeployments List.
+ */
+public final class ArcDeploymentsListSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/ListArcDeployments.json
+ */
+ /**
+ * Sample code: ListArcDeployments.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void
+ listArcDeployments(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ manager.arcDeployments().list("resourceGroupName", "accountName", com.azure.core.util.Context.NONE);
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsUpdateSamples.java
new file mode 100644
index 000000000000..c87b64dcaabc
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsUpdateSamples.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.cognitiveservices.generated;
+
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeployment;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdateProperties;
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * Samples for ArcDeployments Update.
+ */
+public final class ArcDeploymentsUpdateSamples {
+ /*
+ * x-ms-original-file: 2026-07-15-preview/UpdateArcDeployment.json
+ */
+ /**
+ * Sample code: UpdateArcDeployment.
+ *
+ * @param manager Entry point to CognitiveServicesManager.
+ */
+ public static void
+ updateArcDeployment(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
+ ArcDeployment resource = manager.arcDeployments()
+ .getWithResponse("resourceGroupName", "accountName", "phi-3-arc", com.azure.core.util.Context.NONE)
+ .getValue();
+ resource.update()
+ .withProperties(new ArcDeploymentUpdateProperties().withReplicas(3)
+ .withResources(new ArcDeploymentPatchKubernetesResources()
+ .withRequests(
+ new ArcDeploymentPatchCpuMemoryResourceRequirements().withCpu("500m").withMemory("2Gi"))
+ .withLimits(new ArcDeploymentResourceRequirements().withCpu("4").withMemory("16Gi")))
+ .withNodeSelector(mapOf("agentpool", "cpu")))
+ .apply();
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdateAssociationSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdateAssociationSamples.java
index 70a18729b7ee..8539f46af412 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdateAssociationSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdateAssociationSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansCreateOrUpdateAssociationSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateSharedCommitmentPlanAssociation.json
+ * x-ms-original-file: 2026-07-15-preview/CreateSharedCommitmentPlanAssociation.json
*/
/**
* Sample code: PutCommitmentPlan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdatePlanSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdatePlanSamples.java
index 3c54b759eca1..7b1e1604debf 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdatePlanSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdatePlanSamples.java
@@ -14,7 +14,7 @@
*/
public final class CommitmentPlansCreateOrUpdatePlanSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateSharedCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/CreateSharedCommitmentPlan.json
*/
/**
* Sample code: Create Commitment Plan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdateSamples.java
index c14eb30e3f5f..fe295d90f3d4 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansCreateOrUpdateSamples.java
@@ -14,7 +14,7 @@
*/
public final class CommitmentPlansCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/PutCommitmentPlan.json
*/
/**
* Sample code: PutCommitmentPlan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeleteAssociationSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeleteAssociationSamples.java
index 06133a147fe0..1af8b587030d 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeleteAssociationSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeleteAssociationSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansDeleteAssociationSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteSharedCommitmentPlanAssociation.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteSharedCommitmentPlanAssociation.json
*/
/**
* Sample code: DeleteCommitmentPlan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeletePlanSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeletePlanSamples.java
index fda854e13b36..59dfb22384f3 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeletePlanSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeletePlanSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansDeletePlanSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteSharedCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteSharedCommitmentPlan.json
*/
/**
* Sample code: Delete Commitment Plan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeleteSamples.java
index 6b01e4a0004f..38f1df42a841 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteCommitmentPlan.json
*/
/**
* Sample code: DeleteCommitmentPlan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetAssociationSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetAssociationSamples.java
index 9844e44dede6..1b297d2ceb4e 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetAssociationSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetAssociationSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansGetAssociationSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetSharedCommitmentPlanAssociation.json
+ * x-ms-original-file: 2026-07-15-preview/GetSharedCommitmentPlanAssociation.json
*/
/**
* Sample code: GetCommitmentPlan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetByResourceGroupSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetByResourceGroupSamples.java
index eeae1e2158a1..2269071eb235 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetByResourceGroupSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetByResourceGroupSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansGetByResourceGroupSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetSharedCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/GetSharedCommitmentPlan.json
*/
/**
* Sample code: Get Commitment Plan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetSamples.java
index 9ee169c662fb..03a5359423d7 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/GetCommitmentPlan.json
*/
/**
* Sample code: GetCommitmentPlan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListAssociationsSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListAssociationsSamples.java
index aafec09d56c5..94bf9da36a0a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListAssociationsSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListAssociationsSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansListAssociationsSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListSharedCommitmentPlanAssociations.json
+ * x-ms-original-file: 2026-07-15-preview/ListSharedCommitmentPlanAssociations.json
*/
/**
* Sample code: ListCommitmentPlans.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListByResourceGroupSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListByResourceGroupSamples.java
index 53dfca5dfe97..c72ed290bf85 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListByResourceGroupSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListByResourceGroupSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansListByResourceGroupSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListSharedCommitmentPlansByResourceGroup.json
+ * x-ms-original-file: 2026-07-15-preview/ListSharedCommitmentPlansByResourceGroup.json
*/
/**
* Sample code: List Commitment Plans by Resource Group.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListPlansBySubscriptionSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListPlansBySubscriptionSamples.java
index 30acdd54e1d2..5d15fffddf0c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListPlansBySubscriptionSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListPlansBySubscriptionSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansListPlansBySubscriptionSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListSharedCommitmentPlansBySubscription.json
+ * x-ms-original-file: 2026-07-15-preview/ListSharedCommitmentPlansBySubscription.json
*/
/**
* Sample code: List Accounts by Subscription.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListSamples.java
index 723ae6fe4c70..075747ee365d 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansListSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentPlansListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListCommitmentPlans.json
+ * x-ms-original-file: 2026-07-15-preview/ListCommitmentPlans.json
*/
/**
* Sample code: ListCommitmentPlans.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansUpdatePlanSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansUpdatePlanSamples.java
index 1b2a80c73b6e..cb00f3f93747 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansUpdatePlanSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentPlansUpdatePlanSamples.java
@@ -13,7 +13,7 @@
*/
public final class CommitmentPlansUpdatePlanSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateSharedCommitmentPlan.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateSharedCommitmentPlan.json
*/
/**
* Sample code: Create Commitment Plan.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentTiersListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentTiersListSamples.java
index cd44d809293c..a2a5ae207556 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentTiersListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/CommitmentTiersListSamples.java
@@ -9,7 +9,7 @@
*/
public final class CommitmentTiersListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListCommitmentTiers.json
+ * x-ms-original-file: 2026-07-15-preview/ListCommitmentTiers.json
*/
/**
* Sample code: ListCommitmentTiers.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputeOperationsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputeOperationsGetSamples.java
index 2cb3534a9380..24f8de72b4e6 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputeOperationsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputeOperationsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class ComputeOperationsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetComputeOperationStatus.json
+ * x-ms-original-file: 2026-07-15-preview/GetComputeOperationStatus.json
*/
/**
* Sample code: GetComputeOperationStatus.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesCreateOrUpdateSamples.java
index e680d1c709c2..10102049c49c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesCreateOrUpdateSamples.java
@@ -21,7 +21,7 @@
*/
public final class ComputesCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/PutContainerInstanceCompute.json
*/
/**
* Sample code: PutContainerInstanceCompute.
@@ -33,12 +33,12 @@ public final class ComputesCreateOrUpdateSamples {
manager.computes()
.define("myContainerInstance")
.withExistingAccount("rgcognitiveservices", "myAccount")
- .withProperties(new ContainerInstanceComputeProperties().withTargetClusterId(
- "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rgcognitiveservices/providers/Microsoft.CognitiveServices/accounts/myAccount/computes/myCluster")
+ .withProperties(new ContainerInstanceComputeProperties().withLocation("eastus")
+ .withTargetClusterId(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rgcognitiveservices/providers/Microsoft.CognitiveServices/accounts/myAccount/computes/myCluster")
.withImageLink("mcr.microsoft.com/azureml/curated/pytorch-gpu:latest")
.withIdleTimeBeforeShutdown("PT30M")
.withSshSettings(new SshSettings().withSshPublicKey("fakeTokenPlaceholder").withAdminEnabled(true)))
- .withRegion("eastus")
.withIdentity(new Identity().withType(ResourceIdentityType.USER_ASSIGNED)
.withUserAssignedIdentities(mapOf(
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rgcognitiveservices/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myIdentity",
@@ -47,7 +47,7 @@ public final class ComputesCreateOrUpdateSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/PutCompute.json
+ * x-ms-original-file: 2026-07-15-preview/PutCompute.json
*/
/**
* Sample code: PutCompute.
@@ -58,14 +58,11 @@ public static void putCompute(com.azure.resourcemanager.cognitiveservices.Cognit
manager.computes()
.define("myCompute")
.withExistingAccount("rgcognitiveservices", "myAccount")
- .withProperties(new ClusterComputeProperties()
+ .withProperties(new ClusterComputeProperties().withLocation("eastus")
.withPools(Arrays.asList(new Pool().withName("default")
.withVmPriority(VmPriority.REGULAR)
.withInstanceType("Standard_DS3_v2")
- .withNodeCount(2)))
- .withSubnetArmId(
- "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rgcognitiveservices/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/default"))
- .withRegion("eastus")
+ .withNodeCount(2))))
.withIdentity(new Identity().withType(ResourceIdentityType.NONE))
.create();
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesDeleteSamples.java
index 900e213a0ec5..24a920a2f2fe 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class ComputesDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteCompute.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteCompute.json
*/
/**
* Sample code: DeleteCompute.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesGetSamples.java
index d52c8968ddce..c33fb0ad02b0 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class ComputesGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/GetContainerInstanceCompute.json
*/
/**
* Sample code: GetContainerInstanceCompute.
@@ -24,7 +24,7 @@ public final class ComputesGetSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetCompute.json
+ * x-ms-original-file: 2026-07-15-preview/GetCompute.json
*/
/**
* Sample code: GetCompute.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesListSamples.java
index 6cf3db3467de..bcbf20748361 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ComputesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListComputes.json
+ * x-ms-original-file: 2026-07-15-preview/ListComputes.json
*/
/**
* Sample code: ListComputes.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesRestartSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesRestartSamples.java
index 3a1be2a008a9..ed9e6970379b 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesRestartSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesRestartSamples.java
@@ -9,7 +9,7 @@
*/
public final class ComputesRestartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/RestartContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/RestartContainerInstanceCompute.json
*/
/**
* Sample code: RestartContainerInstanceCompute.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesStartSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesStartSamples.java
index 119246b41bae..313cdb6d1f45 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesStartSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesStartSamples.java
@@ -9,7 +9,7 @@
*/
public final class ComputesStartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/StartContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/StartContainerInstanceCompute.json
*/
/**
* Sample code: StartContainerInstanceCompute.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesStopSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesStopSamples.java
index f5ef317c3246..2aca9192c40b 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesStopSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesStopSamples.java
@@ -9,7 +9,7 @@
*/
public final class ComputesStopSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/StopContainerInstanceCompute.json
+ * x-ms-original-file: 2026-07-15-preview/StopContainerInstanceCompute.json
*/
/**
* Sample code: StopContainerInstanceCompute.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesUpdateSamples.java
deleted file mode 100644
index 0c73cef94d1d..000000000000
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ComputesUpdateSamples.java
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License.
-// Code generated by Microsoft (R) TypeSpec Code Generator.
-
-package com.azure.resourcemanager.cognitiveservices.generated;
-
-import com.azure.resourcemanager.cognitiveservices.models.ClusterComputeProperties;
-import com.azure.resourcemanager.cognitiveservices.models.Compute;
-import com.azure.resourcemanager.cognitiveservices.models.Pool;
-import com.azure.resourcemanager.cognitiveservices.models.VmPriority;
-import java.util.Arrays;
-
-/**
- * Samples for Computes Update.
- */
-public final class ComputesUpdateSamples {
- /*
- * x-ms-original-file: 2026-05-15-preview/UpdateCompute.json
- */
- /**
- * Sample code: UpdateCompute.
- *
- * @param manager Entry point to CognitiveServicesManager.
- */
- public static void updateCompute(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
- Compute resource = manager.computes()
- .getWithResponse("rgcognitiveservices", "myAccount", "myCompute", com.azure.core.util.Context.NONE)
- .getValue();
- resource.update()
- .withProperties(new ClusterComputeProperties().withPools(Arrays.asList(new Pool().withName("default")
- .withVmPriority(VmPriority.REGULAR)
- .withInstanceType("Standard_DS3_v2")
- .withNodeCount(4))))
- .apply();
- }
-}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsCreateOrUpdateSamples.java
index b0075d79184a..2613226553c1 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsCreateOrUpdateSamples.java
@@ -11,7 +11,7 @@
*/
public final class DefenderForAISettingsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutDefenderForAISetting.json
+ * x-ms-original-file: 2026-07-15-preview/PutDefenderForAISetting.json
*/
/**
* Sample code: PutDefenderForAISetting.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsGetSamples.java
index 34bde5e1687a..a54d38923216 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class DefenderForAISettingsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetDefenderForAISetting.json
+ * x-ms-original-file: 2026-07-15-preview/GetDefenderForAISetting.json
*/
/**
* Sample code: GetDefenderForAISetting.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsListSamples.java
index ce81fbc73c68..c8eccc4f7448 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class DefenderForAISettingsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListDefenderForAISetting.json
+ * x-ms-original-file: 2026-07-15-preview/ListDefenderForAISetting.json
*/
/**
* Sample code: ListDefenderForAISetting.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsUpdateSamples.java
index 6be3ed539a60..2eea08b864f9 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DefenderForAISettingsUpdateSamples.java
@@ -12,7 +12,7 @@
*/
public final class DefenderForAISettingsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateDefenderForAISetting.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateDefenderForAISetting.json
*/
/**
* Sample code: UpdateDefenderForAISetting.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsGetSamples.java
index 2ef3062452b9..221cf829a493 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class DeletedAccountsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetDeletedAccount.json
+ * x-ms-original-file: 2026-07-15-preview/GetDeletedAccount.json
*/
/**
* Sample code: Get Account.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsListSamples.java
index 2f51c8843bcb..9b35695aa670 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class DeletedAccountsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListDeletedAccountsBySubscription.json
+ * x-ms-original-file: 2026-07-15-preview/ListDeletedAccountsBySubscription.json
*/
/**
* Sample code: List Deleted Accounts by Subscription.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsPurgeSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsPurgeSamples.java
index a763818cbc4d..2fcf14c9aed9 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsPurgeSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeletedAccountsPurgeSamples.java
@@ -9,7 +9,7 @@
*/
public final class DeletedAccountsPurgeSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PurgeDeletedAccount.json
+ * x-ms-original-file: 2026-07-15-preview/PurgeDeletedAccount.json
*/
/**
* Sample code: Delete Account.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsCreateOrUpdateSamples.java
index 84ec2ee0000b..3d4d285a6a86 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsCreateOrUpdateSamples.java
@@ -16,7 +16,7 @@
*/
public final class DeploymentsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/PutDeployment.json
*/
/**
* Sample code: PutDeployment.
@@ -36,7 +36,7 @@ public static void putDeployment(com.azure.resourcemanager.cognitiveservices.Cog
}
/*
- * x-ms-original-file: 2026-05-15-preview/PutDeploymentWithSpeculativeDecoding.json
+ * x-ms-original-file: 2026-07-15-preview/PutDeploymentWithSpeculativeDecoding.json
*/
/**
* Sample code: PutDeploymentWithSpeculativeDecoding.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsDeleteSamples.java
index 327e79bd5dca..b02d666c743b 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class DeploymentsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteDeployment.json
*/
/**
* Sample code: DeleteDeployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsGetSamples.java
index f70e1d93c3dd..7bf71cb22867 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class DeploymentsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/GetDeployment.json
*/
/**
* Sample code: GetDeployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsListSamples.java
index 89eee765f7ca..3faf2f75ede1 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class DeploymentsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListDeployments.json
+ * x-ms-original-file: 2026-07-15-preview/ListDeployments.json
*/
/**
* Sample code: ListDeployments.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsListSkusSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsListSkusSamples.java
index 4d18fc093149..1889d8f60864 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsListSkusSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsListSkusSamples.java
@@ -9,7 +9,7 @@
*/
public final class DeploymentsListSkusSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListDeploymentSkus.json
+ * x-ms-original-file: 2026-07-15-preview/ListDeploymentSkus.json
*/
/**
* Sample code: ListDeploymentSkus.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsPauseSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsPauseSamples.java
index 66ec3d91b2e0..44b950a95fa7 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsPauseSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsPauseSamples.java
@@ -9,7 +9,7 @@
*/
public final class DeploymentsPauseSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PauseDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/PauseDeployment.json
*/
/**
* Sample code: PauseDeployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsResumeSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsResumeSamples.java
index fec046cc4fcb..12e960947794 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsResumeSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsResumeSamples.java
@@ -9,7 +9,7 @@
*/
public final class DeploymentsResumeSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ResumeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/ResumeDeployment.json
*/
/**
* Sample code: ResumeDeployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsUpdateSamples.java
index 5cc991bb07d1..62845e0cf85d 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/DeploymentsUpdateSamples.java
@@ -12,7 +12,7 @@
*/
public final class DeploymentsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateDeployment.json
*/
/**
* Sample code: UpdateDeployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesCreateOrUpdateSamples.java
index 1aba783397d5..d480d2189085 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesCreateOrUpdateSamples.java
@@ -14,7 +14,7 @@
*/
public final class EncryptionScopesCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutEncryptionScope.json
+ * x-ms-original-file: 2026-07-15-preview/PutEncryptionScope.json
*/
/**
* Sample code: PutEncryptionScope.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesDeleteSamples.java
index a280d483512b..474bf19a06ad 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class EncryptionScopesDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteEncryptionScope.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteEncryptionScope.json
*/
/**
* Sample code: DeleteEncryptionScope.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesGetSamples.java
index 51720b53352e..15122c738c60 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class EncryptionScopesGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetEncryptionScope.json
+ * x-ms-original-file: 2026-07-15-preview/GetEncryptionScope.json
*/
/**
* Sample code: GetEncryptionScope.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesListSamples.java
index a4572e6ff23f..e253cdb5d64a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/EncryptionScopesListSamples.java
@@ -9,7 +9,7 @@
*/
public final class EncryptionScopesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListEncryptionScopes.json
+ * x-ms-original-file: 2026-07-15-preview/ListEncryptionScopes.json
*/
/**
* Sample code: ListEncryptionScopes.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/LocationBasedModelCapacitiesListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/LocationBasedModelCapacitiesListSamples.java
index e71539cc8ee0..92fe4d0d9d3c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/LocationBasedModelCapacitiesListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/LocationBasedModelCapacitiesListSamples.java
@@ -9,7 +9,7 @@
*/
public final class LocationBasedModelCapacitiesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationBasedModelCapacitiesGlobalScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationBasedModelCapacitiesGlobalScope.json
*/
/**
* Sample code: ListLocationBasedModelCapacities Global Scope.
@@ -22,7 +22,7 @@ public static void listLocationBasedModelCapacitiesGlobalScope(
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationBasedModelCapacitiesClassicScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationBasedModelCapacitiesClassicScope.json
*/
/**
* Sample code: ListLocationBasedModelCapacities Classic Scope.
@@ -35,7 +35,7 @@ public static void listLocationBasedModelCapacitiesClassicScope(
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationBasedModelCapacitiesDataZoneScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationBasedModelCapacitiesDataZoneScope.json
*/
/**
* Sample code: ListLocationBasedModelCapacities DataZone Scope.
@@ -48,7 +48,7 @@ public static void listLocationBasedModelCapacitiesDataZoneScope(
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationBasedModelCapacities.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationBasedModelCapacities.json
*/
/**
* Sample code: ListLocationBasedModelCapacities.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeCapacitiesListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeCapacitiesListSamples.java
index ab0da1850021..226b09ed281f 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeCapacitiesListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeCapacitiesListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ManagedComputeCapacitiesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListManagedComputeCapacities.json
+ * x-ms-original-file: 2026-07-15-preview/ListManagedComputeCapacities.json
*/
/**
* Sample code: List Managed Compute Capacities.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsCreateOrUpdateSamples.java
index f2a5b297d96a..407addcf4f0e 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsCreateOrUpdateSamples.java
@@ -13,7 +13,7 @@
*/
public final class ManagedComputeDeploymentsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateOrUpdateManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateManagedComputeDeployment.json
*/
/**
* Sample code: CreateOrUpdateManagedComputeDeployment.
@@ -36,7 +36,7 @@ public static void createOrUpdateManagedComputeDeployment(
}
/*
- * x-ms-original-file: 2026-05-15-preview/CreateOrUpdateVmManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateVmManagedComputeDeployment.json
*/
/**
* Sample code: CreateOrUpdateVmManagedComputeDeployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsDeleteSamples.java
index 4fda929c504a..bf9707989bf0 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class ManagedComputeDeploymentsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteManagedComputeDeployment.json
*/
/**
* Sample code: DeleteManagedComputeDeployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsGetSamples.java
index 3a29b93864dc..779d250794c7 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class ManagedComputeDeploymentsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetVmManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/GetVmManagedComputeDeployment.json
*/
/**
* Sample code: GetVmManagedComputeDeployment.
@@ -23,7 +23,7 @@ public final class ManagedComputeDeploymentsGetSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/GetManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/GetManagedComputeDeployment.json
*/
/**
* Sample code: GetManagedComputeDeployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsListSamples.java
index 94e893fcfcff..065718505450 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ManagedComputeDeploymentsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListVmManagedComputeDeployments.json
+ * x-ms-original-file: 2026-07-15-preview/ListVmManagedComputeDeployments.json
*/
/**
* Sample code: ListVmManagedComputeDeployments.
@@ -22,7 +22,7 @@ public final class ManagedComputeDeploymentsListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListManagedComputeDeployments.json
+ * x-ms-original-file: 2026-07-15-preview/ListManagedComputeDeployments.json
*/
/**
* Sample code: ListManagedComputeDeployments.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsUpdateSamples.java
index 98cb7c2fb52e..242ed9c26efe 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeDeploymentsUpdateSamples.java
@@ -12,7 +12,7 @@
*/
public final class ManagedComputeDeploymentsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateVmManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateVmManagedComputeDeployment.json
*/
/**
* Sample code: UpdateVmManagedComputeDeployment.
@@ -28,7 +28,7 @@ public final class ManagedComputeDeploymentsUpdateSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateManagedComputeDeployment.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateManagedComputeDeployment.json
*/
/**
* Sample code: UpdateManagedComputeDeployment.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeUsagesOperationGroupListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeUsagesOperationGroupListSamples.java
index 0ac8a1c2bb88..e3008cfbd683 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeUsagesOperationGroupListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedComputeUsagesOperationGroupListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ManagedComputeUsagesOperationGroupListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListManagedComputeUsages.json
+ * x-ms-original-file: 2026-07-15-preview/ListManagedComputeUsages.json
*/
/**
* Sample code: List Managed Compute Usages.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkProvisionsProvisionManagedNetworkSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkProvisionsProvisionManagedNetworkSamples.java
index adea972c557e..685fc28c7609 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkProvisionsProvisionManagedNetworkSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkProvisionsProvisionManagedNetworkSamples.java
@@ -11,7 +11,7 @@
*/
public final class ManagedNetworkProvisionsProvisionManagedNetworkSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/provisionManagedNetwork.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/provisionManagedNetwork.json
*/
/**
* Sample code: Provision ManagedNetwork.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationDeleteSamples.java
index b41ed3982216..85e6a9d549f4 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class ManagedNetworkSettingsOperationDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/deleteManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/deleteManagedNetworkV2.json
*/
/**
* Sample code: Delete ManagedNetworkSettings.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationGetSamples.java
index 9e3ab67ef844..6b1e29591b24 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class ManagedNetworkSettingsOperationGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/getManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/getManagedNetworkV2.json
*/
/**
* Sample code: Get ManagedNetworkSettings.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationListSamples.java
index 7689969894d2..e1b91f328c00 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ManagedNetworkSettingsOperationListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/listManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/listManagedNetworkV2.json
*/
/**
* Sample code: List ManagedNetworkSettings.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationPatchSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationPatchSamples.java
index 5a9af27fe7af..ccf27d51808b 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationPatchSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationPatchSamples.java
@@ -19,7 +19,7 @@
*/
public final class ManagedNetworkSettingsOperationPatchSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/patchManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/patchManagedNetworkV2.json
*/
/**
* Sample code: Patch ManagedNetworkSettings.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationPutSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationPutSamples.java
index 9db5dac9be85..2be6245340c1 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationPutSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ManagedNetworkSettingsOperationPutSamples.java
@@ -18,7 +18,7 @@
*/
public final class ManagedNetworkSettingsOperationPutSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/createOrUpdateManagedNetworkV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/createOrUpdateManagedNetworkV2.json
*/
/**
* Sample code: Put ManagedNetworkSettings.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ModelCapacitiesListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ModelCapacitiesListSamples.java
index e36a2b7883f8..381204bce43d 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ModelCapacitiesListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ModelCapacitiesListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ModelCapacitiesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListModelCapacities.json
+ * x-ms-original-file: 2026-07-15-preview/ListModelCapacities.json
*/
/**
* Sample code: ListModelCapacities.
@@ -22,7 +22,7 @@ public final class ModelCapacitiesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListModelCapacitiesDataZoneScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListModelCapacitiesDataZoneScope.json
*/
/**
* Sample code: ListModelCapacities DataZone Scope.
@@ -35,7 +35,7 @@ public final class ModelCapacitiesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListModelCapacitiesGlobalScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListModelCapacitiesGlobalScope.json
*/
/**
* Sample code: ListModelCapacities Global Scope.
@@ -48,7 +48,7 @@ public final class ModelCapacitiesListSamples {
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListModelCapacitiesClassicScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListModelCapacitiesClassicScope.json
*/
/**
* Sample code: ListModelCapacities Classic Scope.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ModelsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ModelsListSamples.java
index 9b4c4c12104f..05aaf205547a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ModelsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ModelsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ModelsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListLocationModels.json
+ * x-ms-original-file: 2026-07-15-preview/ListLocationModels.json
*/
/**
* Sample code: ListLocationModels.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsGetSamples.java
index 561f2f55cdee..1fb54eb7ba0e 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class NetworkSecurityPerimeterConfigurationsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetNetworkSecurityPerimeterConfigurations.json
+ * x-ms-original-file: 2026-07-15-preview/GetNetworkSecurityPerimeterConfigurations.json
*/
/**
* Sample code: GetNetworkSecurityPerimeterConfigurations.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsListSamples.java
index d22d1477926d..78e826b3308e 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class NetworkSecurityPerimeterConfigurationsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListNetworkSecurityPerimeterConfigurations.json
+ * x-ms-original-file: 2026-07-15-preview/ListNetworkSecurityPerimeterConfigurations.json
*/
/**
* Sample code: ListNetworkSecurityPerimeterConfigurations.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsReconcileSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsReconcileSamples.java
index ee1a1df24a59..e8fee56b2352 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsReconcileSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/NetworkSecurityPerimeterConfigurationsReconcileSamples.java
@@ -9,7 +9,7 @@
*/
public final class NetworkSecurityPerimeterConfigurationsReconcileSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ReconcileNetworkSecurityPerimeterConfigurations.json
+ * x-ms-original-file: 2026-07-15-preview/ReconcileNetworkSecurityPerimeterConfigurations.json
*/
/**
* Sample code: ReconcileNetworkSecurityPerimeterConfigurations.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OperationsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OperationsListSamples.java
index 4c241603fd5a..90883da2f7f0 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OperationsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OperationsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class OperationsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetOperations.json
+ * x-ms-original-file: 2026-07-15-preview/GetOperations.json
*/
/**
* Sample code: Get Operations.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleCreateOrUpdateSamples.java
index 0cdbc3655b26..53cfdbc7fdc7 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleCreateOrUpdateSamples.java
@@ -13,7 +13,7 @@
*/
public final class OutboundRuleCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/createOrUpdateRuleV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/createOrUpdateRuleV2.json
*/
/**
* Sample code: CreateOrUpdate OutboundRule.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleDeleteSamples.java
index 7b9aad9899f5..41f259a93073 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class OutboundRuleDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/deleteRuleV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/deleteRuleV2.json
*/
/**
* Sample code: Delete OutboundRule.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleGetSamples.java
index d06ec96179d1..533b737cf31c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class OutboundRuleGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/getRuleV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/getRuleV2.json
*/
/**
* Sample code: Get OutboundRule.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleListSamples.java
index 9f7610ceaf40..83283b86e143 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRuleListSamples.java
@@ -9,7 +9,7 @@
*/
public final class OutboundRuleListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/listRuleV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/listRuleV2.json
*/
/**
* Sample code: List OutboundRules.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRulesOperationPostSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRulesOperationPostSamples.java
index 56f7a8d94ecf..89b6737b55a7 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRulesOperationPostSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/OutboundRulesOperationPostSamples.java
@@ -18,7 +18,7 @@
*/
public final class OutboundRulesOperationPostSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ManagedNetwork/postOutboundRulesV2.json
+ * x-ms-original-file: 2026-07-15-preview/ManagedNetwork/postOutboundRulesV2.json
*/
/**
* Sample code: Post OutboundRules.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsCreateOrUpdateSamples.java
index 648317812cfe..69b62707fe4f 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsCreateOrUpdateSamples.java
@@ -13,7 +13,7 @@
*/
public final class PrivateEndpointConnectionsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutPrivateEndpointConnection.json
+ * x-ms-original-file: 2026-07-15-preview/PutPrivateEndpointConnection.json
*/
/**
* Sample code: PutPrivateEndpointConnection.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsDeleteSamples.java
index c4891524ac73..d2e53036b4c8 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class PrivateEndpointConnectionsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeletePrivateEndpointConnection.json
+ * x-ms-original-file: 2026-07-15-preview/DeletePrivateEndpointConnection.json
*/
/**
* Sample code: DeletePrivateEndpointConnection.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsGetSamples.java
index 981d76d9a1fd..c6848d0f04d8 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class PrivateEndpointConnectionsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetPrivateEndpointConnection.json
+ * x-ms-original-file: 2026-07-15-preview/GetPrivateEndpointConnection.json
*/
/**
* Sample code: GetPrivateEndpointConnection.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsListSamples.java
index 20c652388774..980414346b1a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateEndpointConnectionsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class PrivateEndpointConnectionsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListPrivateEndpointConnections.json
+ * x-ms-original-file: 2026-07-15-preview/ListPrivateEndpointConnections.json
*/
/**
* Sample code: GetPrivateEndpointConnection.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateLinkResourcesListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateLinkResourcesListSamples.java
index e250dfeb8403..ff6a6110aa10 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateLinkResourcesListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/PrivateLinkResourcesListSamples.java
@@ -9,7 +9,7 @@
*/
public final class PrivateLinkResourcesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListPrivateLinkResources.json
+ * x-ms-original-file: 2026-07-15-preview/ListPrivateLinkResources.json
*/
/**
* Sample code: ListPrivateLinkResources.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsCreateOrUpdateSamples.java
index 712dfece8a49..bfdfbc7a88a1 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsCreateOrUpdateSamples.java
@@ -12,7 +12,7 @@
*/
public final class ProjectCapabilityHostsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectCapabilityHost/createOrUpdate.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectCapabilityHost/createOrUpdate.json
*/
/**
* Sample code: CreateOrUpdate Project CapabilityHost.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsDeleteSamples.java
index 45b435c82213..071d389248b0 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class ProjectCapabilityHostsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectCapabilityHost/delete.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectCapabilityHost/delete.json
*/
/**
* Sample code: Delete Project CapabilityHost.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsGetSamples.java
index 1ef7be9c70ad..89d955f3c9e7 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class ProjectCapabilityHostsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectCapabilityHost/get.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectCapabilityHost/get.json
*/
/**
* Sample code: Get Project CapabilityHost.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsListSamples.java
index 379a8d0eb687..838613baf633 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectCapabilityHostsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ProjectCapabilityHostsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectCapabilityHost/list.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectCapabilityHost/list.json
*/
/**
* Sample code: List Project CapabilityHosts.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsCreateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsCreateSamples.java
index da72125cc0bd..d28421dcbab4 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsCreateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsCreateSamples.java
@@ -4,6 +4,7 @@
package com.azure.resourcemanager.cognitiveservices.generated;
+import com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory;
import com.azure.resourcemanager.cognitiveservices.models.NoneAuthTypeConnectionProperties;
import java.time.OffsetDateTime;
@@ -13,7 +14,7 @@
*/
public final class ProjectConnectionsCreateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/create.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/create.json
*/
/**
* Sample code: CreateProjectConnection.
@@ -23,11 +24,11 @@ public final class ProjectConnectionsCreateSamples {
public static void
createProjectConnection(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
manager.projectConnections()
- .define("connection-1")
- .withExistingProject("resourceGroup-1", "account-1", "project-1")
- .withProperties(new NoneAuthTypeConnectionProperties().withCategory(ConnectionCategory.CONTAINER_REGISTRY)
- .withExpiryTime(OffsetDateTime.parse("2024-03-15T14:30:00Z"))
- .withTarget("[target url]"))
- .create();
+ .createWithResponse("resourceGroup-1", "account-1", "project-1", "connection-1",
+ new ConnectionPropertiesV2BasicResourceInner().withProperties(
+ new NoneAuthTypeConnectionProperties().withCategory(ConnectionCategory.CONTAINER_REGISTRY)
+ .withExpiryTime(OffsetDateTime.parse("2024-03-15T14:30:00Z"))
+ .withTarget("[target url]")),
+ com.azure.core.util.Context.NONE);
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsDeleteSamples.java
index 859d51d68ba3..fab801fd0ac3 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class ProjectConnectionsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/delete.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/delete.json
*/
/**
* Sample code: DeleteProjectConnection.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsGetSamples.java
index 99479ee3c96f..3a21da874f30 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class ProjectConnectionsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/get.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/get.json
*/
/**
* Sample code: GetProjectConnection.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsListSamples.java
index 870a98ee592e..a72f02732f45 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ProjectConnectionsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/list.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/list.json
*/
/**
* Sample code: ListProjectConnection.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsUpdateSamples.java
index e77449052710..83118dd6ba08 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectConnectionsUpdateSamples.java
@@ -7,7 +7,7 @@
import com.azure.resourcemanager.cognitiveservices.models.AccessKeyAuthTypeConnectionProperties;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionAccessKey;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory;
-import com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2BasicResource;
+import com.azure.resourcemanager.cognitiveservices.models.ConnectionUpdateContent;
import java.time.OffsetDateTime;
import java.util.HashMap;
import java.util.Map;
@@ -17,7 +17,7 @@
*/
public final class ProjectConnectionsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ProjectConnection/update.json
+ * x-ms-original-file: 2026-07-15-preview/ProjectConnection/update.json
*/
/**
* Sample code: UpdateProjectConnection.
@@ -26,17 +26,16 @@ public final class ProjectConnectionsUpdateSamples {
*/
public static void
updateProjectConnection(com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager manager) {
- ConnectionPropertiesV2BasicResource resource = manager.projectConnections()
- .getWithResponse("test-rg", "account-1", "project-1", "connection-1", com.azure.core.util.Context.NONE)
- .getValue();
- resource.update()
- .withProperties(new AccessKeyAuthTypeConnectionProperties().withCategory(ConnectionCategory.ADLSGEN2)
- .withExpiryTime(OffsetDateTime.parse("2020-01-01T00:00:00Z"))
- .withMetadata(mapOf())
- .withTarget("some_string")
- .withCredentials(new ConnectionAccessKey().withAccessKeyId("fakeTokenPlaceholder")
- .withSecretAccessKey("fakeTokenPlaceholder")))
- .apply();
+ manager.projectConnections()
+ .updateWithResponse("test-rg", "account-1", "project-1", "connection-1",
+ new ConnectionUpdateContent().withProperties(
+ new AccessKeyAuthTypeConnectionProperties().withCategory(ConnectionCategory.ADLSGEN2)
+ .withExpiryTime(OffsetDateTime.parse("2020-01-01T00:00:00Z"))
+ .withMetadata(mapOf())
+ .withTarget("some_string")
+ .withCredentials(new ConnectionAccessKey().withAccessKeyId("fakeTokenPlaceholder")
+ .withSecretAccessKey("fakeTokenPlaceholder"))),
+ com.azure.core.util.Context.NONE);
}
// Use "Map.of" if available
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsCreateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsCreateSamples.java
index 3c8140ae8e3d..b5b01437ae69 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsCreateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsCreateSamples.java
@@ -4,6 +4,7 @@
package com.azure.resourcemanager.cognitiveservices.generated;
+import com.azure.resourcemanager.cognitiveservices.models.CapabilitySettings;
import com.azure.resourcemanager.cognitiveservices.models.Identity;
import com.azure.resourcemanager.cognitiveservices.models.ProjectProperties;
import com.azure.resourcemanager.cognitiveservices.models.ResourceIdentityType;
@@ -13,7 +14,7 @@
*/
public final class ProjectsCreateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateProjectMin.json
+ * x-ms-original-file: 2026-07-15-preview/CreateProjectMin.json
*/
/**
* Sample code: Create Project Min.
@@ -31,7 +32,7 @@ public static void createProjectMin(com.azure.resourcemanager.cognitiveservices.
}
/*
- * x-ms-original-file: 2026-05-15-preview/CreateProject.json
+ * x-ms-original-file: 2026-07-15-preview/CreateProject.json
*/
/**
* Sample code: Create Project.
@@ -43,8 +44,12 @@ public static void createProject(com.azure.resourcemanager.cognitiveservices.Cog
.define("testProject1")
.withExistingAccount("myResourceGroup", "testCreate1")
.withRegion("West US")
- .withProperties(
- new ProjectProperties().withDisplayName("p1").withDescription("Description of this project"))
+ .withProperties(new ProjectProperties().withDisplayName("p1")
+ .withDescription("Description of this project")
+ .withCapabilitySettings(new CapabilitySettings().withDocumentStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/myProjectCosmosAccount")
+ .withVectorStore(
+ "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroup/providers/Microsoft.Search/searchServices/myProjectSearchService")))
.withIdentity(new Identity().withType(ResourceIdentityType.SYSTEM_ASSIGNED))
.create();
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsDeleteSamples.java
index aac9ce10b85d..56c3b147fd77 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class ProjectsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteProject.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteProject.json
*/
/**
* Sample code: Delete Project.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsGetSamples.java
index dcf6761f5f12..2eabbd3a52f5 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class ProjectsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetProject.json
+ * x-ms-original-file: 2026-07-15-preview/GetProject.json
*/
/**
* Sample code: Get Project.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsListSamples.java
index 8ee37e1f0e43..e470e30f56d9 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ProjectsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListProjects.json
+ * x-ms-original-file: 2026-07-15-preview/ListProjects.json
*/
/**
* Sample code: List Project.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsUpdateSamples.java
index 70f0a267950f..585e7866b345 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ProjectsUpdateSamples.java
@@ -12,7 +12,7 @@
*/
public final class ProjectsUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateProjects.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateProjects.json
*/
/**
* Sample code: Update Project.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersCreateOrUpdateSamples.java
index aef91d3dc38d..41223c5a4a61 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersCreateOrUpdateSamples.java
@@ -12,7 +12,7 @@
*/
public final class QuotaTiersCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CreateOrUpdateQuotaTier.json
+ * x-ms-original-file: 2026-07-15-preview/CreateOrUpdateQuotaTier.json
*/
/**
* Sample code: Update the quota tier resource for a subscription.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersGetSamples.java
index 446dd11746ec..07851d5aed6f 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class QuotaTiersGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetQuotaTier.json
+ * x-ms-original-file: 2026-07-15-preview/GetQuotaTier.json
*/
/**
* Sample code: Get the Quota Tier information for a subscription.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersListSamples.java
index 10492b2b47e8..eac1d7c0dfa8 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersListSamples.java
@@ -9,7 +9,7 @@
*/
public final class QuotaTiersListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListQuotaTiers.json
+ * x-ms-original-file: 2026-07-15-preview/ListQuotaTiers.json
*/
/**
* Sample code: List the Quota Tier for a subscription.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersUpdateSamples.java
index f0c58cd816dd..7056e687005b 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/QuotaTiersUpdateSamples.java
@@ -13,7 +13,7 @@
*/
public final class QuotaTiersUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateQuotaTier.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateQuotaTier.json
*/
/**
* Sample code: Update the quota tier resource for a subscription.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsBatchAddSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsBatchAddSamples.java
index d00db0349b7b..0a8f3c75a014 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsBatchAddSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsBatchAddSamples.java
@@ -13,7 +13,7 @@
*/
public final class RaiBlocklistItemsBatchAddSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/AddRaiBlocklistItems.json
+ * x-ms-original-file: 2026-07-15-preview/AddRaiBlocklistItems.json
*/
/**
* Sample code: AddRaiBlocklistItems.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsBatchDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsBatchDeleteSamples.java
index bd16721490a7..629948d94328 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsBatchDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsBatchDeleteSamples.java
@@ -11,7 +11,7 @@
*/
public final class RaiBlocklistItemsBatchDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiBlocklistItems.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiBlocklistItems.json
*/
/**
* Sample code: DeleteRaiBlocklistItems.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsCreateOrUpdateSamples.java
index 51c488fe1bf4..65a8f0bac6ef 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsCreateOrUpdateSamples.java
@@ -11,7 +11,7 @@
*/
public final class RaiBlocklistItemsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiBlocklistItem.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiBlocklistItem.json
*/
/**
* Sample code: PutRaiBlocklistItem.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsDeleteSamples.java
index 1d626146124d..cfecf60ae5d0 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiBlocklistItemsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiBlocklistItem.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiBlocklistItem.json
*/
/**
* Sample code: DeleteRaiBlocklistItem.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsGetSamples.java
index bd89db1e5028..234b20805887 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiBlocklistItemsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiBlocklistItem.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiBlocklistItem.json
*/
/**
* Sample code: GetRaiBlocklistItem.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsListSamples.java
index a234e1e2b5c6..c6bce5e4c3a6 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistItemsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiBlocklistItemsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListBlocklistItems.json
+ * x-ms-original-file: 2026-07-15-preview/ListBlocklistItems.json
*/
/**
* Sample code: ListBlocklistItems.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsCreateOrUpdateSamples.java
index 2f1963039d7b..7e6459bd126f 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsCreateOrUpdateSamples.java
@@ -11,7 +11,7 @@
*/
public final class RaiBlocklistsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiBlocklist.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiBlocklist.json
*/
/**
* Sample code: PutRaiBlocklist.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsDeleteSamples.java
index 75aa966dc026..fa4285a6c059 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiBlocklistsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiBlocklist.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiBlocklist.json
*/
/**
* Sample code: DeleteRaiBlocklist.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsGetSamples.java
index 24ebd6f18bd0..090d51fe0321 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiBlocklistsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiBlocklist.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiBlocklist.json
*/
/**
* Sample code: GetRaiBlocklist.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsListSamples.java
index 94cb32b5048c..68b5192dd5fb 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiBlocklistsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiBlocklistsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListBlocklists.json
+ * x-ms-original-file: 2026-07-15-preview/ListBlocklists.json
*/
/**
* Sample code: ListBlocklists.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiContentFiltersGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiContentFiltersGetSamples.java
index 18c4184e1981..c8da20242841 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiContentFiltersGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiContentFiltersGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiContentFiltersGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiContentFilter.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiContentFilter.json
*/
/**
* Sample code: GetRaiContentFilters.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiContentFiltersListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiContentFiltersListSamples.java
index d6654b37a2cd..0c5d2a1dade2 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiContentFiltersListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiContentFiltersListSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiContentFiltersListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiContentFilters.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiContentFilters.json
*/
/**
* Sample code: ListRaiContentFilters.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderCreateOrUpdateSamples.java
index bc4420390c8b..de3e757a670d 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderCreateOrUpdateSamples.java
@@ -12,7 +12,7 @@
*/
public final class RaiExternalSafetyProviderCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiExternalSafetyProvider.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiExternalSafetyProvider.json
*/
/**
* Sample code: PutRaiExternalSafetyProvider.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderDeleteSamples.java
index b46796a417ae..52854a0719c2 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiExternalSafetyProviderDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiExternalSafetyProvider.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiExternalSafetyProvider.json
*/
/**
* Sample code: DeleteRaiTopic.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderGetSamples.java
index 7d4e691d521d..733e562199f5 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProviderGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiExternalSafetyProviderGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiExternalSafetyProvider.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiExternalSafetyProvider.json
*/
/**
* Sample code: GetRaiExternalSafetyProvider.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProvidersOperationListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProvidersOperationListSamples.java
index 539b08b7bbbf..09f9800495d9 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProvidersOperationListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiExternalSafetyProvidersOperationListSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiExternalSafetyProvidersOperationListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiExternalSafetyProviders.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiExternalSafetyProviders.json
*/
/**
* Sample code: ListRaiExternalSafetyProviders.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesCreateOrUpdateSamples.java
index a59fc375612b..89d8af3fd2f4 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesCreateOrUpdateSamples.java
@@ -30,7 +30,7 @@
*/
public final class RaiPoliciesCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiPolicy.json
*/
/**
* Sample code: PutRaiPolicy.
@@ -104,7 +104,7 @@ public static void putRaiPolicy(com.azure.resourcemanager.cognitiveservices.Cogn
}
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiPolicyWithEgress.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiPolicyWithEgress.json
*/
/**
* Sample code: PutRaiPolicyWithEgress.
@@ -117,6 +117,7 @@ public static void putRaiPolicy(com.azure.resourcemanager.cognitiveservices.Cogn
.define("egress-baseline")
.withExistingAccount("resourceGroupName", "accountName")
.withProperties(new RaiPolicyProperties().withBasePolicyName("Microsoft.Default")
+ .withContentFilters(Arrays.asList())
.withEgressPolicy(new RaiEgressPolicyConfig().withMode(RaiEgressMode.ENFORCED)
.withDefaultAction(RaiEgressDefaultAction.DENY)
.withDescription("Corporate baseline egress policy for sandboxed agents")
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesDeleteSamples.java
index 865743577f7e..aa2fbbf1cef7 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiPoliciesDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiPolicy.json
*/
/**
* Sample code: DeleteRaiPolicy.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesGetSamples.java
index c5ccc5d2cc9e..1a0ee3ab2dbf 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiPoliciesGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiPolicy.json
*/
/**
* Sample code: GetRaiPolicy.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesListSamples.java
index 5c26ad1240cb..3e7fe14b1363 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiPoliciesListSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiPoliciesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiPolicies.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiPolicies.json
*/
/**
* Sample code: ListRaiPolicies.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsCreateOrUpdateSamples.java
index 1085d2232ab6..62dda7f0b22d 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsCreateOrUpdateSamples.java
@@ -16,7 +16,7 @@
*/
public final class RaiToolLabelsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiToolLabel.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiToolLabel.json
*/
/**
* Sample code: PutRaiToolLabel.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsDeleteSamples.java
index cc4e9ef2fb77..5f5e2a08ec0e 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiToolLabelsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiToolLabel.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiToolLabel.json
*/
/**
* Sample code: DeleteRaiToolLabel.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsGetSamples.java
index f0ce017e4f16..8c4183392995 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiToolLabelsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiToolLabel.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiToolLabel.json
*/
/**
* Sample code: GetRaiToolLabel.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsListSamples.java
index 747158538fbe..b31e3e3edddd 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiToolLabelsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiToolLabelsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiToolLabels.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiToolLabels.json
*/
/**
* Sample code: ListRaiToolLabels.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsCreateOrUpdateSamples.java
index 368df7aee44c..56477725935a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsCreateOrUpdateSamples.java
@@ -11,7 +11,7 @@
*/
public final class RaiTopicsCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutRaiTopic.json
+ * x-ms-original-file: 2026-07-15-preview/PutRaiTopic.json
*/
/**
* Sample code: PutRaiTopic.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsDeleteSamples.java
index e6bd2e47f436..affcf515ed1a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiTopicsDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteRaiTopic.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteRaiTopic.json
*/
/**
* Sample code: DeleteRaiTopic.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsGetSamples.java
index 02a3f0f6f792..5992d1959ae6 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiTopicsGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetRaiTopic.json
+ * x-ms-original-file: 2026-07-15-preview/GetRaiTopic.json
*/
/**
* Sample code: GetRaiTopic.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsListSamples.java
index 1b9e2a0c14b6..d0eec72ee1e3 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/RaiTopicsListSamples.java
@@ -9,7 +9,7 @@
*/
public final class RaiTopicsListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListRaiTopics.json
+ * x-ms-original-file: 2026-07-15-preview/ListRaiTopics.json
*/
/**
* Sample code: ListRaiTopics.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCalculateModelCapacitySamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCalculateModelCapacitySamples.java
index a335e372482d..56d321001d91 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCalculateModelCapacitySamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCalculateModelCapacitySamples.java
@@ -15,7 +15,7 @@
*/
public final class ResourceProviderCalculateModelCapacitySamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CalculateModelCapacity.json
+ * x-ms-original-file: 2026-07-15-preview/CalculateModelCapacity.json
*/
/**
* Sample code: Calculate Model Capacity.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCheckDomainAvailabilitySamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCheckDomainAvailabilitySamples.java
index 520efa6c8735..93e815b4fed7 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCheckDomainAvailabilitySamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCheckDomainAvailabilitySamples.java
@@ -11,7 +11,7 @@
*/
public final class ResourceProviderCheckDomainAvailabilitySamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CheckDomainAvailability.json
+ * x-ms-original-file: 2026-07-15-preview/CheckDomainAvailability.json
*/
/**
* Sample code: Check SKU Availability.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCheckSkuAvailabilitySamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCheckSkuAvailabilitySamples.java
index c136cb191cc7..29232471dcdc 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCheckSkuAvailabilitySamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceProviderCheckSkuAvailabilitySamples.java
@@ -12,7 +12,7 @@
*/
public final class ResourceProviderCheckSkuAvailabilitySamples {
/*
- * x-ms-original-file: 2026-05-15-preview/CheckSkuAvailability.json
+ * x-ms-original-file: 2026-07-15-preview/CheckSkuAvailability.json
*/
/**
* Sample code: Check SKU Availability.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceSkusListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceSkusListSamples.java
index cee9b81cd76f..1ebf8702a768 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceSkusListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/ResourceSkusListSamples.java
@@ -9,7 +9,7 @@
*/
public final class ResourceSkusListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetSkus.json
+ * x-ms-original-file: 2026-07-15-preview/GetSkus.json
*/
/**
* Sample code: Regenerate Keys.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyCreateOrUpdateSamples.java
index a2807fd65e24..adbe7f7b41f3 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyCreateOrUpdateSamples.java
@@ -17,7 +17,7 @@
*/
public final class SubscriptionRaiPolicyCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutSubscriptionRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/PutSubscriptionRaiPolicy.json
*/
/**
* Sample code: PutRaiPolicy.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyDeleteSamples.java
index b0b880f6e72c..b24e2c9d2384 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class SubscriptionRaiPolicyDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteSubscriptionRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteSubscriptionRaiPolicy.json
*/
/**
* Sample code: DeleteRaiPolicy.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyGetSamples.java
index 8f34c5a2edae..ee362b07f887 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/SubscriptionRaiPolicyGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class SubscriptionRaiPolicyGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetSubscriptionRaiPolicy.json
+ * x-ms-original-file: 2026-07-15-preview/GetSubscriptionRaiPolicy.json
*/
/**
* Sample code: GetRaiPolicy.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/TestRaiExternalSafetyProviderCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/TestRaiExternalSafetyProviderCreateOrUpdateSamples.java
index daa2ff61146d..8fc619137a27 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/TestRaiExternalSafetyProviderCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/TestRaiExternalSafetyProviderCreateOrUpdateSamples.java
@@ -11,7 +11,7 @@
*/
public final class TestRaiExternalSafetyProviderCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/TestRaiExternalSafetyProvider.json
+ * x-ms-original-file: 2026-07-15-preview/TestRaiExternalSafetyProvider.json
*/
/**
* Sample code: TestRaiExternalSafetyProvider.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/UsagesListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/UsagesListSamples.java
index b660f07a3424..d9e5d4c9cf0f 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/UsagesListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/UsagesListSamples.java
@@ -9,7 +9,7 @@
*/
public final class UsagesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListUsages.json
+ * x-ms-original-file: 2026-07-15-preview/ListUsages.json
*/
/**
* Sample code: Get Usages.
@@ -21,7 +21,7 @@ public static void getUsages(com.azure.resourcemanager.cognitiveservices.Cogniti
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListUsagesClassicScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListUsagesClassicScope.json
*/
/**
* Sample code: Get Usages Classic Scope.
@@ -34,7 +34,7 @@ public static void getUsages(com.azure.resourcemanager.cognitiveservices.Cogniti
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListUsagesDataZoneScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListUsagesDataZoneScope.json
*/
/**
* Sample code: Get Usages DataZone Scope.
@@ -47,7 +47,7 @@ public static void getUsages(com.azure.resourcemanager.cognitiveservices.Cogniti
}
/*
- * x-ms-original-file: 2026-05-15-preview/ListUsagesGlobalScope.json
+ * x-ms-original-file: 2026-07-15-preview/ListUsagesGlobalScope.json
*/
/**
* Sample code: Get Usages Global Scope.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesCreateOrUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesCreateOrUpdateSamples.java
index 3c4486bda22a..ad2bbb767add 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesCreateOrUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesCreateOrUpdateSamples.java
@@ -17,7 +17,7 @@
*/
public final class WorkbenchesCreateOrUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/PutWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/PutWorkbench.json
*/
/**
* Sample code: PutWorkbench.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesDeleteSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesDeleteSamples.java
index 453deb29073f..5003a3185ae7 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesDeleteSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesDeleteSamples.java
@@ -9,7 +9,7 @@
*/
public final class WorkbenchesDeleteSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/DeleteWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/DeleteWorkbench.json
*/
/**
* Sample code: DeleteWorkbench.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesGetSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesGetSamples.java
index 82df37617257..dc1a8d4a4afd 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesGetSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesGetSamples.java
@@ -9,7 +9,7 @@
*/
public final class WorkbenchesGetSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/GetWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/GetWorkbench.json
*/
/**
* Sample code: GetWorkbench.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesListSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesListSamples.java
index b41d381eb5bb..1a72a2562bbf 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesListSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesListSamples.java
@@ -9,7 +9,7 @@
*/
public final class WorkbenchesListSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/ListWorkbenches.json
+ * x-ms-original-file: 2026-07-15-preview/ListWorkbenches.json
*/
/**
* Sample code: ListWorkbenches.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesRestartSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesRestartSamples.java
index 3be963cff4ff..1cc12ce90ac9 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesRestartSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesRestartSamples.java
@@ -9,7 +9,7 @@
*/
public final class WorkbenchesRestartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/RestartWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/RestartWorkbench.json
*/
/**
* Sample code: RestartWorkbench.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesStartSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesStartSamples.java
index e46f58229d75..4f61d9270357 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesStartSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesStartSamples.java
@@ -9,7 +9,7 @@
*/
public final class WorkbenchesStartSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/StartWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/StartWorkbench.json
*/
/**
* Sample code: StartWorkbench.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesStopSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesStopSamples.java
index 87ff3e416903..dc322ab61a4b 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesStopSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesStopSamples.java
@@ -9,7 +9,7 @@
*/
public final class WorkbenchesStopSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/StopWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/StopWorkbench.json
*/
/**
* Sample code: StopWorkbench.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesUpdateSamples.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesUpdateSamples.java
index 0898f67b6097..f570575401f4 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesUpdateSamples.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/samples/java/com/azure/resourcemanager/cognitiveservices/generated/WorkbenchesUpdateSamples.java
@@ -15,7 +15,7 @@
*/
public final class WorkbenchesUpdateSamples {
/*
- * x-ms-original-file: 2026-05-15-preview/UpdateWorkbench.json
+ * x-ms-original-file: 2026-07-15-preview/UpdateWorkbench.json
*/
/**
* Sample code: UpdateWorkbench.
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AadAuthTypeConnectionPropertiesTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AadAuthTypeConnectionPropertiesTests.java
index d22f800ec605..e914d5f55930 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AadAuthTypeConnectionPropertiesTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AadAuthTypeConnectionPropertiesTests.java
@@ -19,44 +19,43 @@ public final class AadAuthTypeConnectionPropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AadAuthTypeConnectionProperties model = BinaryData.fromString(
- "{\"authType\":\"AAD\",\"category\":\"AzureKeyVault\",\"createdByWorkspaceArmId\":\"fhjirwgdnqzbrfk\",\"error\":\"zhzmtksjci\",\"expiryTime\":\"2021-07-31T03:36:59Z\",\"group\":\"NoSQL\",\"isSharedToAll\":true,\"metadata\":{\"plkeuachtomflryt\":\"l\",\"mskwhqjjysl\":\"wfpfmdgycx\",\"edwqslsrh\":\"rlpshhkv\",\"wwsko\":\"pq\"},\"peRequirement\":\"NotApplicable\",\"peStatus\":\"Active\",\"sharedUserList\":[\"muvqejosovyr\",\"leaesi\",\"uqtljqobbpih\",\"hcecybmrqbr\"],\"target\":\"bmpxdlvykfrexc\",\"useWorkspaceManagedIdentity\":false}")
+ "{\"authType\":\"AAD\",\"category\":\"Couchbase\",\"createdByWorkspaceArmId\":\"pirpiwrqof\",\"error\":\"o\",\"expiryTime\":\"2021-06-19T10:30:26Z\",\"group\":\"ServicesAndApps\",\"isSharedToAll\":false,\"metadata\":{\"erctatoyin\":\"cbjpibkephuu\",\"rduczkgofxyfs\":\"qpbrlc\"},\"peRequirement\":\"NotRequired\",\"peStatus\":\"NotApplicable\",\"sharedUserList\":[\"pcjttbstvjeaqn\",\"mvvfko\",\"mlghktuidvrmazlp\",\"wwexymzvlazipbh\"],\"target\":\"vqs\",\"useWorkspaceManagedIdentity\":false}")
.toObject(AadAuthTypeConnectionProperties.class);
- Assertions.assertEquals(ConnectionCategory.AZURE_KEY_VAULT, model.category());
- Assertions.assertEquals("zhzmtksjci", model.error());
- Assertions.assertEquals(OffsetDateTime.parse("2021-07-31T03:36:59Z"), model.expiryTime());
- Assertions.assertTrue(model.isSharedToAll());
- Assertions.assertEquals("l", model.metadata().get("plkeuachtomflryt"));
- Assertions.assertEquals(ManagedPERequirement.NOT_APPLICABLE, model.peRequirement());
- Assertions.assertEquals(ManagedPEStatus.ACTIVE, model.peStatus());
- Assertions.assertEquals("muvqejosovyr", model.sharedUserList().get(0));
- Assertions.assertEquals("bmpxdlvykfrexc", model.target());
+ Assertions.assertEquals(ConnectionCategory.COUCHBASE, model.category());
+ Assertions.assertEquals("o", model.error());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-06-19T10:30:26Z"), model.expiryTime());
+ Assertions.assertFalse(model.isSharedToAll());
+ Assertions.assertEquals("cbjpibkephuu", model.metadata().get("erctatoyin"));
+ Assertions.assertEquals(ManagedPERequirement.NOT_REQUIRED, model.peRequirement());
+ Assertions.assertEquals(ManagedPEStatus.NOT_APPLICABLE, model.peStatus());
+ Assertions.assertEquals("pcjttbstvjeaqn", model.sharedUserList().get(0));
+ Assertions.assertEquals("vqs", model.target());
Assertions.assertFalse(model.useWorkspaceManagedIdentity());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
AadAuthTypeConnectionProperties model
- = new AadAuthTypeConnectionProperties().withCategory(ConnectionCategory.AZURE_KEY_VAULT)
- .withError("zhzmtksjci")
- .withExpiryTime(OffsetDateTime.parse("2021-07-31T03:36:59Z"))
- .withIsSharedToAll(true)
- .withMetadata(
- mapOf("plkeuachtomflryt", "l", "mskwhqjjysl", "wfpfmdgycx", "edwqslsrh", "rlpshhkv", "wwsko", "pq"))
- .withPeRequirement(ManagedPERequirement.NOT_APPLICABLE)
- .withPeStatus(ManagedPEStatus.ACTIVE)
- .withSharedUserList(Arrays.asList("muvqejosovyr", "leaesi", "uqtljqobbpih", "hcecybmrqbr"))
- .withTarget("bmpxdlvykfrexc")
+ = new AadAuthTypeConnectionProperties().withCategory(ConnectionCategory.COUCHBASE)
+ .withError("o")
+ .withExpiryTime(OffsetDateTime.parse("2021-06-19T10:30:26Z"))
+ .withIsSharedToAll(false)
+ .withMetadata(mapOf("erctatoyin", "cbjpibkephuu", "rduczkgofxyfs", "qpbrlc"))
+ .withPeRequirement(ManagedPERequirement.NOT_REQUIRED)
+ .withPeStatus(ManagedPEStatus.NOT_APPLICABLE)
+ .withSharedUserList(Arrays.asList("pcjttbstvjeaqn", "mvvfko", "mlghktuidvrmazlp", "wwexymzvlazipbh"))
+ .withTarget("vqs")
.withUseWorkspaceManagedIdentity(false);
model = BinaryData.fromObject(model).toObject(AadAuthTypeConnectionProperties.class);
- Assertions.assertEquals(ConnectionCategory.AZURE_KEY_VAULT, model.category());
- Assertions.assertEquals("zhzmtksjci", model.error());
- Assertions.assertEquals(OffsetDateTime.parse("2021-07-31T03:36:59Z"), model.expiryTime());
- Assertions.assertTrue(model.isSharedToAll());
- Assertions.assertEquals("l", model.metadata().get("plkeuachtomflryt"));
- Assertions.assertEquals(ManagedPERequirement.NOT_APPLICABLE, model.peRequirement());
- Assertions.assertEquals(ManagedPEStatus.ACTIVE, model.peStatus());
- Assertions.assertEquals("muvqejosovyr", model.sharedUserList().get(0));
- Assertions.assertEquals("bmpxdlvykfrexc", model.target());
+ Assertions.assertEquals(ConnectionCategory.COUCHBASE, model.category());
+ Assertions.assertEquals("o", model.error());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-06-19T10:30:26Z"), model.expiryTime());
+ Assertions.assertFalse(model.isSharedToAll());
+ Assertions.assertEquals("cbjpibkephuu", model.metadata().get("erctatoyin"));
+ Assertions.assertEquals(ManagedPERequirement.NOT_REQUIRED, model.peRequirement());
+ Assertions.assertEquals(ManagedPEStatus.NOT_APPLICABLE, model.peStatus());
+ Assertions.assertEquals("pcjttbstvjeaqn", model.sharedUserList().get(0));
+ Assertions.assertEquals("vqs", model.target());
Assertions.assertFalse(model.useWorkspaceManagedIdentity());
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsCreateOrUpdateMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsCreateOrUpdateMockTests.java
index ae164e775f8e..42a784d21003 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsCreateOrUpdateMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsCreateOrUpdateMockTests.java
@@ -26,7 +26,7 @@ public final class AccountCapabilityHostsCreateOrUpdateMockTests {
@Test
public void testCreateOrUpdate() throws Exception {
String responseStr
- = "{\"properties\":{\"aiServicesConnections\":[\"dpu\"],\"capabilityHostKind\":\"Agents\",\"customerSubnet\":\"gefxlieggo\",\"provisioningState\":\"Succeeded\",\"storageConnections\":[\"ss\",\"nwhz\"],\"threadStorageConnections\":[\"hecknfmkcuft\"],\"vectorStoreConnections\":[\"wuzrono\",\"vhzfkdnwy\",\"odcikgxk\"],\"enablePublicHostingEnvironment\":true,\"description\":\"zdjekebawnx\",\"tags\":{\"gcjf\":\"wyfixi\",\"pjkakrxifqnf\":\"iwu\"}},\"id\":\"rxsqtz\",\"name\":\"gxbsal\",\"type\":\"wguxcmmhipbvskci\"}";
+ = "{\"properties\":{\"aiServicesConnections\":[\"bk\",\"ftusdwmnrt\"],\"capabilityHostKind\":\"Agents\",\"customerSubnet\":\"cnnrovome\",\"provisioningState\":\"Succeeded\",\"storageConnections\":[\"cvwqzocs\",\"shennmsgpywdib\"],\"threadStorageConnections\":[\"nr\",\"alvwrh\"],\"vectorStoreConnections\":[\"brbknuubxcwoj\",\"upqdv\",\"py\"],\"enablePublicHostingEnvironment\":true,\"description\":\"fifujg\",\"tags\":{\"ybpchrtczwjcujyz\":\"wlxmwefc\",\"i\":\"vyrjqdjlgk\"}},\"id\":\"xeuwiiircvnfg\",\"name\":\"dviw\",\"type\":\"ohktxagfujdbqjny\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -36,27 +36,27 @@ public void testCreateOrUpdate() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
CapabilityHost response = manager.accountCapabilityHosts()
- .define("wlbg")
- .withExistingAccount("komwdzpzlhcuexlq", "wwvmbjec")
- .withProperties(new CapabilityHostProperties().withDescription("mkiqhypwtmz")
- .withTags(mapOf("mzqlnaag", "yut"))
- .withAiServicesConnections(Arrays.asList("frwxohlydsn", "zpchiy", "bfhmihi", "tqozewbrsrjzgkbr"))
+ .define("esbomphz")
+ .withExistingAccount("ufl", "syzzdcrolr")
+ .withProperties(new CapabilityHostProperties().withDescription("cydjh")
+ .withTags(mapOf("bxblrdol", "serwiyndurdonkg"))
+ .withAiServicesConnections(Arrays.asList("u", "wjivtbuszbdjrdfe", "jywdalis", "eqngcayd"))
.withCapabilityHostKind(CapabilityHostKind.AGENTS)
- .withCustomerSubnet("oufq")
- .withStorageConnections(Arrays.asList("xg", "wsrerukbuu"))
- .withThreadStorageConnections(Arrays.asList("zwkwkjxla", "cedikqelssyb"))
- .withVectorStoreConnections(Arrays.asList("vgb"))
+ .withCustomerSubnet("ooulpoz")
+ .withStorageConnections(Arrays.asList("cl", "rsi"))
+ .withThreadStorageConnections(Arrays.asList("bldpoiaffjkrtn", "revimxmaxcj"))
+ .withVectorStoreConnections(Arrays.asList("tygvdwd", "oqtbfkvuozbzc", "nqekwankl"))
.withEnablePublicHostingEnvironment(false))
.create();
- Assertions.assertEquals("zdjekebawnx", response.properties().description());
- Assertions.assertEquals("wyfixi", response.properties().tags().get("gcjf"));
- Assertions.assertEquals("dpu", response.properties().aiServicesConnections().get(0));
+ Assertions.assertEquals("fifujg", response.properties().description());
+ Assertions.assertEquals("wlxmwefc", response.properties().tags().get("ybpchrtczwjcujyz"));
+ Assertions.assertEquals("bk", response.properties().aiServicesConnections().get(0));
Assertions.assertEquals(CapabilityHostKind.AGENTS, response.properties().capabilityHostKind());
- Assertions.assertEquals("gefxlieggo", response.properties().customerSubnet());
- Assertions.assertEquals("ss", response.properties().storageConnections().get(0));
- Assertions.assertEquals("hecknfmkcuft", response.properties().threadStorageConnections().get(0));
- Assertions.assertEquals("wuzrono", response.properties().vectorStoreConnections().get(0));
+ Assertions.assertEquals("cnnrovome", response.properties().customerSubnet());
+ Assertions.assertEquals("cvwqzocs", response.properties().storageConnections().get(0));
+ Assertions.assertEquals("nr", response.properties().threadStorageConnections().get(0));
+ Assertions.assertEquals("brbknuubxcwoj", response.properties().vectorStoreConnections().get(0));
Assertions.assertTrue(response.properties().enablePublicHostingEnvironment());
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsGetWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsGetWithResponseMockTests.java
index b92ac13b2943..2600d67dd39c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsGetWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsGetWithResponseMockTests.java
@@ -22,7 +22,7 @@ public final class AccountCapabilityHostsGetWithResponseMockTests {
@Test
public void testGetWithResponse() throws Exception {
String responseStr
- = "{\"properties\":{\"aiServicesConnections\":[\"epkwzzzkueruwcj\"],\"capabilityHostKind\":\"Agents\",\"customerSubnet\":\"vwkaujttwyk\",\"provisioningState\":\"Creating\",\"storageConnections\":[\"ofxxdplrelfk\",\"gahcbt\",\"xlbpxrhrfjenrazw\"],\"threadStorageConnections\":[\"ktlhqash\",\"ostjixyz\"],\"vectorStoreConnections\":[\"i\"],\"enablePublicHostingEnvironment\":true,\"description\":\"wjtacfvv\",\"tags\":{\"mcsaugbr\":\"cbpzf\",\"te\":\"fiwltkfysu\"}},\"id\":\"klx\",\"name\":\"hcvasyy\",\"type\":\"gqokjbmsrk\"}";
+ = "{\"properties\":{\"aiServicesConnections\":[\"ylmnqunkygb\",\"tmsgkwedwl\"],\"capabilityHostKind\":\"Agents\",\"customerSubnet\":\"gbg\",\"provisioningState\":\"Failed\",\"storageConnections\":[\"rpjimvrrqfi\",\"pkwmamrlfizjud\"],\"threadStorageConnections\":[\"ih\"],\"vectorStoreConnections\":[\"gyhylqyafewcmod\"],\"enablePublicHostingEnvironment\":false,\"description\":\"ytxnxrqx\",\"tags\":{\"vpjxsdhweignybff\":\"eargvfvkhbjh\",\"vconysebjijfhp\":\"cwwynepktvmw\",\"alokb\":\"nikouox\"}},\"id\":\"kyporsynieunby\",\"name\":\"lgfaphwuu\",\"type\":\"wtsaynrtvj\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -32,17 +32,17 @@ public void testGetWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
CapabilityHost response = manager.accountCapabilityHosts()
- .getWithResponse("laqcwggchxvlqg", "brveci", "aovphirlzbipi", com.azure.core.util.Context.NONE)
+ .getWithResponse("dwvog", "ffjdhgslormhbt", "fcvxkylhc", com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("wjtacfvv", response.properties().description());
- Assertions.assertEquals("cbpzf", response.properties().tags().get("mcsaugbr"));
- Assertions.assertEquals("epkwzzzkueruwcj", response.properties().aiServicesConnections().get(0));
+ Assertions.assertEquals("ytxnxrqx", response.properties().description());
+ Assertions.assertEquals("eargvfvkhbjh", response.properties().tags().get("vpjxsdhweignybff"));
+ Assertions.assertEquals("ylmnqunkygb", response.properties().aiServicesConnections().get(0));
Assertions.assertEquals(CapabilityHostKind.AGENTS, response.properties().capabilityHostKind());
- Assertions.assertEquals("vwkaujttwyk", response.properties().customerSubnet());
- Assertions.assertEquals("ofxxdplrelfk", response.properties().storageConnections().get(0));
- Assertions.assertEquals("ktlhqash", response.properties().threadStorageConnections().get(0));
- Assertions.assertEquals("i", response.properties().vectorStoreConnections().get(0));
- Assertions.assertTrue(response.properties().enablePublicHostingEnvironment());
+ Assertions.assertEquals("gbg", response.properties().customerSubnet());
+ Assertions.assertEquals("rpjimvrrqfi", response.properties().storageConnections().get(0));
+ Assertions.assertEquals("ih", response.properties().threadStorageConnections().get(0));
+ Assertions.assertEquals("gyhylqyafewcmod", response.properties().vectorStoreConnections().get(0));
+ Assertions.assertFalse(response.properties().enablePublicHostingEnvironment());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsListMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsListMockTests.java
index c53dc7ffae60..ea0528719fe1 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsListMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountCapabilityHostsListMockTests.java
@@ -23,7 +23,7 @@ public final class AccountCapabilityHostsListMockTests {
@Test
public void testList() throws Exception {
String responseStr
- = "{\"value\":[{\"properties\":{\"aiServicesConnections\":[\"ozsxagyso\",\"liiksybv\"],\"capabilityHostKind\":\"Agents\",\"customerSubnet\":\"hyl\",\"provisioningState\":\"Deleting\",\"storageConnections\":[\"cydyllmxv\",\"stizsyqag\",\"llcbrva\"],\"threadStorageConnections\":[\"lkyhtrrqwfyybpt\",\"jjrnogykugdlavsa\",\"gthkslgeu\",\"fkbzbfbxjblajy\"],\"vectorStoreConnections\":[\"bycsbtoi\",\"azdjmofsvpzxg\"],\"enablePublicHostingEnvironment\":true,\"description\":\"uymlfjymgw\",\"tags\":{\"e\":\"zcfyzq\",\"furdpagknxmao\":\"re\",\"kycjcg\":\"rgihlnzffewv\",\"abhgclejqzhpvh\":\"ipqxxsdyafwtydsm\"}},\"id\":\"badjze\",\"name\":\"llgfy\",\"type\":\"gtqscjpvqerq\"}]}";
+ = "{\"value\":[{\"properties\":{\"aiServicesConnections\":[\"bmdivixzhpjgq\",\"miaoaweacfx\",\"ubuhruetcnxriqz\",\"dckhsq\"],\"capabilityHostKind\":\"Agents\",\"customerSubnet\":\"surnowobwx\",\"provisioningState\":\"Failed\",\"storageConnections\":[\"kohlsfjfouqj\",\"zheahuv\"],\"threadStorageConnections\":[\"qkvadmjhymud\",\"maajzd\",\"bhsermclyqwwu\",\"yqkaaptb\"],\"vectorStoreConnections\":[\"kb\",\"bptw\",\"bloccu\"],\"enablePublicHostingEnvironment\":true,\"description\":\"zbns\",\"tags\":{\"beuybutcdzjf\":\"qnps\",\"tqmmijgpqfkwna\":\"tvpeyxdyuxurxr\",\"g\":\"ikczscymqfv\",\"zvp\":\"pqnyumzapdok\"}},\"id\":\"knfzqnzbflbqmhb\",\"name\":\"yxxvwedhagqbbse\",\"type\":\"ea\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -33,18 +33,19 @@ public void testList() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
PagedIterable response
- = manager.accountCapabilityHosts().list("xyxxhwr", "qomaqsyilpzzbrw", com.azure.core.util.Context.NONE);
+ = manager.accountCapabilityHosts().list("qreeo", "vqjmrnblihs", com.azure.core.util.Context.NONE);
- Assertions.assertEquals("uymlfjymgw", response.iterator().next().properties().description());
- Assertions.assertEquals("zcfyzq", response.iterator().next().properties().tags().get("e"));
- Assertions.assertEquals("ozsxagyso", response.iterator().next().properties().aiServicesConnections().get(0));
+ Assertions.assertEquals("zbns", response.iterator().next().properties().description());
+ Assertions.assertEquals("qnps", response.iterator().next().properties().tags().get("beuybutcdzjf"));
+ Assertions.assertEquals("bmdivixzhpjgq",
+ response.iterator().next().properties().aiServicesConnections().get(0));
Assertions.assertEquals(CapabilityHostKind.AGENTS,
response.iterator().next().properties().capabilityHostKind());
- Assertions.assertEquals("hyl", response.iterator().next().properties().customerSubnet());
- Assertions.assertEquals("cydyllmxv", response.iterator().next().properties().storageConnections().get(0));
- Assertions.assertEquals("lkyhtrrqwfyybpt",
+ Assertions.assertEquals("surnowobwx", response.iterator().next().properties().customerSubnet());
+ Assertions.assertEquals("kohlsfjfouqj", response.iterator().next().properties().storageConnections().get(0));
+ Assertions.assertEquals("qkvadmjhymud",
response.iterator().next().properties().threadStorageConnections().get(0));
- Assertions.assertEquals("bycsbtoi", response.iterator().next().properties().vectorStoreConnections().get(0));
+ Assertions.assertEquals("kb", response.iterator().next().properties().vectorStoreConnections().get(0));
Assertions.assertTrue(response.iterator().next().properties().enablePublicHostingEnvironment());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsCreateWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsCreateWithResponseMockTests.java
index c50372bd34ab..89a66a99276c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsCreateWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsCreateWithResponseMockTests.java
@@ -10,7 +10,6 @@
import com.azure.core.models.AzureCloud;
import com.azure.core.test.http.MockHttpResponse;
import com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager;
-import com.azure.resourcemanager.cognitiveservices.fluent.models.ConnectionPropertiesV2BasicResourceInner;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionCategory;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2;
import com.azure.resourcemanager.cognitiveservices.models.ConnectionPropertiesV2BasicResource;
@@ -29,7 +28,7 @@ public final class AccountConnectionsCreateWithResponseMockTests {
@Test
public void testCreateWithResponse() throws Exception {
String responseStr
- = "{\"properties\":{\"authType\":\"ConnectionPropertiesV2\",\"category\":\"Netezza\",\"createdByWorkspaceArmId\":\"uvbgtzqzqweuy\",\"error\":\"bnairvhpqsv\",\"expiryTime\":\"2021-12-05T05:14:01Z\",\"group\":\"ServicesAndApps\",\"isSharedToAll\":true,\"metadata\":{\"csjvjnkoiznzsqbi\":\"cnqnvncpr\"},\"peRequirement\":\"NotRequired\",\"peStatus\":\"Active\",\"sharedUserList\":[\"ovjtmvwrmj\",\"y\",\"uod\"],\"target\":\"czbassqfyylwpp\",\"useWorkspaceManagedIdentity\":true},\"id\":\"bzbloasyb\",\"name\":\"h\",\"type\":\"vovdpmht\"}";
+ = "{\"properties\":{\"authType\":\"ConnectionPropertiesV2\",\"category\":\"Office365\",\"createdByWorkspaceArmId\":\"nfgvlx\",\"error\":\"mnctigp\",\"expiryTime\":\"2021-07-28T16:55:32Z\",\"group\":\"Azure\",\"isSharedToAll\":false,\"metadata\":{\"prtqjytd\":\"tgk\",\"jsbg\":\"fefuhbdwb\",\"bpbltcwsexh\":\"lamoaxcaytnpk\",\"fhdxyfhxohzbzhha\":\"eocnqoubvepvlrys\"},\"peRequirement\":\"NotApplicable\",\"peStatus\":\"Active\",\"sharedUserList\":[\"kdslcofuvtfu\"],\"target\":\"ouisakl\",\"useWorkspaceManagedIdentity\":true},\"id\":\"dxqfussubzssp\",\"name\":\"jvailfauyvxpqw\",\"type\":\"kqdgwbztrth\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -39,30 +38,30 @@ public void testCreateWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
ConnectionPropertiesV2BasicResource response = manager.accountConnections()
- .createWithResponse("hdyxz", "vwywjvrlgqpwwlzp", "darcb",
- new ConnectionPropertiesV2BasicResourceInner()
- .withProperties(new ConnectionPropertiesV2().withCategory(ConnectionCategory.FTP_SERVER)
- .withError("mstbdoprwk")
- .withExpiryTime(OffsetDateTime.parse("2020-12-24T16:42:16Z"))
- .withIsSharedToAll(false)
- .withMetadata(mapOf("udrcycm", "dzn", "l", "huzymhlhihqk", "aiildcpud", "kmnbzko"))
- .withPeRequirement(ManagedPERequirement.REQUIRED)
- .withPeStatus(ManagedPEStatus.INACTIVE)
- .withSharedUserList(Arrays.asList("jofpg", "edrobujnjgybuxm", "xigi", "ullnjgcpskgrhny"))
- .withTarget("lgsazuqzn")
- .withUseWorkspaceManagedIdentity(true)),
- com.azure.core.util.Context.NONE)
- .getValue();
+ .define("ajrfgimom")
+ .withExistingAccount("ahwcorewcnn", "axqjf")
+ .withProperties(new ConnectionPropertiesV2().withCategory(ConnectionCategory.AZURE_MY_SQL_DB)
+ .withError("nvussuqk")
+ .withExpiryTime(OffsetDateTime.parse("2021-09-13T06:00:23Z"))
+ .withIsSharedToAll(true)
+ .withMetadata(mapOf("rtlikff", "qbyeywpmoh", "qrf", "dzt", "zdteqjmyqxuhg", "gynzfw", "wrrlccklyf",
+ "axnyprijyoxxjxbs"))
+ .withPeRequirement(ManagedPERequirement.REQUIRED)
+ .withPeStatus(ManagedPEStatus.ACTIVE)
+ .withSharedUserList(Arrays.asList("emqom"))
+ .withTarget("alknuyapvibzic")
+ .withUseWorkspaceManagedIdentity(false))
+ .create();
- Assertions.assertEquals(ConnectionCategory.NETEZZA, response.properties().category());
- Assertions.assertEquals("bnairvhpqsv", response.properties().error());
- Assertions.assertEquals(OffsetDateTime.parse("2021-12-05T05:14:01Z"), response.properties().expiryTime());
- Assertions.assertTrue(response.properties().isSharedToAll());
- Assertions.assertEquals("cnqnvncpr", response.properties().metadata().get("csjvjnkoiznzsqbi"));
- Assertions.assertEquals(ManagedPERequirement.NOT_REQUIRED, response.properties().peRequirement());
+ Assertions.assertEquals(ConnectionCategory.OFFICE365, response.properties().category());
+ Assertions.assertEquals("mnctigp", response.properties().error());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-07-28T16:55:32Z"), response.properties().expiryTime());
+ Assertions.assertFalse(response.properties().isSharedToAll());
+ Assertions.assertEquals("tgk", response.properties().metadata().get("prtqjytd"));
+ Assertions.assertEquals(ManagedPERequirement.NOT_APPLICABLE, response.properties().peRequirement());
Assertions.assertEquals(ManagedPEStatus.ACTIVE, response.properties().peStatus());
- Assertions.assertEquals("ovjtmvwrmj", response.properties().sharedUserList().get(0));
- Assertions.assertEquals("czbassqfyylwpp", response.properties().target());
+ Assertions.assertEquals("kdslcofuvtfu", response.properties().sharedUserList().get(0));
+ Assertions.assertEquals("ouisakl", response.properties().target());
Assertions.assertTrue(response.properties().useWorkspaceManagedIdentity());
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsDeleteWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsDeleteWithResponseMockTests.java
index b7d515b2c7a8..31293d0a46ed 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsDeleteWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsDeleteWithResponseMockTests.java
@@ -27,8 +27,7 @@ public void testDeleteWithResponse() throws Exception {
.authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)),
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
- manager.accountConnections()
- .deleteWithResponse("hrvybn", "bnvmshfuzzlapy", "xlvzcgulaebxiauq", com.azure.core.util.Context.NONE);
+ manager.accountConnections().deleteWithResponse("ypb", "imh", "bozvo", com.azure.core.util.Context.NONE);
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsGetWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsGetWithResponseMockTests.java
index 117484a9feb2..faedd0ba0db9 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsGetWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsGetWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class AccountConnectionsGetWithResponseMockTests {
@Test
public void testGetWithResponse() throws Exception {
String responseStr
- = "{\"properties\":{\"authType\":\"ConnectionPropertiesV2\",\"category\":\"MongoDbV2\",\"createdByWorkspaceArmId\":\"eqvhskbmpw\",\"error\":\"lajggfzgae\",\"expiryTime\":\"2021-08-16T17:13:53Z\",\"group\":\"AzureAI\",\"isSharedToAll\":true,\"metadata\":{\"wi\":\"y\",\"vj\":\"rnicupdyttqmi\",\"s\":\"l\"},\"peRequirement\":\"NotRequired\",\"peStatus\":\"Active\",\"sharedUserList\":[\"qmtxynoflqobf\",\"xngxebihexhnkin\",\"iqcdolrpg\"],\"target\":\"sjlbsmndaf\",\"useWorkspaceManagedIdentity\":true},\"id\":\"yjeykcnhpplzhc\",\"name\":\"zxjziuu\",\"type\":\"rlnewnuwkkfzzetl\"}";
+ = "{\"properties\":{\"authType\":\"ConnectionPropertiesV2\",\"category\":\"SalesforceServiceCloud\",\"createdByWorkspaceArmId\":\"ouan\",\"error\":\"u\",\"expiryTime\":\"2021-08-29T07:55:21Z\",\"group\":\"File\",\"isSharedToAll\":true,\"metadata\":{\"ti\":\"wb\",\"hfljeyodpiovn\":\"qbzbwbgwzh\",\"yakzuafapwxsvd\":\"hr\",\"wtgntimznupb\":\"atjiobnirgoextqd\"},\"peRequirement\":\"NotApplicable\",\"peStatus\":\"Inactive\",\"sharedUserList\":[\"odsqv\",\"edaakghcrzmm\",\"jyvdhdgdiwmlg\",\"tmfetqjisjmolzca\"],\"target\":\"kakhgkrv\",\"useWorkspaceManagedIdentity\":false},\"id\":\"vytvjejq\",\"name\":\"wfusqp\",\"type\":\"zxkczb\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,18 +34,18 @@ public void testGetWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
ConnectionPropertiesV2BasicResource response = manager.accountConnections()
- .getWithResponse("zfaxskdvu", "lumodpegqxsorc", "azrqoxz", com.azure.core.util.Context.NONE)
+ .getWithResponse("gkwxjsjquvohufzd", "srpjuv", "zacrzhnsbylgmgbh", com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals(ConnectionCategory.MONGO_DB_V2, response.properties().category());
- Assertions.assertEquals("lajggfzgae", response.properties().error());
- Assertions.assertEquals(OffsetDateTime.parse("2021-08-16T17:13:53Z"), response.properties().expiryTime());
+ Assertions.assertEquals(ConnectionCategory.SALESFORCE_SERVICE_CLOUD, response.properties().category());
+ Assertions.assertEquals("u", response.properties().error());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-08-29T07:55:21Z"), response.properties().expiryTime());
Assertions.assertTrue(response.properties().isSharedToAll());
- Assertions.assertEquals("y", response.properties().metadata().get("wi"));
- Assertions.assertEquals(ManagedPERequirement.NOT_REQUIRED, response.properties().peRequirement());
- Assertions.assertEquals(ManagedPEStatus.ACTIVE, response.properties().peStatus());
- Assertions.assertEquals("qmtxynoflqobf", response.properties().sharedUserList().get(0));
- Assertions.assertEquals("sjlbsmndaf", response.properties().target());
- Assertions.assertTrue(response.properties().useWorkspaceManagedIdentity());
+ Assertions.assertEquals("wb", response.properties().metadata().get("ti"));
+ Assertions.assertEquals(ManagedPERequirement.NOT_APPLICABLE, response.properties().peRequirement());
+ Assertions.assertEquals(ManagedPEStatus.INACTIVE, response.properties().peStatus());
+ Assertions.assertEquals("odsqv", response.properties().sharedUserList().get(0));
+ Assertions.assertEquals("kakhgkrv", response.properties().target());
+ Assertions.assertFalse(response.properties().useWorkspaceManagedIdentity());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsListMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsListMockTests.java
index 87e7385ca561..ac7b5a489d78 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsListMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountConnectionsListMockTests.java
@@ -25,7 +25,7 @@ public final class AccountConnectionsListMockTests {
@Test
public void testList() throws Exception {
String responseStr
- = "{\"value\":[{\"properties\":{\"authType\":\"ConnectionPropertiesV2\",\"category\":\"CustomKeys\",\"createdByWorkspaceArmId\":\"jwjkqonbwhiiey\",\"error\":\"vrc\",\"expiryTime\":\"2021-03-16T16:02:25Z\",\"group\":\"Azure\",\"isSharedToAll\":false,\"metadata\":{\"oarx\":\"gqefgzjvbxqcb\"},\"peRequirement\":\"Required\",\"peStatus\":\"Active\",\"sharedUserList\":[\"vkdlhuduklbjoafm\",\"fex\",\"lvoepknarse\"],\"target\":\"ncsqoacbuqd\",\"useWorkspaceManagedIdentity\":false},\"id\":\"leqfgkxenvszg\",\"name\":\"vya\",\"type\":\"eszsuuv\"}]}";
+ = "{\"value\":[{\"properties\":{\"authType\":\"ConnectionPropertiesV2\",\"category\":\"AzureTableStorage\",\"createdByWorkspaceArmId\":\"nviulbylmgjzr\",\"error\":\"wpbgumwhmxp\",\"expiryTime\":\"2021-08-01T16:06:08Z\",\"group\":\"Azure\",\"isSharedToAll\":false,\"metadata\":{\"c\":\"psmgom\"},\"peRequirement\":\"Required\",\"peStatus\":\"Active\",\"sharedUserList\":[\"j\",\"xok\",\"xamqecjrzvlcivqx\"],\"target\":\"mklphxwww\",\"useWorkspaceManagedIdentity\":false},\"id\":\"bgnfbrzj\",\"name\":\"fsunh\",\"type\":\"evlahxczywyw\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -35,18 +35,19 @@ public void testList() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
PagedIterable response = manager.accountConnections()
- .list("uptessjlwjta", "pv", "lskxgxqaygaslkv", "vwpvlcj", false, com.azure.core.util.Context.NONE);
+ .list("rtcl", "h", "jcyuzlybqsci", "vylkvckcafnwq", true, com.azure.core.util.Context.NONE);
- Assertions.assertEquals(ConnectionCategory.CUSTOM_KEYS, response.iterator().next().properties().category());
- Assertions.assertEquals("vrc", response.iterator().next().properties().error());
- Assertions.assertEquals(OffsetDateTime.parse("2021-03-16T16:02:25Z"),
+ Assertions.assertEquals(ConnectionCategory.AZURE_TABLE_STORAGE,
+ response.iterator().next().properties().category());
+ Assertions.assertEquals("wpbgumwhmxp", response.iterator().next().properties().error());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-08-01T16:06:08Z"),
response.iterator().next().properties().expiryTime());
Assertions.assertFalse(response.iterator().next().properties().isSharedToAll());
- Assertions.assertEquals("gqefgzjvbxqcb", response.iterator().next().properties().metadata().get("oarx"));
+ Assertions.assertEquals("psmgom", response.iterator().next().properties().metadata().get("c"));
Assertions.assertEquals(ManagedPERequirement.REQUIRED, response.iterator().next().properties().peRequirement());
Assertions.assertEquals(ManagedPEStatus.ACTIVE, response.iterator().next().properties().peStatus());
- Assertions.assertEquals("vkdlhuduklbjoafm", response.iterator().next().properties().sharedUserList().get(0));
- Assertions.assertEquals("ncsqoacbuqd", response.iterator().next().properties().target());
+ Assertions.assertEquals("j", response.iterator().next().properties().sharedUserList().get(0));
+ Assertions.assertEquals("mklphxwww", response.iterator().next().properties().target());
Assertions.assertFalse(response.iterator().next().properties().useWorkspaceManagedIdentity());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountSkuListResultInnerTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountSkuListResultInnerTests.java
index 75032e5addd1..388622860887 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountSkuListResultInnerTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountSkuListResultInnerTests.java
@@ -13,13 +13,13 @@ public final class AccountSkuListResultInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccountSkuListResultInner model = BinaryData.fromString(
- "{\"value\":[{\"resourceType\":\"qgtz\",\"sku\":{\"name\":\"pnqbqqwxrjfe\",\"tier\":\"Basic\",\"size\":\"wsubisnja\",\"family\":\"mngnzscxaqw\",\"capacity\":2024300309}},{\"resourceType\":\"cbonqvpk\",\"sku\":{\"name\":\"rxnjeaseipheofl\",\"tier\":\"Basic\",\"size\":\"y\",\"family\":\"nj\",\"capacity\":147839675}},{\"resourceType\":\"tgrhpdjpjumas\",\"sku\":{\"name\":\"zj\",\"tier\":\"Premium\",\"size\":\"gual\",\"family\":\"xxhejjzzvd\",\"capacity\":572482803}}]}")
+ "{\"value\":[{\"resourceType\":\"pheoflokeyy\",\"sku\":{\"name\":\"nj\",\"tier\":\"Basic\",\"size\":\"tgrhpdjpjumas\",\"family\":\"zj\",\"capacity\":1063088657}},{\"resourceType\":\"gual\",\"sku\":{\"name\":\"xxhejjzzvd\",\"tier\":\"Free\",\"size\":\"dslfhotwmcy\",\"family\":\"wlbjnpgacftade\",\"capacity\":2035779275}},{\"resourceType\":\"tyfsoppusuesn\",\"sku\":{\"name\":\"dejbavo\",\"tier\":\"Standard\",\"size\":\"mohctb\",\"family\":\"udwxdndnvowguj\",\"capacity\":408024361}},{\"resourceType\":\"dkcglhsl\",\"sku\":{\"name\":\"jdyggdtji\",\"tier\":\"Free\",\"size\":\"uofqwe\",\"family\":\"hmenevfyexfwhybc\",\"capacity\":1547255739}}]}")
.toObject(AccountSkuListResultInner.class);
- Assertions.assertEquals("qgtz", model.value().get(0).resourceType());
- Assertions.assertEquals("pnqbqqwxrjfe", model.value().get(0).sku().name());
+ Assertions.assertEquals("pheoflokeyy", model.value().get(0).resourceType());
+ Assertions.assertEquals("nj", model.value().get(0).sku().name());
Assertions.assertEquals(SkuTier.BASIC, model.value().get(0).sku().tier());
- Assertions.assertEquals("wsubisnja", model.value().get(0).sku().size());
- Assertions.assertEquals("mngnzscxaqw", model.value().get(0).sku().family());
- Assertions.assertEquals(2024300309, model.value().get(0).sku().capacity());
+ Assertions.assertEquals("tgrhpdjpjumas", model.value().get(0).sku().size());
+ Assertions.assertEquals("zj", model.value().get(0).sku().family());
+ Assertions.assertEquals(1063088657, model.value().get(0).sku().capacity());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountSkuTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountSkuTests.java
index 81db6c9f35c1..15da2e367c98 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountSkuTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountSkuTests.java
@@ -13,13 +13,13 @@ public final class AccountSkuTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AccountSku model = BinaryData.fromString(
- "{\"resourceType\":\"dslfhotwmcy\",\"sku\":{\"name\":\"wlbjnpgacftade\",\"tier\":\"Basic\",\"size\":\"tyfsoppusuesn\",\"family\":\"dejbavo\",\"capacity\":669466066}}")
+ "{\"resourceType\":\"vdcsitynn\",\"sku\":{\"name\":\"mdectehfiqscjey\",\"tier\":\"Premium\",\"size\":\"zrkgqhcjrefovg\",\"family\":\"qsl\",\"capacity\":1641560645}}")
.toObject(AccountSku.class);
- Assertions.assertEquals("dslfhotwmcy", model.resourceType());
- Assertions.assertEquals("wlbjnpgacftade", model.sku().name());
- Assertions.assertEquals(SkuTier.BASIC, model.sku().tier());
- Assertions.assertEquals("tyfsoppusuesn", model.sku().size());
- Assertions.assertEquals("dejbavo", model.sku().family());
- Assertions.assertEquals(669466066, model.sku().capacity());
+ Assertions.assertEquals("vdcsitynn", model.resourceType());
+ Assertions.assertEquals("mdectehfiqscjey", model.sku().name());
+ Assertions.assertEquals(SkuTier.PREMIUM, model.sku().tier());
+ Assertions.assertEquals("zrkgqhcjrefovg", model.sku().size());
+ Assertions.assertEquals("qsl", model.sku().family());
+ Assertions.assertEquals(1641560645, model.sku().capacity());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsDeleteMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsDeleteMockTests.java
index 63b704134169..66614b024334 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsDeleteMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsDeleteMockTests.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.accounts().delete("ci", "kwdvbtb", com.azure.core.util.Context.NONE);
+ manager.accounts().delete("uoxudnmckaprh", "nqi", com.azure.core.util.Context.NONE);
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsEvaluateDeploymentPoliciesWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsEvaluateDeploymentPoliciesWithResponseMockTests.java
index 32ebea3d734c..a8b165669c7c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsEvaluateDeploymentPoliciesWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsEvaluateDeploymentPoliciesWithResponseMockTests.java
@@ -27,7 +27,7 @@ public final class AccountsEvaluateDeploymentPoliciesWithResponseMockTests {
@Test
public void testEvaluateDeploymentPoliciesWithResponse() throws Exception {
String responseStr
- = "{\"results\":{\"yfgwewqkj\":{\"evaluationOutcome\":\"Error\",\"errorMessage\":\"pvckojazbbgs\",\"nonCompliantAssignments\":[{\"assignmentId\":\"subzp\",\"policyDefinitionId\":\"vdylytcovqseusrf\",\"policySetDefinitionId\":\"d\",\"evaluationOutcome\":\"NonCompliant\",\"nonComplianceReason\":\"nxmlbmuoswk\",\"effect\":\"dihdcyyyzlwhb\",\"expressionEvaluations\":[{},{}]},{\"assignmentId\":\"ufzrfgmdqgnnbzrt\",\"policyDefinitionId\":\"edzuub\",\"policySetDefinitionId\":\"vgjs\",\"evaluationOutcome\":\"NonCompliant\",\"nonComplianceReason\":\"jjvavdpww\",\"effect\":\"tdp\",\"expressionEvaluations\":[{}]},{\"assignmentId\":\"sffofwanmhksca\",\"policyDefinitionId\":\"azcg\",\"policySetDefinitionId\":\"friwgybjp\",\"evaluationOutcome\":\"Compliant\",\"nonComplianceReason\":\"scvgl\",\"effect\":\"x\",\"expressionEvaluations\":[{}]}]},\"pcs\":{\"evaluationOutcome\":\"NonCompliant\",\"errorMessage\":\"wpxsoo\",\"nonCompliantAssignments\":[{\"assignmentId\":\"lcsklt\",\"policyDefinitionId\":\"uugggzlfbgrd\",\"policySetDefinitionId\":\"ubsrtmdylperpilt\",\"evaluationOutcome\":\"Error\",\"nonComplianceReason\":\"czfcmfpfbod\",\"effect\":\"resrgvtshuvft\",\"expressionEvaluations\":[{},{},{},{}]},{\"assignmentId\":\"muqkevzgjypanhx\",\"policyDefinitionId\":\"dxxzetwwzjwotn\",\"policySetDefinitionId\":\"kf\",\"evaluationOutcome\":\"NonCompliant\",\"nonComplianceReason\":\"rfo\",\"effect\":\"wecr\",\"expressionEvaluations\":[{},{},{}]}]},\"socwiqbuout\":{\"evaluationOutcome\":\"Compliant\",\"errorMessage\":\"ovppqibukklvzrlr\",\"nonCompliantAssignments\":[{\"assignmentId\":\"metjs\",\"policyDefinitionId\":\"ivfqbqnasdsy\",\"policySetDefinitionId\":\"zsieuscplhyvd\",\"evaluationOutcome\":\"Compliant\",\"nonComplianceReason\":\"zkxitd\",\"effect\":\"ezsvkolrupjov\",\"expressionEvaluations\":[{},{},{}]},{\"assignmentId\":\"ayeb\",\"policyDefinitionId\":\"zwzlp\",\"policySetDefinitionId\":\"tzuykykipfsdye\",\"evaluationOutcome\":\"NonCompliant\",\"nonComplianceReason\":\"cmbezac\",\"effect\":\"ztgaz\",\"expressionEvaluations\":[{}]},{\"assignmentId\":\"jga\",\"policyDefinitionId\":\"kctgkp\",\"policySetDefinitionId\":\"kqzkcyzmff\",\"evaluationOutcome\":\"Compliant\",\"nonComplianceReason\":\"fcixrh\",\"effect\":\"qvhoej\",\"expressionEvaluations\":[{}]},{\"assignmentId\":\"tgwrmkahpqha\",\"policyDefinitionId\":\"ntacih\",\"policySetDefinitionId\":\"ogmipnmliqmvl\",\"evaluationOutcome\":\"NonCompliant\",\"nonComplianceReason\":\"eaqgrvgpomxpupd\",\"effect\":\"dfj\",\"expressionEvaluations\":[{},{},{}]}]}}}";
+ = "{\"results\":{\"tgirnb\":{\"evaluationOutcome\":\"NonCompliant\",\"errorMessage\":\"xi\",\"nonCompliantAssignments\":[{\"assignmentId\":\"fyzavfrbypicdb\",\"policyDefinitionId\":\"dj\",\"policySetDefinitionId\":\"qh\",\"evaluationOutcome\":\"Compliant\",\"nonComplianceReason\":\"zpdgonjhxshthmgp\",\"effect\":\"qulpt\",\"expressionEvaluations\":[{},{},{},{}]},{\"assignmentId\":\"pxtzhigqqbtimpk\",\"policyDefinitionId\":\"lornsihqh\",\"policySetDefinitionId\":\"smusuaawj\",\"evaluationOutcome\":\"Error\",\"nonComplianceReason\":\"jnfczmnniixy\",\"effect\":\"qban\",\"expressionEvaluations\":[{},{}]}]}}}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -36,67 +36,34 @@ public void testEvaluateDeploymentPoliciesWithResponse() throws Exception {
.authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)),
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
- EvaluateDeploymentPoliciesResponse response
- = manager.accounts()
- .evaluateDeploymentPoliciesWithResponse("giomqo", "pepiaeapfs",
- new EvaluateDeploymentPoliciesRequest()
- .withDeployments(
- Arrays
- .asList(
- new EvaluateDeploymentPoliciesDeployment().withName("gdtpe")
- .withProperties(new EvaluateDeploymentPoliciesDeploymentProperties()
- .withModel(new DeploymentModel().withPublisher("acyh")
- .withFormat("wbpqqncjubkhjoz")
- .withName("mcwmbup")
- .withVersion("qyvliqiipsejbsvs")
- .withSource("ieswhddzydisn")
- .withSourceAccount("pywyjlnld"))
- .withRaiPolicyName("ttdiia")),
- new EvaluateDeploymentPoliciesDeployment().withName("cqibzj")
- .withProperties(
- new EvaluateDeploymentPoliciesDeploymentProperties().withModel(
- new DeploymentModel().withPublisher("weebiphryv")
- .withFormat("wqwoqsratjhdhzyb")
- .withName("ijh")
- .withVersion("zgdkkagvwu")
- .withSource("susmmorfmzhwi")
- .withSourceAccount("zhnijmr"))
- .withRaiPolicyName("lk")),
- new EvaluateDeploymentPoliciesDeployment().withName("neyttl")
- .withProperties(
- new EvaluateDeploymentPoliciesDeploymentProperties()
- .withModel(new DeploymentModel().withPublisher("xivcbkutpumlt")
- .withFormat("fluxynbpvz")
- .withName("ywauyqnjckhm")
- .withVersion("gjs")
- .withSource("ouarhwvixqqggljk")
- .withSourceAccount("sjrclrvtzq"))
- .withRaiPolicyName("ctbhpjhxpcvrd")),
- new EvaluateDeploymentPoliciesDeployment().withName("y")
- .withProperties(new EvaluateDeploymentPoliciesDeploymentProperties()
- .withModel(new DeploymentModel().withPublisher("taneqadynzja")
- .withFormat("riuomzczfkic")
- .withName("vsaaxwsp")
- .withVersion("xikhfj")
- .withSource("bglcxkxgzzromvy")
- .withSourceAccount("sem"))
- .withRaiPolicyName("srfsvpinkzpatqt")))),
- com.azure.core.util.Context.NONE)
- .getValue();
+ EvaluateDeploymentPoliciesResponse response = manager.accounts()
+ .evaluateDeploymentPoliciesWithResponse("ztsdetjygow", "fcqpol",
+ new EvaluateDeploymentPoliciesRequest()
+ .withDeployments(Arrays.asList(new EvaluateDeploymentPoliciesDeployment().withName("gysdgzyyb")
+ .withProperties(new EvaluateDeploymentPoliciesDeploymentProperties()
+ .withModel(new DeploymentModel().withPublisher("xlvocptvdx")
+ .withFormat("eigmlil")
+ .withName("ghjhjvmabzzbwa")
+ .withVersion("fmdafbgymqtnap")
+ .withSource("ojxrjnbsconxavi")
+ .withSourceAccount("eychbji"))
+ .withRaiPolicyName("sgnwdxzedpq")))),
+ com.azure.core.util.Context.NONE)
+ .getValue();
- Assertions.assertEquals(PolicyEvaluationOutcome.ERROR, response.results().get("yfgwewqkj").evaluationOutcome());
- Assertions.assertEquals("pvckojazbbgs", response.results().get("yfgwewqkj").errorMessage());
- Assertions.assertEquals("subzp",
- response.results().get("yfgwewqkj").nonCompliantAssignments().get(0).assignmentId());
- Assertions.assertEquals("vdylytcovqseusrf",
- response.results().get("yfgwewqkj").nonCompliantAssignments().get(0).policyDefinitionId());
- Assertions.assertEquals("d",
- response.results().get("yfgwewqkj").nonCompliantAssignments().get(0).policySetDefinitionId());
Assertions.assertEquals(PolicyEvaluationOutcome.NON_COMPLIANT,
- response.results().get("yfgwewqkj").nonCompliantAssignments().get(0).evaluationOutcome());
- Assertions.assertEquals("nxmlbmuoswk",
- response.results().get("yfgwewqkj").nonCompliantAssignments().get(0).nonComplianceReason());
- Assertions.assertEquals("dihdcyyyzlwhb",
- response.results().get("yfgwewqkj").nonCompliantAssignments().get(0).effect());
+ response.results().get("tgirnb").evaluationOutcome());
+ Assertions.assertEquals("xi", response.results().get("tgirnb").errorMessage());
+ Assertions.assertEquals("fyzavfrbypicdb",
+ response.results().get("tgirnb").nonCompliantAssignments().get(0).assignmentId());
+ Assertions.assertEquals("dj",
+ response.results().get("tgirnb").nonCompliantAssignments().get(0).policyDefinitionId());
+ Assertions.assertEquals("qh",
+ response.results().get("tgirnb").nonCompliantAssignments().get(0).policySetDefinitionId());
+ Assertions.assertEquals(PolicyEvaluationOutcome.COMPLIANT,
+ response.results().get("tgirnb").nonCompliantAssignments().get(0).evaluationOutcome());
+ Assertions.assertEquals("zpdgonjhxshthmgp",
+ response.results().get("tgirnb").nonCompliantAssignments().get(0).nonComplianceReason());
+ Assertions.assertEquals("qulpt", response.results().get("tgirnb").nonCompliantAssignments().get(0).effect());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSkusWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSkusWithResponseMockTests.java
index 360864cfc774..b13b7a873097 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSkusWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListSkusWithResponseMockTests.java
@@ -22,7 +22,7 @@ public final class AccountsListSkusWithResponseMockTests {
@Test
public void testListSkusWithResponse() throws Exception {
String responseStr
- = "{\"value\":[{\"resourceType\":\"jhvvlrlo\",\"sku\":{\"name\":\"wjjmajnkdflqi\",\"tier\":\"Enterprise\",\"size\":\"aeqkzfzqxjoshoh\",\"family\":\"tryegpkh\",\"capacity\":79529746}},{\"resourceType\":\"xznlwkbfokxk\",\"sku\":{\"name\":\"p\",\"tier\":\"Premium\",\"size\":\"fgjblcd\",\"family\":\"yfcemftz\",\"capacity\":226597669}},{\"resourceType\":\"y\",\"sku\":{\"name\":\"ugekdfqn\",\"tier\":\"Free\",\"size\":\"do\",\"family\":\"czfjjnn\",\"capacity\":351138135}},{\"resourceType\":\"kkmhm\",\"sku\":{\"name\":\"lwe\",\"tier\":\"Free\",\"size\":\"ifrhjulrsul\",\"family\":\"pflu\",\"capacity\":1134501499}}]}";
+ = "{\"value\":[{\"resourceType\":\"cbjqqwmtqsm\",\"sku\":{\"name\":\"sazuxejgwecywnfy\",\"tier\":\"Enterprise\",\"size\":\"czs\",\"family\":\"q\",\"capacity\":574281119}},{\"resourceType\":\"dbbo\",\"sku\":{\"name\":\"yvrmkjm\",\"tier\":\"Free\",\"size\":\"chwudlxee\",\"family\":\"tpmnoe\",\"capacity\":1026884990}},{\"resourceType\":\"fmsibzoyrfgxkyd\",\"sku\":{\"name\":\"yp\",\"tier\":\"Premium\",\"size\":\"mtywhla\",\"family\":\"p\",\"capacity\":1568923478}}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -32,13 +32,13 @@ public void testListSkusWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AccountSkuListResult response
- = manager.accounts().listSkusWithResponse("awi", "bmom", com.azure.core.util.Context.NONE).getValue();
+ = manager.accounts().listSkusWithResponse("vgjbfio", "pn", com.azure.core.util.Context.NONE).getValue();
- Assertions.assertEquals("jhvvlrlo", response.value().get(0).resourceType());
- Assertions.assertEquals("wjjmajnkdflqi", response.value().get(0).sku().name());
+ Assertions.assertEquals("cbjqqwmtqsm", response.value().get(0).resourceType());
+ Assertions.assertEquals("sazuxejgwecywnfy", response.value().get(0).sku().name());
Assertions.assertEquals(SkuTier.ENTERPRISE, response.value().get(0).sku().tier());
- Assertions.assertEquals("aeqkzfzqxjoshoh", response.value().get(0).sku().size());
- Assertions.assertEquals("tryegpkh", response.value().get(0).sku().family());
- Assertions.assertEquals(79529746, response.value().get(0).sku().capacity());
+ Assertions.assertEquals("czs", response.value().get(0).sku().size());
+ Assertions.assertEquals("q", response.value().get(0).sku().family());
+ Assertions.assertEquals(574281119, response.value().get(0).sku().capacity());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListUsagesWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListUsagesWithResponseMockTests.java
index e724d5d269db..719894548853 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListUsagesWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AccountsListUsagesWithResponseMockTests.java
@@ -24,7 +24,7 @@ public final class AccountsListUsagesWithResponseMockTests {
@Test
public void testListUsagesWithResponse() throws Exception {
String responseStr
- = "{\"nextLink\":\"pcqydeykvsk\",\"value\":[{\"unit\":\"Bytes\",\"name\":{\"value\":\"eizikgqaboohxbms\",\"localizedValue\":\"cqsxrmdvewu\"},\"quotaPeriod\":\"aeohpjhgejkbvhh\",\"limit\":36.396393370026814,\"currentValue\":16.961813759748978,\"nextResetTime\":\"xaex\",\"status\":\"Unknown\",\"scopeType\":\"Global\",\"scopeId\":\"joezlqxrkdknkobe\"},{\"unit\":\"Bytes\",\"name\":{\"value\":\"z\",\"localizedValue\":\"tzamicbig\"},\"quotaPeriod\":\"dgzsez\",\"limit\":14.188725307797224,\"currentValue\":75.54402214953816,\"nextResetTime\":\"raabmdlqjb\",\"status\":\"InOverage\",\"scopeType\":\"Global\",\"scopeId\":\"lhupmomihzbdnpxp\"},{\"unit\":\"CountPerSecond\",\"name\":{\"value\":\"eyxel\",\"localizedValue\":\"cghf\"},\"quotaPeriod\":\"ufssjyghsfxr\",\"limit\":78.65387903381382,\"currentValue\":49.44907921858409,\"nextResetTime\":\"qfmefgvqcpdwj\",\"status\":\"InOverage\",\"scopeType\":\"Classic\",\"scopeId\":\"ysla\"}]}";
+ = "{\"nextLink\":\"atwfauj\",\"value\":[{\"unit\":\"Milliseconds\",\"name\":{\"value\":\"r\",\"localizedValue\":\"gddhjkrukizyhgs\"},\"quotaPeriod\":\"nqskt\",\"limit\":52.50280800542966,\"currentValue\":25.39356583900255,\"nextResetTime\":\"gweeiwd\",\"status\":\"Included\",\"scopeType\":\"DataZone\",\"scopeId\":\"bf\"},{\"unit\":\"Seconds\",\"name\":{\"value\":\"tunmlhxd\",\"localizedValue\":\"klciichgjsysm\"},\"quotaPeriod\":\"o\",\"limit\":99.37963130435838,\"currentValue\":53.5735232788603,\"nextResetTime\":\"ifc\",\"status\":\"Unknown\",\"scopeType\":\"Regional\",\"scopeId\":\"gcwx\"},{\"unit\":\"Count\",\"name\":{\"value\":\"wjtrdxriza\",\"localizedValue\":\"bgiark\"},\"quotaPeriod\":\"kpgdqxwabzrwiq\",\"limit\":12.102028897079531,\"currentValue\":55.41303683641783,\"nextResetTime\":\"osqkptjqgk\",\"status\":\"Blocked\",\"scopeType\":\"DataZone\",\"scopeId\":\"nwhedxkpbqwun\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -34,19 +34,19 @@ public void testListUsagesWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
UsageListResult response = manager.accounts()
- .listUsagesWithResponse("wmh", "gzotfriyrgkoekvz", "xxyxhighctxbxm", com.azure.core.util.Context.NONE)
+ .listUsagesWithResponse("ewp", "jlfxampqcrzgeuq", "b", com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("pcqydeykvsk", response.nextLink());
- Assertions.assertEquals(UnitType.BYTES, response.value().get(0).unit());
- Assertions.assertEquals("eizikgqaboohxbms", response.value().get(0).name().value());
- Assertions.assertEquals("cqsxrmdvewu", response.value().get(0).name().localizedValue());
- Assertions.assertEquals("aeohpjhgejkbvhh", response.value().get(0).quotaPeriod());
- Assertions.assertEquals(36.396393370026814D, response.value().get(0).limit());
- Assertions.assertEquals(16.961813759748978D, response.value().get(0).currentValue());
- Assertions.assertEquals("xaex", response.value().get(0).nextResetTime());
- Assertions.assertEquals(QuotaUsageStatus.UNKNOWN, response.value().get(0).status());
- Assertions.assertEquals(QuotaScopeType.GLOBAL, response.value().get(0).scopeType());
- Assertions.assertEquals("joezlqxrkdknkobe", response.value().get(0).scopeId());
+ Assertions.assertEquals("atwfauj", response.nextLink());
+ Assertions.assertEquals(UnitType.MILLISECONDS, response.value().get(0).unit());
+ Assertions.assertEquals("r", response.value().get(0).name().value());
+ Assertions.assertEquals("gddhjkrukizyhgs", response.value().get(0).name().localizedValue());
+ Assertions.assertEquals("nqskt", response.value().get(0).quotaPeriod());
+ Assertions.assertEquals(52.50280800542966D, response.value().get(0).limit());
+ Assertions.assertEquals(25.39356583900255D, response.value().get(0).currentValue());
+ Assertions.assertEquals("gweeiwd", response.value().get(0).nextResetTime());
+ Assertions.assertEquals(QuotaUsageStatus.INCLUDED, response.value().get(0).status());
+ Assertions.assertEquals(QuotaScopeType.DATA_ZONE, response.value().get(0).scopeType());
+ Assertions.assertEquals("bf", response.value().get(0).scopeId());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDisableWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDisableWithResponseMockTests.java
index 6175c3edfd4f..77cb66ba7ddf 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDisableWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsDisableWithResponseMockTests.java
@@ -28,7 +28,7 @@ public void testDisableWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
manager.agentApplications()
- .disableWithResponse("lbadp", "sjdle", "jvm", "vl", com.azure.core.util.Context.NONE);
+ .disableWithResponse("iunnep", "wz", "zkueruwcjomipvw", "a", com.azure.core.util.Context.NONE);
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsEnableWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsEnableWithResponseMockTests.java
index bc20e17d8310..55f66b5c5d01 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsEnableWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsEnableWithResponseMockTests.java
@@ -28,7 +28,8 @@ public void testEnableWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
manager.agentApplications()
- .enableWithResponse("vuqoqjrkblndyc", "wgycvtqnzjc", "qqzhem", "tbwn", com.azure.core.util.Context.NONE);
+ .enableWithResponse("akeszsuuvul", "qcwggchxvl", "gfbrv", "cicaovphirlzbi",
+ com.azure.core.util.Context.NONE);
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListAgentsWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListAgentsWithResponseMockTests.java
index 6d08dee168b5..73bc94b5b0e2 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListAgentsWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentApplicationsListAgentsWithResponseMockTests.java
@@ -21,7 +21,7 @@ public final class AgentApplicationsListAgentsWithResponseMockTests {
@Test
public void testListAgentsWithResponse() throws Exception {
String responseStr
- = "{\"nextLink\":\"ftyaphq\",\"value\":[{\"properties\":{\"agentId\":\"tlsnlowmcmc\",\"agentName\":\"xuanccqvjfdgfq\"},\"id\":\"quxpjhcfaara\",\"name\":\"ci\",\"type\":\"vmufzgug\"},{\"properties\":{\"agentId\":\"lwalaossnqe\",\"agentName\":\"otbptg\"},\"id\":\"manxx\",\"name\":\"wqfmdqecvta\",\"type\":\"qwzmnobfewwpsibx\"}]}";
+ = "{\"nextLink\":\"rcmelycpgokut\",\"value\":[{\"properties\":{\"agentId\":\"bn\",\"agentName\":\"nv\"},\"id\":\"hfuzzlapyixlvz\",\"name\":\"gulaebxiauqs\",\"type\":\"ptessjlw\"},{\"properties\":{\"agentId\":\"atpvbl\",\"agentName\":\"xgxqayga\"},\"id\":\"kvc\",\"name\":\"wpvlcjbvyezjwjkq\",\"type\":\"nbwhiieyoz\"},{\"properties\":{\"agentId\":\"cwf\",\"agentName\":\"cwnbcgqefgzjvbx\"},\"id\":\"bg\",\"name\":\"arxt\",\"type\":\"uc\"},{\"properties\":{\"agentId\":\"gvkdlhuduk\",\"agentName\":\"joafm\"},\"id\":\"exulvoepknarseia\",\"name\":\"csqoacbuqdgs\",\"type\":\"pleqfgkxenvszglv\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -31,11 +31,12 @@ public void testListAgentsWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AgentReferenceResourceArmPaginatedResult response = manager.agentApplications()
- .listAgentsWithResponse("qid", "imlgbbfjmdg", "v", "lhmpm", com.azure.core.util.Context.NONE)
+ .listAgentsWithResponse("aphifkfrpm", "lubpebrmjjnfpght", "ttpkims", "hnkkhbykrs",
+ com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("ftyaphq", response.nextLink());
- Assertions.assertEquals("tlsnlowmcmc", response.value().get(0).properties().agentId());
- Assertions.assertEquals("xuanccqvjfdgfq", response.value().get(0).properties().agentName());
+ Assertions.assertEquals("rcmelycpgokut", response.nextLink());
+ Assertions.assertEquals("bn", response.value().get(0).properties().agentId());
+ Assertions.assertEquals("nv", response.value().get(0).properties().agentName());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentInnerTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentInnerTests.java
index 26f4562a4d34..34510a6b6d94 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentInnerTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentInnerTests.java
@@ -20,55 +20,47 @@ public final class AgentDeploymentInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AgentDeploymentInner model = BinaryData.fromString(
- "{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"xawqy\",\"deploymentId\":\"lhdyzmyckzex\",\"state\":\"Stopped\",\"protocols\":[{\"protocol\":\"A2A\",\"version\":\"ymx\"},{\"protocol\":\"A2A\",\"version\":\"jkdtfoh\"},{\"protocol\":\"A2A\",\"version\":\"zvkiwrsiwdy\"}],\"agents\":[{\"agentVersion\":\"ykcrraue\",\"agentId\":\"csuehogddac\",\"agentName\":\"bgydlqidywm\"},{\"agentVersion\":\"ptyrilkfbnrqqxv\",\"agentId\":\"pbnfnqtx\",\"agentName\":\"omals\"},{\"agentVersion\":\"nfddepldwqjns\",\"agentId\":\"ygleexa\",\"agentName\":\"mywhsb\"},{\"agentVersion\":\"arycsjjzyvoaqa\",\"agentId\":\"vehzp\",\"agentName\":\"mk\"}],\"provisioningState\":\"Failed\",\"description\":\"mpfu\",\"tags\":{\"krvfyifkdschl\":\"efgybpmfbfununmp\"}},\"id\":\"fict\",\"name\":\"kjjwgcwn\",\"type\":\"hbkgfyrt\"}")
+ "{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"nygnxcgjtfrnquk\",\"deploymentId\":\"fnslnlrxsmy\",\"state\":\"Stopping\",\"protocols\":[{\"protocol\":\"Responses\",\"version\":\"tbgwjdxwnazkur\"}],\"agents\":[{\"agentVersion\":\"yzjwhsetwwjwzzq\",\"agentId\":\"uzu\",\"agentName\":\"y\"},{\"agentVersion\":\"yqhyqqzzdcykey\",\"agentId\":\"ewfopazdazg\",\"agentName\":\"qgpewqcfutmdpvoz\"}],\"provisioningState\":\"Failed\",\"description\":\"bknlzcl\",\"tags\":{\"zqauxzan\":\"eyowmndcovd\",\"fruwkud\":\"mk\",\"ucmci\":\"bcpftxudqyemebun\",\"ohaitranizerwgud\":\"tneemmjauwcgxef\"}},\"id\":\"mxubvfbngfcoce\",\"name\":\"hpriylfm\",\"type\":\"ztraud\"}")
.toObject(AgentDeploymentInner.class);
- Assertions.assertEquals("mpfu", model.properties().description());
- Assertions.assertEquals("efgybpmfbfununmp", model.properties().tags().get("krvfyifkdschl"));
- Assertions.assertEquals("xawqy", model.properties().displayName());
- Assertions.assertEquals("lhdyzmyckzex", model.properties().deploymentId());
- Assertions.assertEquals(AgentDeploymentState.STOPPED, model.properties().state());
- Assertions.assertEquals(AgentProtocol.A2A, model.properties().protocols().get(0).protocol());
- Assertions.assertEquals("ymx", model.properties().protocols().get(0).version());
- Assertions.assertEquals("csuehogddac", model.properties().agents().get(0).agentId());
- Assertions.assertEquals("bgydlqidywm", model.properties().agents().get(0).agentName());
- Assertions.assertEquals("ykcrraue", model.properties().agents().get(0).agentVersion());
+ Assertions.assertEquals("bknlzcl", model.properties().description());
+ Assertions.assertEquals("eyowmndcovd", model.properties().tags().get("zqauxzan"));
+ Assertions.assertEquals("nygnxcgjtfrnquk", model.properties().displayName());
+ Assertions.assertEquals("fnslnlrxsmy", model.properties().deploymentId());
+ Assertions.assertEquals(AgentDeploymentState.STOPPING, model.properties().state());
+ Assertions.assertEquals(AgentProtocol.RESPONSES, model.properties().protocols().get(0).protocol());
+ Assertions.assertEquals("tbgwjdxwnazkur", model.properties().protocols().get(0).version());
+ Assertions.assertEquals("uzu", model.properties().agents().get(0).agentId());
+ Assertions.assertEquals("y", model.properties().agents().get(0).agentName());
+ Assertions.assertEquals("yzjwhsetwwjwzzq", model.properties().agents().get(0).agentVersion());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
AgentDeploymentInner model = new AgentDeploymentInner().withProperties(new AgentDeploymentProperties()
- .withDescription("mpfu")
- .withTags(mapOf("krvfyifkdschl", "efgybpmfbfununmp"))
- .withDisplayName("xawqy")
- .withDeploymentId("lhdyzmyckzex")
- .withState(AgentDeploymentState.STOPPED)
- .withProtocols(Arrays.asList(new AgentProtocolVersion().withProtocol(AgentProtocol.A2A).withVersion("ymx"),
- new AgentProtocolVersion().withProtocol(AgentProtocol.A2A).withVersion("jkdtfoh"),
- new AgentProtocolVersion().withProtocol(AgentProtocol.A2A).withVersion("zvkiwrsiwdy")))
+ .withDescription("bknlzcl")
+ .withTags(mapOf("zqauxzan", "eyowmndcovd", "fruwkud", "mk", "ucmci", "bcpftxudqyemebun", "ohaitranizerwgud",
+ "tneemmjauwcgxef"))
+ .withDisplayName("nygnxcgjtfrnquk")
+ .withDeploymentId("fnslnlrxsmy")
+ .withState(AgentDeploymentState.STOPPING)
+ .withProtocols(Arrays
+ .asList(new AgentProtocolVersion().withProtocol(AgentProtocol.RESPONSES).withVersion("tbgwjdxwnazkur")))
.withAgents(Arrays.asList(
- new VersionedAgentReference().withAgentId("csuehogddac")
- .withAgentName("bgydlqidywm")
- .withAgentVersion("ykcrraue"),
- new VersionedAgentReference().withAgentId("pbnfnqtx")
- .withAgentName("omals")
- .withAgentVersion("ptyrilkfbnrqqxv"),
- new VersionedAgentReference().withAgentId("ygleexa")
- .withAgentName("mywhsb")
- .withAgentVersion("nfddepldwqjns"),
- new VersionedAgentReference().withAgentId("vehzp")
- .withAgentName("mk")
- .withAgentVersion("arycsjjzyvoaqa"))));
+ new VersionedAgentReference().withAgentId("uzu").withAgentName("y").withAgentVersion("yzjwhsetwwjwzzq"),
+ new VersionedAgentReference().withAgentId("ewfopazdazg")
+ .withAgentName("qgpewqcfutmdpvoz")
+ .withAgentVersion("yqhyqqzzdcykey"))));
model = BinaryData.fromObject(model).toObject(AgentDeploymentInner.class);
- Assertions.assertEquals("mpfu", model.properties().description());
- Assertions.assertEquals("efgybpmfbfununmp", model.properties().tags().get("krvfyifkdschl"));
- Assertions.assertEquals("xawqy", model.properties().displayName());
- Assertions.assertEquals("lhdyzmyckzex", model.properties().deploymentId());
- Assertions.assertEquals(AgentDeploymentState.STOPPED, model.properties().state());
- Assertions.assertEquals(AgentProtocol.A2A, model.properties().protocols().get(0).protocol());
- Assertions.assertEquals("ymx", model.properties().protocols().get(0).version());
- Assertions.assertEquals("csuehogddac", model.properties().agents().get(0).agentId());
- Assertions.assertEquals("bgydlqidywm", model.properties().agents().get(0).agentName());
- Assertions.assertEquals("ykcrraue", model.properties().agents().get(0).agentVersion());
+ Assertions.assertEquals("bknlzcl", model.properties().description());
+ Assertions.assertEquals("eyowmndcovd", model.properties().tags().get("zqauxzan"));
+ Assertions.assertEquals("nygnxcgjtfrnquk", model.properties().displayName());
+ Assertions.assertEquals("fnslnlrxsmy", model.properties().deploymentId());
+ Assertions.assertEquals(AgentDeploymentState.STOPPING, model.properties().state());
+ Assertions.assertEquals(AgentProtocol.RESPONSES, model.properties().protocols().get(0).protocol());
+ Assertions.assertEquals("tbgwjdxwnazkur", model.properties().protocols().get(0).version());
+ Assertions.assertEquals("uzu", model.properties().agents().get(0).agentId());
+ Assertions.assertEquals("y", model.properties().agents().get(0).agentName());
+ Assertions.assertEquals("yzjwhsetwwjwzzq", model.properties().agents().get(0).agentVersion());
}
// Use "Map.of" if available
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentPropertiesTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentPropertiesTests.java
index cbb79700fe7e..5400f0ada3b9 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentPropertiesTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentPropertiesTests.java
@@ -19,54 +19,50 @@ public final class AgentDeploymentPropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AgentDeploymentProperties model = BinaryData.fromString(
- "{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"mhmjpjs\",\"deploymentId\":\"fp\",\"state\":\"Running\",\"protocols\":[{\"protocol\":\"Agent\",\"version\":\"gwmseharxifv\"},{\"protocol\":\"Responses\",\"version\":\"tmbpjp\"},{\"protocol\":\"A2A\",\"version\":\"jhrsidqpxlb\"},{\"protocol\":\"Agent\",\"version\":\"f\"}],\"agents\":[{\"agentVersion\":\"twmykyut\",\"agentId\":\"mdwmf\",\"agentName\":\"pycvjqdvdwkqpldr\"},{\"agentVersion\":\"fgnaavuagnteta\",\"agentId\":\"tnpdctuhspfefy\",\"agentName\":\"duyeuyl\"},{\"agentVersion\":\"hmtybkcgsuthhll\",\"agentId\":\"wynefx\",\"agentName\":\"lf\"}],\"provisioningState\":\"Canceled\",\"description\":\"xtjrrlk\",\"tags\":{\"xcxscvslxlh\":\"kjhhxdlajf\"}}")
+ "{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"hlcdc\",\"deploymentId\":\"regp\",\"state\":\"Running\",\"protocols\":[{\"protocol\":\"A2A\",\"version\":\"ztnvgy\"},{\"protocol\":\"Agent\",\"version\":\"dgrtwmew\"},{\"protocol\":\"Agent\",\"version\":\"ykcfazz\"},{\"protocol\":\"Agent\",\"version\":\"yerzrransybyl\"}],\"agents\":[{\"agentVersion\":\"zrghsrleink\",\"agentId\":\"cjfncjwvuagfq\",\"agentName\":\"ltngvmreupt\"},{\"agentVersion\":\"lzmijajwolxfsv\",\"agentId\":\"h\",\"agentName\":\"ynwlslrcigtzjcv\"}],\"provisioningState\":\"Creating\",\"description\":\"a\",\"tags\":{\"xpavid\":\"ssov\",\"fcvvy\":\"ievw\",\"xgcbdsvalpnpt\":\"zslp\"}}")
.toObject(AgentDeploymentProperties.class);
- Assertions.assertEquals("xtjrrlk", model.description());
- Assertions.assertEquals("kjhhxdlajf", model.tags().get("xcxscvslxlh"));
- Assertions.assertEquals("mhmjpjs", model.displayName());
- Assertions.assertEquals("fp", model.deploymentId());
+ Assertions.assertEquals("a", model.description());
+ Assertions.assertEquals("ssov", model.tags().get("xpavid"));
+ Assertions.assertEquals("hlcdc", model.displayName());
+ Assertions.assertEquals("regp", model.deploymentId());
Assertions.assertEquals(AgentDeploymentState.RUNNING, model.state());
- Assertions.assertEquals(AgentProtocol.AGENT, model.protocols().get(0).protocol());
- Assertions.assertEquals("gwmseharxifv", model.protocols().get(0).version());
- Assertions.assertEquals("mdwmf", model.agents().get(0).agentId());
- Assertions.assertEquals("pycvjqdvdwkqpldr", model.agents().get(0).agentName());
- Assertions.assertEquals("twmykyut", model.agents().get(0).agentVersion());
+ Assertions.assertEquals(AgentProtocol.A2A, model.protocols().get(0).protocol());
+ Assertions.assertEquals("ztnvgy", model.protocols().get(0).version());
+ Assertions.assertEquals("cjfncjwvuagfq", model.agents().get(0).agentId());
+ Assertions.assertEquals("ltngvmreupt", model.agents().get(0).agentName());
+ Assertions.assertEquals("zrghsrleink", model.agents().get(0).agentVersion());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
- AgentDeploymentProperties model
- = new AgentDeploymentProperties().withDescription("xtjrrlk")
- .withTags(mapOf("xcxscvslxlh", "kjhhxdlajf"))
- .withDisplayName("mhmjpjs")
- .withDeploymentId("fp")
- .withState(AgentDeploymentState.RUNNING)
- .withProtocols(Arrays.asList(
- new AgentProtocolVersion().withProtocol(AgentProtocol.AGENT).withVersion("gwmseharxifv"),
- new AgentProtocolVersion().withProtocol(AgentProtocol.RESPONSES).withVersion("tmbpjp"),
- new AgentProtocolVersion().withProtocol(AgentProtocol.A2A).withVersion("jhrsidqpxlb"),
- new AgentProtocolVersion().withProtocol(AgentProtocol.AGENT).withVersion("f")))
- .withAgents(Arrays.asList(
- new VersionedAgentReference().withAgentId("mdwmf")
- .withAgentName("pycvjqdvdwkqpldr")
- .withAgentVersion("twmykyut"),
- new VersionedAgentReference().withAgentId("tnpdctuhspfefy")
- .withAgentName("duyeuyl")
- .withAgentVersion("fgnaavuagnteta"),
- new VersionedAgentReference().withAgentId("wynefx")
- .withAgentName("lf")
- .withAgentVersion("hmtybkcgsuthhll")));
+ AgentDeploymentProperties model = new AgentDeploymentProperties().withDescription("a")
+ .withTags(mapOf("xpavid", "ssov", "fcvvy", "ievw", "xgcbdsvalpnpt", "zslp"))
+ .withDisplayName("hlcdc")
+ .withDeploymentId("regp")
+ .withState(AgentDeploymentState.RUNNING)
+ .withProtocols(
+ Arrays.asList(new AgentProtocolVersion().withProtocol(AgentProtocol.A2A).withVersion("ztnvgy"),
+ new AgentProtocolVersion().withProtocol(AgentProtocol.AGENT).withVersion("dgrtwmew"),
+ new AgentProtocolVersion().withProtocol(AgentProtocol.AGENT).withVersion("ykcfazz"),
+ new AgentProtocolVersion().withProtocol(AgentProtocol.AGENT).withVersion("yerzrransybyl")))
+ .withAgents(Arrays.asList(
+ new VersionedAgentReference().withAgentId("cjfncjwvuagfq")
+ .withAgentName("ltngvmreupt")
+ .withAgentVersion("zrghsrleink"),
+ new VersionedAgentReference().withAgentId("h")
+ .withAgentName("ynwlslrcigtzjcv")
+ .withAgentVersion("lzmijajwolxfsv")));
model = BinaryData.fromObject(model).toObject(AgentDeploymentProperties.class);
- Assertions.assertEquals("xtjrrlk", model.description());
- Assertions.assertEquals("kjhhxdlajf", model.tags().get("xcxscvslxlh"));
- Assertions.assertEquals("mhmjpjs", model.displayName());
- Assertions.assertEquals("fp", model.deploymentId());
+ Assertions.assertEquals("a", model.description());
+ Assertions.assertEquals("ssov", model.tags().get("xpavid"));
+ Assertions.assertEquals("hlcdc", model.displayName());
+ Assertions.assertEquals("regp", model.deploymentId());
Assertions.assertEquals(AgentDeploymentState.RUNNING, model.state());
- Assertions.assertEquals(AgentProtocol.AGENT, model.protocols().get(0).protocol());
- Assertions.assertEquals("gwmseharxifv", model.protocols().get(0).version());
- Assertions.assertEquals("mdwmf", model.agents().get(0).agentId());
- Assertions.assertEquals("pycvjqdvdwkqpldr", model.agents().get(0).agentName());
- Assertions.assertEquals("twmykyut", model.agents().get(0).agentVersion());
+ Assertions.assertEquals(AgentProtocol.A2A, model.protocols().get(0).protocol());
+ Assertions.assertEquals("ztnvgy", model.protocols().get(0).version());
+ Assertions.assertEquals("cjfncjwvuagfq", model.agents().get(0).agentId());
+ Assertions.assertEquals("ltngvmreupt", model.agents().get(0).agentName());
+ Assertions.assertEquals("zrghsrleink", model.agents().get(0).agentVersion());
}
// Use "Map.of" if available
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentResourceArmPaginatedResultTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentResourceArmPaginatedResultTests.java
index cb1f770b27c8..542cab91742c 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentResourceArmPaginatedResultTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentResourceArmPaginatedResultTests.java
@@ -14,18 +14,18 @@ public final class AgentDeploymentResourceArmPaginatedResultTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AgentDeploymentResourceArmPaginatedResult model = BinaryData.fromString(
- "{\"nextLink\":\"arvsx\",\"value\":[{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"lcjkayspthzodub\",\"deploymentId\":\"mjtgblioskkfmkm\",\"state\":\"Stopping\",\"protocols\":[{\"protocol\":\"Agent\",\"version\":\"kkqvjcteoedl\"},{\"protocol\":\"Agent\",\"version\":\"kk\"},{\"protocol\":\"Agent\",\"version\":\"jnzdpvocojhpcna\"},{\"protocol\":\"Agent\",\"version\":\"snggytexvzilmhiv\"}],\"agents\":[{\"agentVersion\":\"wncknr\",\"agentId\":\"ajlskzptj\",\"agentName\":\"lwe\"},{\"agentVersion\":\"yrth\",\"agentId\":\"lehmcgcjeinueho\",\"agentName\":\"mvfejvqnttmbqd\"}],\"provisioningState\":\"Failed\",\"description\":\"ivfokpysthhzagj\",\"tags\":{\"g\":\"yrl\",\"qszllrz\":\"nuzejgvkveb\",\"gmihzpimcqr\":\"smmd\"}},\"id\":\"xtminklogxsvtzar\",\"name\":\"zvqnsqktcmbjwzzo\",\"type\":\"lpky\"},{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"glwkzpgajsqj\",\"deploymentId\":\"mqbmfuvqarwz\",\"state\":\"Stopped\",\"protocols\":[{\"protocol\":\"Responses\",\"version\":\"immbwxsfgtdm\"},{\"protocol\":\"A2A\",\"version\":\"kraokq\"},{\"protocol\":\"A2A\",\"version\":\"btwa\"}],\"agents\":[{\"agentVersion\":\"vlyttaaknwfrke\",\"agentId\":\"mhpdu\",\"agentName\":\"igatolekscbctna\"},{\"agentVersion\":\"imwbzxpdcldpk\",\"agentId\":\"n\",\"agentName\":\"laimouxwk\"}],\"provisioningState\":\"Canceled\",\"description\":\"dmfcoibicziusws\",\"tags\":{\"fwbivqvo\":\"kbqsjhbtqqvyfscy\"}},\"id\":\"uyzwvbhlimbyqecr\",\"name\":\"odlikcdrdaasax\",\"type\":\"obsmf\"},{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"iyjvz\",\"deploymentId\":\"osrnawnvzmlnkoy\",\"state\":\"Stopped\",\"protocols\":[{\"protocol\":\"Agent\",\"version\":\"qqax\"},{\"protocol\":\"Responses\",\"version\":\"mc\"}],\"agents\":[{\"agentVersion\":\"doabhj\",\"agentId\":\"xqweu\",\"agentName\":\"mp\"},{\"agentVersion\":\"smitnsqxtlt\",\"agentId\":\"krdpqgfhyrfr\",\"agentName\":\"kldgrcwfcmfc\"},{\"agentVersion\":\"jajqmatxjt\",\"agentId\":\"ln\",\"agentName\":\"gxxgfb\"}],\"provisioningState\":\"Updating\",\"description\":\"pqagynoiprn\",\"tags\":{\"ryqxzxa\":\"lin\"}},\"id\":\"ibmq\",\"name\":\"miymqruqguhfupet\",\"type\":\"svvoqsbpkflanfk\"},{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"syaowuzowp\",\"deploymentId\":\"hdkcprgu\",\"state\":\"Updating\",\"protocols\":[{\"protocol\":\"Responses\",\"version\":\"hlutixmqrudjizc\"},{\"protocol\":\"Agent\",\"version\":\"crunfhi\"},{\"protocol\":\"A2A\",\"version\":\"fbcpaqktkrumzu\"},{\"protocol\":\"A2A\",\"version\":\"zbfvxovqkxiu\"}],\"agents\":[{\"agentVersion\":\"vqrnhyhlwcjsqgg\",\"agentId\":\"ffbxrqrkij\",\"agentName\":\"uqlsdx\"},{\"agentVersion\":\"ztv\",\"agentId\":\"mwwmjswenaww\",\"agentName\":\"ecleqioulndhzyo\"},{\"agentVersion\":\"jhtollh\",\"agentId\":\"idmytzln\",\"agentName\":\"xpno\"},{\"agentVersion\":\"oanfbcswqagyw\",\"agentId\":\"xigvjrktpgaeuk\",\"agentName\":\"wohpmwhqnucs\"}],\"provisioningState\":\"Creating\",\"description\":\"i\",\"tags\":{\"njg\":\"tdlpbn\",\"jcciklhsyek\":\"zlsvbzfcpuoeed\"}},\"id\":\"renxolriyehqbe\",\"name\":\"vdlhydwbdbfgr\",\"type\":\"punytjl\"}]}")
+ "{\"nextLink\":\"chp\",\"value\":[{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"ehzl\",\"deploymentId\":\"gfquwz\",\"state\":\"Failed\",\"protocols\":[{\"protocol\":\"Agent\",\"version\":\"cerwkwbpjxljtxbu\"},{\"protocol\":\"Agent\",\"version\":\"xxniuisdzhgbd\"}],\"agents\":[{\"agentVersion\":\"gsecnadbuwqrgx\",\"agentId\":\"lmqiynezoel\",\"agentName\":\"kki\"},{\"agentVersion\":\"vmtumxpym\",\"agentId\":\"fua\",\"agentName\":\"oqvqpilr\"},{\"agentVersion\":\"ncanlduwzor\",\"agentId\":\"bm\",\"agentName\":\"qk\"}],\"provisioningState\":\"Creating\",\"description\":\"x\",\"tags\":{\"xcltuubwyvp\":\"fqep\",\"exkydfb\":\"bowcpjqduqgi\"}},\"id\":\"javh\",\"name\":\"erkjddv\",\"type\":\"gliegftcvbiif\"},{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"sdwgdnkefgmwd\",\"deploymentId\":\"eb\",\"state\":\"Updating\",\"protocols\":[{\"protocol\":\"Responses\",\"version\":\"lzoutbaaqgzekaj\"},{\"protocol\":\"Agent\",\"version\":\"gsnorbjgmnzjotv\"},{\"protocol\":\"A2A\",\"version\":\"hlobvvjbhv\"}],\"agents\":[{\"agentVersion\":\"ayfluiyuosnu\",\"agentId\":\"t\",\"agentName\":\"vhyibdrqrsw\"},{\"agentVersion\":\"uubpyrow\",\"agentId\":\"oxztfwfqch\",\"agentName\":\"zevjnnctag\"}],\"provisioningState\":\"Updating\",\"description\":\"tpqpemhzcgkrep\",\"tags\":{\"xqabckmzeoxi\":\"qyhwqwem\",\"pceeznzangprbf\":\"hgreohtwhlpuz\"}},\"id\":\"yxzlbciphmse\",\"name\":\"roqr\",\"type\":\"dktxfv\"},{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"feeqgpkrietbgnix\",\"deploymentId\":\"wwzkyf\",\"state\":\"Deleted\",\"protocols\":[{\"protocol\":\"Agent\",\"version\":\"ii\"},{\"protocol\":\"Responses\",\"version\":\"e\"},{\"protocol\":\"Agent\",\"version\":\"maxxijvskwsdgkjg\"}],\"agents\":[{\"agentVersion\":\"rasek\",\"agentId\":\"fcvoinwoqar\",\"agentName\":\"yxqicladv\"},{\"agentVersion\":\"davuqmcbyms\",\"agentId\":\"bjlquv\",\"agentName\":\"zcjumvpsimioyoig\"}],\"provisioningState\":\"Canceled\",\"description\":\"q\",\"tags\":{\"ydgnha\":\"raclibbfqpspkla\",\"gpmnmabe\":\"twukex\"}},\"id\":\"qilwgdfpfqfpcvs\",\"name\":\"clg\",\"type\":\"rvwerfwxbsmtb\"},{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"jehhci\",\"deploymentId\":\"wdv\",\"state\":\"Deleting\",\"protocols\":[{\"protocol\":\"Agent\",\"version\":\"sqhtfpw\"},{\"protocol\":\"Agent\",\"version\":\"ejuwyqwdqigmghgi\"}],\"agents\":[{\"agentVersion\":\"lujkhn\",\"agentId\":\"mrnkfmkhcqtwml\",\"agentName\":\"jnqtqe\"},{\"agentVersion\":\"j\",\"agentId\":\"vragpokddx\",\"agentName\":\"hhkvguavtptbk\"},{\"agentVersion\":\"kqynspgbvo\",\"agentId\":\"bkkwvdxae\",\"agentName\":\"okmyr\"}],\"provisioningState\":\"Failed\",\"description\":\"lzbnobrqlpbcjt\",\"tags\":{\"aeonqelwgdh\":\"uyudivbxnhsq\",\"atmoljiywmpinmzv\":\"ruzytzaro\",\"lugdybnhrxlelf\":\"kneerzztrknsj\"}},\"id\":\"k\",\"name\":\"izcpihtdmiw\",\"type\":\"ekpt\"}]}")
.toObject(AgentDeploymentResourceArmPaginatedResult.class);
- Assertions.assertEquals("arvsx", model.nextLink());
- Assertions.assertEquals("ivfokpysthhzagj", model.value().get(0).properties().description());
- Assertions.assertEquals("yrl", model.value().get(0).properties().tags().get("g"));
- Assertions.assertEquals("lcjkayspthzodub", model.value().get(0).properties().displayName());
- Assertions.assertEquals("mjtgblioskkfmkm", model.value().get(0).properties().deploymentId());
- Assertions.assertEquals(AgentDeploymentState.STOPPING, model.value().get(0).properties().state());
+ Assertions.assertEquals("chp", model.nextLink());
+ Assertions.assertEquals("x", model.value().get(0).properties().description());
+ Assertions.assertEquals("fqep", model.value().get(0).properties().tags().get("xcltuubwyvp"));
+ Assertions.assertEquals("ehzl", model.value().get(0).properties().displayName());
+ Assertions.assertEquals("gfquwz", model.value().get(0).properties().deploymentId());
+ Assertions.assertEquals(AgentDeploymentState.FAILED, model.value().get(0).properties().state());
Assertions.assertEquals(AgentProtocol.AGENT, model.value().get(0).properties().protocols().get(0).protocol());
- Assertions.assertEquals("kkqvjcteoedl", model.value().get(0).properties().protocols().get(0).version());
- Assertions.assertEquals("ajlskzptj", model.value().get(0).properties().agents().get(0).agentId());
- Assertions.assertEquals("lwe", model.value().get(0).properties().agents().get(0).agentName());
- Assertions.assertEquals("wncknr", model.value().get(0).properties().agents().get(0).agentVersion());
+ Assertions.assertEquals("cerwkwbpjxljtxbu", model.value().get(0).properties().protocols().get(0).version());
+ Assertions.assertEquals("lmqiynezoel", model.value().get(0).properties().agents().get(0).agentId());
+ Assertions.assertEquals("kki", model.value().get(0).properties().agents().get(0).agentName());
+ Assertions.assertEquals("gsecnadbuwqrgx", model.value().get(0).properties().agents().get(0).agentVersion());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsCreateOrUpdateMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsCreateOrUpdateMockTests.java
index 72eb430cbcaa..a299eda4b930 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsCreateOrUpdateMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsCreateOrUpdateMockTests.java
@@ -29,7 +29,7 @@ public final class AgentDeploymentsCreateOrUpdateMockTests {
@Test
public void testCreateOrUpdate() throws Exception {
String responseStr
- = "{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"amoaxcaytnpk\",\"deploymentId\":\"pbltc\",\"state\":\"Failed\",\"protocols\":[{\"protocol\":\"Responses\",\"version\":\"cnqoubvepvlryszf\"},{\"protocol\":\"A2A\",\"version\":\"fhxohz\"},{\"protocol\":\"A2A\",\"version\":\"avzfuxnv\"}],\"agents\":[{\"agentVersion\":\"cofuvtfu\",\"agentId\":\"ouisakl\",\"agentName\":\"fddxqfussub\"},{\"agentVersion\":\"spmjvailfauyv\",\"agentId\":\"q\",\"agentName\":\"kqdgwbztrth\"}],\"provisioningState\":\"Succeeded\",\"description\":\"og\",\"tags\":{\"btofcvxkyl\":\"jdhgslorm\",\"m\":\"cnsdy\",\"tmsgkwedwl\":\"qunkygb\"}},\"id\":\"zhgbgbhudh\",\"name\":\"pjimvrrqfibpkwm\",\"type\":\"mrlfizjuddndi\"}";
+ = "{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"rqvelrmdcizhvksb\",\"deploymentId\":\"klwjpz\",\"state\":\"Running\",\"protocols\":[{\"protocol\":\"A2A\",\"version\":\"pyeyzolbfnflytf\"},{\"protocol\":\"Responses\",\"version\":\"iqoomiswkqw\"},{\"protocol\":\"A2A\",\"version\":\"nliyznghuq\"}],\"agents\":[{\"agentVersion\":\"glkfvdwrgav\",\"agentId\":\"yzse\",\"agentName\":\"m\"},{\"agentVersion\":\"kryxpi\",\"agentId\":\"apeakfdmcedl\",\"agentName\":\"lxkyoddoq\"}],\"provisioningState\":\"Succeeded\",\"description\":\"trkicwhqyr\",\"tags\":{\"urhvifqeqfs\":\"ndkrww\",\"ebylpzjelda\":\"nackitlw\",\"cbrdsypotn\":\"wjunilnijh\",\"jgsbtwgnld\":\"kbvzpkodngvnq\"}},\"id\":\"czlh\",\"name\":\"b\",\"type\":\"ycznrirpii\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -39,30 +39,39 @@ public void testCreateOrUpdate() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AgentDeployment response = manager.agentDeployments()
- .define("gkaxnypr")
- .withExistingApplication("wpmohnrtlikffyd", "tkqrfbgyn", "fwvzdteqjm", "qxu")
- .withProperties(new AgentDeploymentProperties().withDescription("ccklzhzn")
- .withTags(mapOf("tigpksywicklktg", "lxyxmn"))
- .withDisplayName("yo")
- .withDeploymentId("jxbsowrrl")
- .withState(AgentDeploymentState.STOPPED)
- .withProtocols(
- Arrays.asList(new AgentProtocolVersion().withProtocol(AgentProtocol.AGENT).withVersion("ms")))
- .withAgents(Arrays.asList(new VersionedAgentReference().withAgentId("vibzicy")
- .withAgentName("chcaptkhjxnrk")
- .withAgentVersion("mqomxoalknuy"))))
+ .define("yiog")
+ .withExistingApplication("volxtqmricdsflzb", "i", "mjfgoxedrmra", "hvchvv")
+ .withProperties(new AgentDeploymentProperties().withDescription("edeuenthshnf")
+ .withTags(mapOf("h", "pgpkkhpjnglaqlm", "ecpvfpnrzikvo", "mtrdlpxiww", "ivxdifbwblijhp", "loeohy", "xr",
+ "ukxgoyxontbwdq"))
+ .withDisplayName("tnwzruzs")
+ .withDeploymentId("wxcsmx")
+ .withState(AgentDeploymentState.STOPPING)
+ .withProtocols(Arrays.asList(
+ new AgentProtocolVersion().withProtocol(AgentProtocol.RESPONSES).withVersion("cebspc"),
+ new AgentProtocolVersion().withProtocol(AgentProtocol.AGENT).withVersion("mhkdwuwedupbkm"),
+ new AgentProtocolVersion().withProtocol(AgentProtocol.RESPONSES).withVersion("jjsqwhaefefv"),
+ new AgentProtocolVersion().withProtocol(AgentProtocol.A2A).withVersion("bnmcvaqycd")))
+ .withAgents(Arrays.asList(
+ new VersionedAgentReference().withAgentId("pfdfu").withAgentName("tw").withAgentVersion("uesdyvfx"),
+ new VersionedAgentReference().withAgentId("vytabvbbk")
+ .withAgentName("ewgs")
+ .withAgentVersion("pse"),
+ new VersionedAgentReference().withAgentId("bmenxcqs")
+ .withAgentName("clykcrudekkbnjre")
+ .withAgentVersion("utbuvedwu"))))
.create();
- Assertions.assertEquals("og", response.properties().description());
- Assertions.assertEquals("jdhgslorm", response.properties().tags().get("btofcvxkyl"));
- Assertions.assertEquals("amoaxcaytnpk", response.properties().displayName());
- Assertions.assertEquals("pbltc", response.properties().deploymentId());
- Assertions.assertEquals(AgentDeploymentState.FAILED, response.properties().state());
- Assertions.assertEquals(AgentProtocol.RESPONSES, response.properties().protocols().get(0).protocol());
- Assertions.assertEquals("cnqoubvepvlryszf", response.properties().protocols().get(0).version());
- Assertions.assertEquals("ouisakl", response.properties().agents().get(0).agentId());
- Assertions.assertEquals("fddxqfussub", response.properties().agents().get(0).agentName());
- Assertions.assertEquals("cofuvtfu", response.properties().agents().get(0).agentVersion());
+ Assertions.assertEquals("trkicwhqyr", response.properties().description());
+ Assertions.assertEquals("ndkrww", response.properties().tags().get("urhvifqeqfs"));
+ Assertions.assertEquals("rqvelrmdcizhvksb", response.properties().displayName());
+ Assertions.assertEquals("klwjpz", response.properties().deploymentId());
+ Assertions.assertEquals(AgentDeploymentState.RUNNING, response.properties().state());
+ Assertions.assertEquals(AgentProtocol.A2A, response.properties().protocols().get(0).protocol());
+ Assertions.assertEquals("pyeyzolbfnflytf", response.properties().protocols().get(0).version());
+ Assertions.assertEquals("yzse", response.properties().agents().get(0).agentId());
+ Assertions.assertEquals("m", response.properties().agents().get(0).agentName());
+ Assertions.assertEquals("glkfvdwrgav", response.properties().agents().get(0).agentVersion());
}
// Use "Map.of" if available
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsGetWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsGetWithResponseMockTests.java
index 0adae81d8568..3f305b042189 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsGetWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsGetWithResponseMockTests.java
@@ -23,7 +23,7 @@ public final class AgentDeploymentsGetWithResponseMockTests {
@Test
public void testGetWithResponse() throws Exception {
String responseStr
- = "{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"qswxhqhgkhtbzvul\",\"deploymentId\":\"vvjncpmyhtxgdmv\",\"state\":\"Updating\",\"protocols\":[{\"protocol\":\"Agent\",\"version\":\"wkfefbcyjr\"},{\"protocol\":\"Responses\",\"version\":\"eebu\"}],\"agents\":[{\"agentVersion\":\"m\",\"agentId\":\"aezktomsgoihlqw\",\"agentName\":\"waazbaeeek\"},{\"agentVersion\":\"t\",\"agentId\":\"ab\",\"agentName\":\"btownoljdkx\"},{\"agentVersion\":\"ewy\",\"agentId\":\"lclzxkrdpuy\",\"agentName\":\"bpkrpk\"}],\"provisioningState\":\"Succeeded\",\"description\":\"poenefnoafpcnrxi\",\"tags\":{\"vhufc\":\"o\",\"ozfrfawtnnsv\":\"uajwblxph\",\"qzhluctblfehbg\":\"fajynihtibufg\"}},\"id\":\"yohrcmeqljxdum\",\"name\":\"ycxone\",\"type\":\"ldxagmdfj\"}";
+ = "{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"lks\",\"deploymentId\":\"sutacuctihavish\",\"state\":\"Deleting\",\"protocols\":[{\"protocol\":\"Responses\",\"version\":\"qququxlph\"}],\"agents\":[{\"agentVersion\":\"lexoweorocr\",\"agentId\":\"cgym\",\"agentName\":\"bqpfyrv\"},{\"agentVersion\":\"vijvwmrgcnzhr\",\"agentId\":\"cxfmbzquuutqmhb\",\"agentName\":\"yzycgcmbkygv\"},{\"agentVersion\":\"dqosxzmdzly\",\"agentId\":\"fufkekzfk\",\"agentName\":\"xh\"},{\"agentVersion\":\"vmnkgghvsryjok\",\"agentId\":\"wvb\",\"agentName\":\"arxsvmfpabw\"}],\"provisioningState\":\"Failed\",\"description\":\"fgqpud\",\"tags\":{\"x\":\"gieabbf\",\"gsnuhwy\":\"avlozu\",\"skemqqerw\":\"jsfmaxcebnbe\"}},\"id\":\"pjpvemdfkhttu\",\"name\":\"brxz\",\"type\":\"hyt\"}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -33,19 +33,19 @@ public void testGetWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
AgentDeployment response = manager.agentDeployments()
- .getWithResponse("usdmtxq", "ef", "oheywvfopky", "lreyenjpwdm", "fwtwrsvevc",
+ .getWithResponse("tcqxmyvkxixypavi", "jczgohv", "suwichmxczbyfkoc", "mzdctsnlwscrngt", "gxrolw",
com.azure.core.util.Context.NONE)
.getValue();
- Assertions.assertEquals("poenefnoafpcnrxi", response.properties().description());
- Assertions.assertEquals("o", response.properties().tags().get("vhufc"));
- Assertions.assertEquals("qswxhqhgkhtbzvul", response.properties().displayName());
- Assertions.assertEquals("vvjncpmyhtxgdmv", response.properties().deploymentId());
- Assertions.assertEquals(AgentDeploymentState.UPDATING, response.properties().state());
- Assertions.assertEquals(AgentProtocol.AGENT, response.properties().protocols().get(0).protocol());
- Assertions.assertEquals("wkfefbcyjr", response.properties().protocols().get(0).version());
- Assertions.assertEquals("aezktomsgoihlqw", response.properties().agents().get(0).agentId());
- Assertions.assertEquals("waazbaeeek", response.properties().agents().get(0).agentName());
- Assertions.assertEquals("m", response.properties().agents().get(0).agentVersion());
+ Assertions.assertEquals("fgqpud", response.properties().description());
+ Assertions.assertEquals("gieabbf", response.properties().tags().get("x"));
+ Assertions.assertEquals("lks", response.properties().displayName());
+ Assertions.assertEquals("sutacuctihavish", response.properties().deploymentId());
+ Assertions.assertEquals(AgentDeploymentState.DELETING, response.properties().state());
+ Assertions.assertEquals(AgentProtocol.RESPONSES, response.properties().protocols().get(0).protocol());
+ Assertions.assertEquals("qququxlph", response.properties().protocols().get(0).version());
+ Assertions.assertEquals("cgym", response.properties().agents().get(0).agentId());
+ Assertions.assertEquals("bqpfyrv", response.properties().agents().get(0).agentName());
+ Assertions.assertEquals("lexoweorocr", response.properties().agents().get(0).agentVersion());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsListMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsListMockTests.java
index 8054a42df58e..4ce29562986b 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsListMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsListMockTests.java
@@ -25,7 +25,7 @@ public final class AgentDeploymentsListMockTests {
@Test
public void testList() throws Exception {
String responseStr
- = "{\"value\":[{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"od\",\"deploymentId\":\"ovnlhrwya\",\"state\":\"Updating\",\"protocols\":[{\"protocol\":\"Agent\",\"version\":\"xsvdeatjiobnirg\"},{\"protocol\":\"Responses\",\"version\":\"qdnwtgntimznupbm\"},{\"protocol\":\"Responses\",\"version\":\"tkodsqvhedaakg\"},{\"protocol\":\"Agent\",\"version\":\"mmm\"}],\"agents\":[{\"agentVersion\":\"hdgdiwmlgstmfet\",\"agentId\":\"isjmo\",\"agentName\":\"caqfkakh\"},{\"agentVersion\":\"rvty\",\"agentId\":\"vytvjejq\",\"agentName\":\"fu\"},{\"agentVersion\":\"pfzxkczbdypbbim\",\"agentId\":\"bozvo\",\"agentName\":\"tclnh\"}],\"provisioningState\":\"Creating\",\"description\":\"uzlybqs\",\"tags\":{\"awvcnviulbylmg\":\"vylkvckcafnwq\",\"bgumwhmxpuckns\":\"zrycw\",\"lpsm\":\"s\"}},\"id\":\"micttrvl\",\"name\":\"vjmxokxxamq\",\"type\":\"cjrzvlcivqx\"}]}";
+ = "{\"value\":[{\"properties\":{\"deploymentType\":\"AgentDeploymentProperties\",\"displayName\":\"uwozfvz\",\"deploymentId\":\"upcvq\",\"state\":\"Stopping\",\"protocols\":[{\"protocol\":\"Responses\",\"version\":\"hcmcgm\"}],\"agents\":[{\"agentVersion\":\"vqxuyiarznhdqse\",\"agentId\":\"dlmajpuyxo\",\"agentName\":\"rmzgccynb\"},{\"agentVersion\":\"msiehedmmvoneeyr\",\"agentId\":\"a\",\"agentName\":\"tzayqw\"},{\"agentVersion\":\"igeblsp\",\"agentId\":\"d\",\"agentName\":\"iwwveeozbjk\"},{\"agentVersion\":\"p\",\"agentId\":\"dnuehxwltssjdywb\",\"agentName\":\"lgerxactsawvxci\"}],\"provisioningState\":\"Failed\",\"description\":\"jrmplzmsl\",\"tags\":{\"lfswarmybwmro\":\"knyfuysjhvrr\"}},\"id\":\"eysyqnipehfwwcbf\",\"name\":\"xia\",\"type\":\"uvjucfjisosfzlnr\"}]}";
HttpClient httpClient
= response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
@@ -35,21 +35,20 @@ public void testList() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
PagedIterable response = manager.agentDeployments()
- .list("cngkwxjsjqu", "ohufzdtsrpjuvgz", "crzhnsbylg", "gbhuqczou", 1382619109, "bfulvcx",
- Arrays.asList("xoqwbztilqbzbwbg"), "zhbhfl", true, com.azure.core.util.Context.NONE);
+ .list("bjkjge", "cwtfmabvbmn", "twofxfmhlvy", "nslbqr", 1078631113, "qkie", Arrays.asList("jgqqrugwesps"),
+ "vsms", true, com.azure.core.util.Context.NONE);
- Assertions.assertEquals("uzlybqs", response.iterator().next().properties().description());
- Assertions.assertEquals("vylkvckcafnwq", response.iterator().next().properties().tags().get("awvcnviulbylmg"));
- Assertions.assertEquals("od", response.iterator().next().properties().displayName());
- Assertions.assertEquals("ovnlhrwya", response.iterator().next().properties().deploymentId());
- Assertions.assertEquals(AgentDeploymentState.UPDATING, response.iterator().next().properties().state());
- Assertions.assertEquals(AgentProtocol.AGENT,
+ Assertions.assertEquals("jrmplzmsl", response.iterator().next().properties().description());
+ Assertions.assertEquals("knyfuysjhvrr", response.iterator().next().properties().tags().get("lfswarmybwmro"));
+ Assertions.assertEquals("uwozfvz", response.iterator().next().properties().displayName());
+ Assertions.assertEquals("upcvq", response.iterator().next().properties().deploymentId());
+ Assertions.assertEquals(AgentDeploymentState.STOPPING, response.iterator().next().properties().state());
+ Assertions.assertEquals(AgentProtocol.RESPONSES,
response.iterator().next().properties().protocols().get(0).protocol());
- Assertions.assertEquals("xsvdeatjiobnirg",
- response.iterator().next().properties().protocols().get(0).version());
- Assertions.assertEquals("isjmo", response.iterator().next().properties().agents().get(0).agentId());
- Assertions.assertEquals("caqfkakh", response.iterator().next().properties().agents().get(0).agentName());
- Assertions.assertEquals("hdgdiwmlgstmfet",
+ Assertions.assertEquals("hcmcgm", response.iterator().next().properties().protocols().get(0).version());
+ Assertions.assertEquals("dlmajpuyxo", response.iterator().next().properties().agents().get(0).agentId());
+ Assertions.assertEquals("rmzgccynb", response.iterator().next().properties().agents().get(0).agentName());
+ Assertions.assertEquals("vqxuyiarznhdqse",
response.iterator().next().properties().agents().get(0).agentVersion());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStartWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStartWithResponseMockTests.java
index c0e9d8eece49..4e125b7f76a6 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStartWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStartWithResponseMockTests.java
@@ -28,7 +28,7 @@ public void testStartWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
manager.agentDeployments()
- .startWithResponse("emklphx", "wwlojkbgnf", "rzjv", "sunhaevlah", "czywywuahwc",
+ .startWithResponse("xnfyzgu", "xfh", "jixgofqdqws", "mihuvrqp", "xdoicqpkntly",
com.azure.core.util.Context.NONE);
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStopWithResponseMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStopWithResponseMockTests.java
index 64370d789ecd..5b1e8a931d98 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStopWithResponseMockTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentDeploymentsStopWithResponseMockTests.java
@@ -28,7 +28,7 @@ public void testStopWithResponse() throws Exception {
new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
manager.agentDeployments()
- .stopWithResponse("rewcnnaaxqjfda", "rfgimomggewdqbxe", "fyznvussuqksl", "sfx", "yzqbye",
+ .stopWithResponse("prpensbmz", "ritukoym", "bfex", "izzjxwj", "qfzwanduhduw",
com.azure.core.util.Context.NONE);
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentHostingConfigurationTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentHostingConfigurationTests.java
new file mode 100644
index 000000000000..bff7d99df2b9
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentHostingConfigurationTests.java
@@ -0,0 +1,26 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.AgentHostingConfiguration;
+import org.junit.jupiter.api.Assertions;
+
+public final class AgentHostingConfigurationTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ AgentHostingConfiguration model
+ = BinaryData.fromString("{\"hostingType\":\"AgentHostingConfiguration\",\"name\":\"i\"}")
+ .toObject(AgentHostingConfiguration.class);
+ Assertions.assertEquals("i", model.name());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ AgentHostingConfiguration model = new AgentHostingConfiguration().withName("i");
+ model = BinaryData.fromObject(model).toObject(AgentHostingConfiguration.class);
+ Assertions.assertEquals("i", model.name());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentProtocolVersionTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentProtocolVersionTests.java
index ed61606f144e..d0031f521a97 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentProtocolVersionTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentProtocolVersionTests.java
@@ -12,18 +12,18 @@
public final class AgentProtocolVersionTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
- AgentProtocolVersion model = BinaryData.fromString("{\"protocol\":\"Responses\",\"version\":\"ryeyngjgv\"}")
+ AgentProtocolVersion model = BinaryData.fromString("{\"protocol\":\"A2A\",\"version\":\"yanxkvvcs\"}")
.toObject(AgentProtocolVersion.class);
- Assertions.assertEquals(AgentProtocol.RESPONSES, model.protocol());
- Assertions.assertEquals("ryeyngjgv", model.version());
+ Assertions.assertEquals(AgentProtocol.A2A, model.protocol());
+ Assertions.assertEquals("yanxkvvcs", model.version());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
AgentProtocolVersion model
- = new AgentProtocolVersion().withProtocol(AgentProtocol.RESPONSES).withVersion("ryeyngjgv");
+ = new AgentProtocolVersion().withProtocol(AgentProtocol.A2A).withVersion("yanxkvvcs");
model = BinaryData.fromObject(model).toObject(AgentProtocolVersion.class);
- Assertions.assertEquals(AgentProtocol.RESPONSES, model.protocol());
- Assertions.assertEquals("ryeyngjgv", model.version());
+ Assertions.assertEquals(AgentProtocol.A2A, model.protocol());
+ Assertions.assertEquals("yanxkvvcs", model.version());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferencePropertiesTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferencePropertiesTests.java
index be67a63039dd..68e98df792bd 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferencePropertiesTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferencePropertiesTests.java
@@ -12,18 +12,18 @@ public final class AgentReferencePropertiesTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AgentReferenceProperties model
- = BinaryData.fromString("{\"agentId\":\"qejpmvssehaepwa\",\"agentName\":\"xtczhupeuknijd\"}")
+ = BinaryData.fromString("{\"agentId\":\"uatbwbqamteuliy\",\"agentName\":\"pkcvmwf\"}")
.toObject(AgentReferenceProperties.class);
- Assertions.assertEquals("qejpmvssehaepwa", model.agentId());
- Assertions.assertEquals("xtczhupeuknijd", model.agentName());
+ Assertions.assertEquals("uatbwbqamteuliy", model.agentId());
+ Assertions.assertEquals("pkcvmwf", model.agentName());
}
@org.junit.jupiter.api.Test
public void testSerialize() throws Exception {
AgentReferenceProperties model
- = new AgentReferenceProperties().withAgentId("qejpmvssehaepwa").withAgentName("xtczhupeuknijd");
+ = new AgentReferenceProperties().withAgentId("uatbwbqamteuliy").withAgentName("pkcvmwf");
model = BinaryData.fromObject(model).toObject(AgentReferenceProperties.class);
- Assertions.assertEquals("qejpmvssehaepwa", model.agentId());
- Assertions.assertEquals("xtczhupeuknijd", model.agentName());
+ Assertions.assertEquals("uatbwbqamteuliy", model.agentId());
+ Assertions.assertEquals("pkcvmwf", model.agentName());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferenceResourceArmPaginatedResultInnerTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferenceResourceArmPaginatedResultInnerTests.java
index 5eb78ed43f4b..ccbf266555a4 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferenceResourceArmPaginatedResultInnerTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferenceResourceArmPaginatedResultInnerTests.java
@@ -12,10 +12,10 @@ public final class AgentReferenceResourceArmPaginatedResultInnerTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AgentReferenceResourceArmPaginatedResultInner model = BinaryData.fromString(
- "{\"nextLink\":\"jkgqxnhmbkez\",\"value\":[{\"properties\":{\"agentId\":\"jvaannggiycwkd\",\"agentName\":\"awxwfek\"},\"id\":\"mrrqmbzmqkratb\",\"name\":\"xwbjs\",\"type\":\"dbirkfpksokdgo\"},{\"properties\":{\"agentId\":\"wijymr\",\"agentName\":\"guzozkyew\"},\"id\":\"nzhhhqos\",\"name\":\"ffjkutycyarnroo\",\"type\":\"g\"}]}")
+ "{\"nextLink\":\"yzeyuubeid\",\"value\":[{\"properties\":{\"agentId\":\"ytoithgygvfl\",\"agentName\":\"vdihoynkrx\"},\"id\":\"twk\",\"name\":\"rcyrucpcunnu\",\"type\":\"dqumoenodnai\"}]}")
.toObject(AgentReferenceResourceArmPaginatedResultInner.class);
- Assertions.assertEquals("jkgqxnhmbkez", model.nextLink());
- Assertions.assertEquals("jvaannggiycwkd", model.value().get(0).properties().agentId());
- Assertions.assertEquals("awxwfek", model.value().get(0).properties().agentName());
+ Assertions.assertEquals("yzeyuubeid", model.nextLink());
+ Assertions.assertEquals("ytoithgygvfl", model.value().get(0).properties().agentId());
+ Assertions.assertEquals("vdihoynkrx", model.value().get(0).properties().agentName());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferenceTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferenceTests.java
index 6e8691651ece..2d016503997a 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferenceTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/AgentReferenceTests.java
@@ -12,9 +12,9 @@ public final class AgentReferenceTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
AgentReference model = BinaryData.fromString(
- "{\"properties\":{\"agentId\":\"bzog\",\"agentName\":\"t\"},\"id\":\"yczhco\",\"name\":\"ocnhzqrottjzcfyj\",\"type\":\"pt\"}")
+ "{\"properties\":{\"agentId\":\"hqhsknd\",\"agentName\":\"lqkaadlknwf\"},\"id\":\"nniyopetxi\",\"name\":\"cnrly\",\"type\":\"nucaephblkwqpat\"}")
.toObject(AgentReference.class);
- Assertions.assertEquals("bzog", model.properties().agentId());
- Assertions.assertEquals("t", model.properties().agentName());
+ Assertions.assertEquals("hqhsknd", model.properties().agentId());
+ Assertions.assertEquals("lqkaadlknwf", model.properties().agentName());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ApplicationTrafficRoutingPolicyTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ApplicationTrafficRoutingPolicyTests.java
index 05f6a0f4692c..749dc3d72cb5 100644
--- a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ApplicationTrafficRoutingPolicyTests.java
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ApplicationTrafficRoutingPolicyTests.java
@@ -15,13 +15,13 @@ public final class ApplicationTrafficRoutingPolicyTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ApplicationTrafficRoutingPolicy model = BinaryData.fromString(
- "{\"protocol\":\"FixedRatio\",\"rules\":[{\"ruleId\":\"bhgau\",\"description\":\"dixmxufrsryjq\",\"deploymentId\":\"kfnozoeoqbvj\",\"trafficPercentage\":264605971},{\"ruleId\":\"gwbmqj\",\"description\":\"ntasfaymxbu\",\"deploymentId\":\"zealbmqkyo\",\"trafficPercentage\":1976793148},{\"ruleId\":\"fkmbtsuahxsgxj\",\"description\":\"mzrrscubiwsdrn\",\"deploymentId\":\"qwodiffjx\",\"trafficPercentage\":891955631}]}")
+ "{\"protocol\":\"FixedRatio\",\"rules\":[{\"ruleId\":\"qwixvcpwnk\",\"description\":\"wzwofalickduo\",\"deploymentId\":\"tamtyv\",\"trafficPercentage\":384634481},{\"ruleId\":\"rwzawnvs\",\"description\":\"fhzag\",\"deploymentId\":\"vhycvdimwrzregzg\",\"trafficPercentage\":1808851477},{\"ruleId\":\"trwpw\",\"description\":\"ye\",\"deploymentId\":\"kdhmeottawjyosx\",\"trafficPercentage\":1246274609},{\"ruleId\":\"h\",\"description\":\"fv\",\"deploymentId\":\"dpmiljpn\",\"trafficPercentage\":1686524732}]}")
.toObject(ApplicationTrafficRoutingPolicy.class);
Assertions.assertEquals(TrafficRoutingProtocol.FIXED_RATIO, model.protocol());
- Assertions.assertEquals("bhgau", model.rules().get(0).ruleId());
- Assertions.assertEquals("dixmxufrsryjq", model.rules().get(0).description());
- Assertions.assertEquals("kfnozoeoqbvj", model.rules().get(0).deploymentId());
- Assertions.assertEquals(264605971, model.rules().get(0).trafficPercentage());
+ Assertions.assertEquals("qwixvcpwnk", model.rules().get(0).ruleId());
+ Assertions.assertEquals("wzwofalickduo", model.rules().get(0).description());
+ Assertions.assertEquals("tamtyv", model.rules().get(0).deploymentId());
+ Assertions.assertEquals(384634481, model.rules().get(0).trafficPercentage());
}
@org.junit.jupiter.api.Test
@@ -29,23 +29,27 @@ public void testSerialize() throws Exception {
ApplicationTrafficRoutingPolicy model
= new ApplicationTrafficRoutingPolicy().withProtocol(TrafficRoutingProtocol.FIXED_RATIO)
.withRules(Arrays.asList(
- new TrafficRoutingRule().withRuleId("bhgau")
- .withDescription("dixmxufrsryjq")
- .withDeploymentId("kfnozoeoqbvj")
- .withTrafficPercentage(264605971),
- new TrafficRoutingRule().withRuleId("gwbmqj")
- .withDescription("ntasfaymxbu")
- .withDeploymentId("zealbmqkyo")
- .withTrafficPercentage(1976793148),
- new TrafficRoutingRule().withRuleId("fkmbtsuahxsgxj")
- .withDescription("mzrrscubiwsdrn")
- .withDeploymentId("qwodiffjx")
- .withTrafficPercentage(891955631)));
+ new TrafficRoutingRule().withRuleId("qwixvcpwnk")
+ .withDescription("wzwofalickduo")
+ .withDeploymentId("tamtyv")
+ .withTrafficPercentage(384634481),
+ new TrafficRoutingRule().withRuleId("rwzawnvs")
+ .withDescription("fhzag")
+ .withDeploymentId("vhycvdimwrzregzg")
+ .withTrafficPercentage(1808851477),
+ new TrafficRoutingRule().withRuleId("trwpw")
+ .withDescription("ye")
+ .withDeploymentId("kdhmeottawjyosx")
+ .withTrafficPercentage(1246274609),
+ new TrafficRoutingRule().withRuleId("h")
+ .withDescription("fv")
+ .withDeploymentId("dpmiljpn")
+ .withTrafficPercentage(1686524732)));
model = BinaryData.fromObject(model).toObject(ApplicationTrafficRoutingPolicy.class);
Assertions.assertEquals(TrafficRoutingProtocol.FIXED_RATIO, model.protocol());
- Assertions.assertEquals("bhgau", model.rules().get(0).ruleId());
- Assertions.assertEquals("dixmxufrsryjq", model.rules().get(0).description());
- Assertions.assertEquals("kfnozoeoqbvj", model.rules().get(0).deploymentId());
- Assertions.assertEquals(264605971, model.rules().get(0).trafficPercentage());
+ Assertions.assertEquals("qwixvcpwnk", model.rules().get(0).ruleId());
+ Assertions.assertEquals("wzwofalickduo", model.rules().get(0).description());
+ Assertions.assertEquals("tamtyv", model.rules().get(0).deploymentId());
+ Assertions.assertEquals(384634481, model.rules().get(0).trafficPercentage());
}
}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentCpuMemoryResourceRequirementsTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentCpuMemoryResourceRequirementsTests.java
new file mode 100644
index 000000000000..e29478af6539
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentCpuMemoryResourceRequirementsTests.java
@@ -0,0 +1,29 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentCpuMemoryResourceRequirements;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentCpuMemoryResourceRequirementsTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentCpuMemoryResourceRequirements model
+ = BinaryData.fromString("{\"cpu\":\"brnnhjxsqw\",\"memory\":\"hqkb\"}")
+ .toObject(ArcDeploymentCpuMemoryResourceRequirements.class);
+ Assertions.assertEquals("brnnhjxsqw", model.cpu());
+ Assertions.assertEquals("hqkb", model.memory());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentCpuMemoryResourceRequirements model
+ = new ArcDeploymentCpuMemoryResourceRequirements().withCpu("brnnhjxsqw").withMemory("hqkb");
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentCpuMemoryResourceRequirements.class);
+ Assertions.assertEquals("brnnhjxsqw", model.cpu());
+ Assertions.assertEquals("hqkb", model.memory());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentInnerTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentInnerTests.java
new file mode 100644
index 000000000000..847496201329
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentInnerTests.java
@@ -0,0 +1,94 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.fluent.models.ArcDeploymentInner;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentComputeType;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentModel;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentProperties;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentRuntime;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSku;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSkuName;
+import com.azure.resourcemanager.cognitiveservices.models.DeploymentState;
+import java.util.HashMap;
+import java.util.Map;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentInnerTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentInner model = BinaryData.fromString(
+ "{\"properties\":{\"model\":{\"format\":\"kwiswskukjtas\",\"name\":\"vwisp\"},\"extensionId\":\"xkdtxfkndlqvtwkn\",\"runtime\":\"vllm\",\"compute\":\"cpu\",\"deploymentTemplate\":\"bugtywatmqa\",\"vllmParameters\":{\"tensorParallelSize\":783807092,\"maxModelLen\":1683033093,\"gpuMemoryUtilization\":60.073463,\"enforceEager\":true},\"replicas\":98605712,\"resources\":{\"requests\":{\"cpu\":\"oygzcbyfqxkfao\",\"memory\":\"tehqpuvjmvq\"},\"limits\":{\"cpu\":\"wckygr\",\"memory\":\"jn\",\"gpu\":1138069123}},\"nodeSelector\":{\"ceysfaqeg\":\"juskbrreqyn\"},\"deploymentState\":\"Running\",\"raiPolicyName\":\"ysh\",\"provisioningState\":\"Canceled\",\"provisioningDetails\":{\"message\":\"bxgkqusy\",\"lastOperationTimestamp\":\"2020-12-26T05:36:32Z\"},\"inferenceEndpoint\":\"dacarvvlfnty\",\"capabilities\":{\"lsxkd\":\"oiwenazerohzrsq\"}},\"sku\":{\"name\":\"Arc\"},\"etag\":\"apfgsdpcvessm\",\"id\":\"h\",\"name\":\"uuipldq\",\"type\":\"ctekval\"}")
+ .toObject(ArcDeploymentInner.class);
+ Assertions.assertEquals("kwiswskukjtas", model.properties().model().format());
+ Assertions.assertEquals("vwisp", model.properties().model().name());
+ Assertions.assertEquals("xkdtxfkndlqvtwkn", model.properties().extensionId());
+ Assertions.assertEquals(ArcDeploymentRuntime.VLLM, model.properties().runtime());
+ Assertions.assertEquals(ArcDeploymentComputeType.CPU, model.properties().compute());
+ Assertions.assertEquals("bugtywatmqa", model.properties().deploymentTemplate());
+ Assertions.assertEquals(98605712, model.properties().replicas());
+ Assertions.assertEquals("oygzcbyfqxkfao", model.properties().resources().requests().cpu());
+ Assertions.assertEquals("tehqpuvjmvq", model.properties().resources().requests().memory());
+ Assertions.assertEquals("wckygr", model.properties().resources().limits().cpu());
+ Assertions.assertEquals("jn", model.properties().resources().limits().memory());
+ Assertions.assertEquals(1138069123, model.properties().resources().limits().gpu());
+ Assertions.assertEquals("juskbrreqyn", model.properties().nodeSelector().get("ceysfaqeg"));
+ Assertions.assertEquals(DeploymentState.RUNNING, model.properties().deploymentState());
+ Assertions.assertEquals("ysh", model.properties().raiPolicyName());
+ Assertions.assertEquals(ArcDeploymentSkuName.ARC, model.sku().name());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentInner model = new ArcDeploymentInner().withProperties(new ArcDeploymentProperties()
+ .withModel(new ArcDeploymentModel().withFormat("kwiswskukjtas").withName("vwisp"))
+ .withExtensionId("xkdtxfkndlqvtwkn")
+ .withRuntime(ArcDeploymentRuntime.VLLM)
+ .withCompute(ArcDeploymentComputeType.CPU)
+ .withDeploymentTemplate("bugtywatmqa")
+ .withReplicas(98605712)
+ .withResources(new ArcDeploymentKubernetesResources()
+ .withRequests(new ArcDeploymentCpuMemoryResourceRequirements().withCpu("oygzcbyfqxkfao")
+ .withMemory("tehqpuvjmvq"))
+ .withLimits(
+ new ArcDeploymentResourceRequirements().withCpu("wckygr").withMemory("jn").withGpu(1138069123)))
+ .withNodeSelector(mapOf("ceysfaqeg", "juskbrreqyn"))
+ .withDeploymentState(DeploymentState.RUNNING)
+ .withRaiPolicyName("ysh")).withSku(new ArcDeploymentSku().withName(ArcDeploymentSkuName.ARC));
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentInner.class);
+ Assertions.assertEquals("kwiswskukjtas", model.properties().model().format());
+ Assertions.assertEquals("vwisp", model.properties().model().name());
+ Assertions.assertEquals("xkdtxfkndlqvtwkn", model.properties().extensionId());
+ Assertions.assertEquals(ArcDeploymentRuntime.VLLM, model.properties().runtime());
+ Assertions.assertEquals(ArcDeploymentComputeType.CPU, model.properties().compute());
+ Assertions.assertEquals("bugtywatmqa", model.properties().deploymentTemplate());
+ Assertions.assertEquals(98605712, model.properties().replicas());
+ Assertions.assertEquals("oygzcbyfqxkfao", model.properties().resources().requests().cpu());
+ Assertions.assertEquals("tehqpuvjmvq", model.properties().resources().requests().memory());
+ Assertions.assertEquals("wckygr", model.properties().resources().limits().cpu());
+ Assertions.assertEquals("jn", model.properties().resources().limits().memory());
+ Assertions.assertEquals(1138069123, model.properties().resources().limits().gpu());
+ Assertions.assertEquals("juskbrreqyn", model.properties().nodeSelector().get("ceysfaqeg"));
+ Assertions.assertEquals(DeploymentState.RUNNING, model.properties().deploymentState());
+ Assertions.assertEquals("ysh", model.properties().raiPolicyName());
+ Assertions.assertEquals(ArcDeploymentSkuName.ARC, model.sku().name());
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentKubernetesResourcesTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentKubernetesResourcesTests.java
new file mode 100644
index 000000000000..2eee1bc0cddd
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentKubernetesResourcesTests.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.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentKubernetesResourcesTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentKubernetesResources model = BinaryData.fromString(
+ "{\"requests\":{\"cpu\":\"yay\",\"memory\":\"mmfz\"},\"limits\":{\"cpu\":\"wxrzxmdewsrsxkrp\",\"memory\":\"jazejwwviyoyp\",\"gpu\":2055673505}}")
+ .toObject(ArcDeploymentKubernetesResources.class);
+ Assertions.assertEquals("yay", model.requests().cpu());
+ Assertions.assertEquals("mmfz", model.requests().memory());
+ Assertions.assertEquals("wxrzxmdewsrsxkrp", model.limits().cpu());
+ Assertions.assertEquals("jazejwwviyoyp", model.limits().memory());
+ Assertions.assertEquals(2055673505, model.limits().gpu());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentKubernetesResources model = new ArcDeploymentKubernetesResources()
+ .withRequests(new ArcDeploymentCpuMemoryResourceRequirements().withCpu("yay").withMemory("mmfz"))
+ .withLimits(new ArcDeploymentResourceRequirements().withCpu("wxrzxmdewsrsxkrp")
+ .withMemory("jazejwwviyoyp")
+ .withGpu(2055673505));
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentKubernetesResources.class);
+ Assertions.assertEquals("yay", model.requests().cpu());
+ Assertions.assertEquals("mmfz", model.requests().memory());
+ Assertions.assertEquals("wxrzxmdewsrsxkrp", model.limits().cpu());
+ Assertions.assertEquals("jazejwwviyoyp", model.limits().memory());
+ Assertions.assertEquals(2055673505, model.limits().gpu());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentListResultTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentListResultTests.java
new file mode 100644
index 000000000000..e162aa88ef71
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentListResultTests.java
@@ -0,0 +1,19 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.implementation.models.ArcDeploymentListResult;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentListResultTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentListResult model = BinaryData.fromString(
+ "{\"nextLink\":\"gzv\",\"value\":[{\"properties\":{\"model\":{\"format\":\"ij\",\"name\":\"kzuqnwsith\"},\"extensionId\":\"q\",\"runtime\":\"vllm\",\"compute\":\"cpu\",\"deploymentTemplate\":\"hluqwquls\",\"vllmParameters\":{\"tensorParallelSize\":342595066,\"maxModelLen\":456770215,\"gpuMemoryUtilization\":95.208206,\"enforceEager\":true},\"replicas\":1990714971,\"resources\":{\"requests\":{\"cpu\":\"qezv\",\"memory\":\"qugdrftbcvexreuq\"},\"limits\":{\"cpu\":\"tljvfwhreagkhyx\",\"memory\":\"qtvbczsu\",\"gpu\":588050684}},\"nodeSelector\":{\"eykgsangpszngaf\":\"lmepjpf\",\"lkvec\":\"g\"},\"deploymentState\":\"Paused\",\"raiPolicyName\":\"ngoadyedmzr\",\"provisioningState\":\"ResolvingDNS\",\"provisioningDetails\":{\"message\":\"nub\",\"lastOperationTimestamp\":\"2021-11-26T00:13:36Z\"},\"inferenceEndpoint\":\"pkpztrg\",\"capabilities\":{\"we\":\"vcoqraswugyxpqi\"}},\"sku\":{\"name\":\"Arc\"},\"etag\":\"wvskbuhzacaqtylt\",\"id\":\"qcujpd\",\"name\":\"xzak\",\"type\":\"ejkm\"}]}")
+ .toObject(ArcDeploymentListResult.class);
+ Assertions.assertEquals("gzv", model.nextLink());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentModelTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentModelTests.java
new file mode 100644
index 000000000000..f6eb95d871e9
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentModelTests.java
@@ -0,0 +1,27 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentModel;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentModelTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentModel model
+ = BinaryData.fromString("{\"format\":\"bpkuwxeoio\",\"name\":\"fiz\"}").toObject(ArcDeploymentModel.class);
+ Assertions.assertEquals("bpkuwxeoio", model.format());
+ Assertions.assertEquals("fiz", model.name());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentModel model = new ArcDeploymentModel().withFormat("bpkuwxeoio").withName("fiz");
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentModel.class);
+ Assertions.assertEquals("bpkuwxeoio", model.format());
+ Assertions.assertEquals("fiz", model.name());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentPatchCpuMemoryResourceRequirementsTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentPatchCpuMemoryResourceRequirementsTests.java
new file mode 100644
index 000000000000..f688345873dd
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentPatchCpuMemoryResourceRequirementsTests.java
@@ -0,0 +1,29 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchCpuMemoryResourceRequirements;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentPatchCpuMemoryResourceRequirementsTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentPatchCpuMemoryResourceRequirements model
+ = BinaryData.fromString("{\"cpu\":\"jascowvfdjkpd\",\"memory\":\"hlkks\"}")
+ .toObject(ArcDeploymentPatchCpuMemoryResourceRequirements.class);
+ Assertions.assertEquals("jascowvfdjkpd", model.cpu());
+ Assertions.assertEquals("hlkks", model.memory());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentPatchCpuMemoryResourceRequirements model
+ = new ArcDeploymentPatchCpuMemoryResourceRequirements().withCpu("jascowvfdjkpd").withMemory("hlkks");
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentPatchCpuMemoryResourceRequirements.class);
+ Assertions.assertEquals("jascowvfdjkpd", model.cpu());
+ Assertions.assertEquals("hlkks", model.memory());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentPatchKubernetesResourcesTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentPatchKubernetesResourcesTests.java
new file mode 100644
index 000000000000..1f94670e5206
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentPatchKubernetesResourcesTests.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.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentPatchKubernetesResourcesTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentPatchKubernetesResources model = BinaryData.fromString(
+ "{\"requests\":{\"cpu\":\"knlccrmmkyup\",\"memory\":\"ubyqj\"},\"limits\":{\"cpu\":\"kfq\",\"memory\":\"kemyil\",\"gpu\":1066286485}}")
+ .toObject(ArcDeploymentPatchKubernetesResources.class);
+ Assertions.assertEquals("knlccrmmkyup", model.requests().cpu());
+ Assertions.assertEquals("ubyqj", model.requests().memory());
+ Assertions.assertEquals("kfq", model.limits().cpu());
+ Assertions.assertEquals("kemyil", model.limits().memory());
+ Assertions.assertEquals(1066286485, model.limits().gpu());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentPatchKubernetesResources model = new ArcDeploymentPatchKubernetesResources()
+ .withRequests(
+ new ArcDeploymentPatchCpuMemoryResourceRequirements().withCpu("knlccrmmkyup").withMemory("ubyqj"))
+ .withLimits(
+ new ArcDeploymentResourceRequirements().withCpu("kfq").withMemory("kemyil").withGpu(1066286485));
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentPatchKubernetesResources.class);
+ Assertions.assertEquals("knlccrmmkyup", model.requests().cpu());
+ Assertions.assertEquals("ubyqj", model.requests().memory());
+ Assertions.assertEquals("kfq", model.limits().cpu());
+ Assertions.assertEquals("kemyil", model.limits().memory());
+ Assertions.assertEquals(1066286485, model.limits().gpu());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentPropertiesTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentPropertiesTests.java
new file mode 100644
index 000000000000..c6d276be78bb
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentPropertiesTests.java
@@ -0,0 +1,91 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentComputeType;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentModel;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentProperties;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentRuntime;
+import com.azure.resourcemanager.cognitiveservices.models.DeploymentState;
+import java.util.HashMap;
+import java.util.Map;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentPropertiesTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentProperties model = BinaryData.fromString(
+ "{\"model\":{\"format\":\"l\",\"name\":\"tjqvqyvweht\"},\"extensionId\":\"emxhzzy\",\"runtime\":\"vllm\",\"compute\":\"gpu\",\"deploymentTemplate\":\"sxivzrrryvei\",\"vllmParameters\":{\"tensorParallelSize\":346536506,\"maxModelLen\":682586629,\"gpuMemoryUtilization\":56.047173,\"enforceEager\":false},\"replicas\":1347350770,\"resources\":{\"requests\":{\"cpu\":\"uzkaftjvvruxwi\",\"memory\":\"syeipqd\"},\"limits\":{\"cpu\":\"tgrqgdgkkile\",\"memory\":\"kcsmk\",\"gpu\":1416929583}},\"nodeSelector\":{\"ygbdgwumgxdgdhpa\":\"baedorvvmqfl\",\"vjsaqwotm\":\"gdexjd\",\"xaptefhexcgjok\":\"wllcolsr\"},\"deploymentState\":\"Paused\",\"raiPolicyName\":\"hv\",\"provisioningState\":\"Accepted\",\"provisioningDetails\":{\"message\":\"kpeeksnbksdqhj\",\"lastOperationTimestamp\":\"2021-06-27T10:41:24Z\"},\"inferenceEndpoint\":\"xeslkhhustcpoqm\",\"capabilities\":{\"lejjjkxy\":\"wqjwgok\",\"kjbztensvkzykj\":\"wfd\",\"hcdpkupnqrmgj\":\"jknsxfwu\"}}")
+ .toObject(ArcDeploymentProperties.class);
+ Assertions.assertEquals("l", model.model().format());
+ Assertions.assertEquals("tjqvqyvweht", model.model().name());
+ Assertions.assertEquals("emxhzzy", model.extensionId());
+ Assertions.assertEquals(ArcDeploymentRuntime.VLLM, model.runtime());
+ Assertions.assertEquals(ArcDeploymentComputeType.GPU, model.compute());
+ Assertions.assertEquals("sxivzrrryvei", model.deploymentTemplate());
+ Assertions.assertEquals(1347350770, model.replicas());
+ Assertions.assertEquals("uzkaftjvvruxwi", model.resources().requests().cpu());
+ Assertions.assertEquals("syeipqd", model.resources().requests().memory());
+ Assertions.assertEquals("tgrqgdgkkile", model.resources().limits().cpu());
+ Assertions.assertEquals("kcsmk", model.resources().limits().memory());
+ Assertions.assertEquals(1416929583, model.resources().limits().gpu());
+ Assertions.assertEquals("baedorvvmqfl", model.nodeSelector().get("ygbdgwumgxdgdhpa"));
+ Assertions.assertEquals(DeploymentState.PAUSED, model.deploymentState());
+ Assertions.assertEquals("hv", model.raiPolicyName());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentProperties model = new ArcDeploymentProperties()
+ .withModel(new ArcDeploymentModel().withFormat("l").withName("tjqvqyvweht"))
+ .withExtensionId("emxhzzy")
+ .withRuntime(ArcDeploymentRuntime.VLLM)
+ .withCompute(ArcDeploymentComputeType.GPU)
+ .withDeploymentTemplate("sxivzrrryvei")
+ .withReplicas(1347350770)
+ .withResources(new ArcDeploymentKubernetesResources()
+ .withRequests(
+ new ArcDeploymentCpuMemoryResourceRequirements().withCpu("uzkaftjvvruxwi").withMemory("syeipqd"))
+ .withLimits(new ArcDeploymentResourceRequirements().withCpu("tgrqgdgkkile")
+ .withMemory("kcsmk")
+ .withGpu(1416929583)))
+ .withNodeSelector(
+ mapOf("ygbdgwumgxdgdhpa", "baedorvvmqfl", "vjsaqwotm", "gdexjd", "xaptefhexcgjok", "wllcolsr"))
+ .withDeploymentState(DeploymentState.PAUSED)
+ .withRaiPolicyName("hv");
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentProperties.class);
+ Assertions.assertEquals("l", model.model().format());
+ Assertions.assertEquals("tjqvqyvweht", model.model().name());
+ Assertions.assertEquals("emxhzzy", model.extensionId());
+ Assertions.assertEquals(ArcDeploymentRuntime.VLLM, model.runtime());
+ Assertions.assertEquals(ArcDeploymentComputeType.GPU, model.compute());
+ Assertions.assertEquals("sxivzrrryvei", model.deploymentTemplate());
+ Assertions.assertEquals(1347350770, model.replicas());
+ Assertions.assertEquals("uzkaftjvvruxwi", model.resources().requests().cpu());
+ Assertions.assertEquals("syeipqd", model.resources().requests().memory());
+ Assertions.assertEquals("tgrqgdgkkile", model.resources().limits().cpu());
+ Assertions.assertEquals("kcsmk", model.resources().limits().memory());
+ Assertions.assertEquals(1416929583, model.resources().limits().gpu());
+ Assertions.assertEquals("baedorvvmqfl", model.nodeSelector().get("ygbdgwumgxdgdhpa"));
+ Assertions.assertEquals(DeploymentState.PAUSED, model.deploymentState());
+ Assertions.assertEquals("hv", model.raiPolicyName());
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentProvisioningDetailsTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentProvisioningDetailsTests.java
new file mode 100644
index 000000000000..9b2739d35f4d
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentProvisioningDetailsTests.java
@@ -0,0 +1,21 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentProvisioningDetails;
+import java.time.OffsetDateTime;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentProvisioningDetailsTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentProvisioningDetails model = BinaryData
+ .fromString("{\"message\":\"pziuwfbzkkdtnh\",\"lastOperationTimestamp\":\"2021-09-26T00:23:44Z\"}")
+ .toObject(ArcDeploymentProvisioningDetails.class);
+ Assertions.assertEquals("pziuwfbzkkdtnh", model.message());
+ Assertions.assertEquals(OffsetDateTime.parse("2021-09-26T00:23:44Z"), model.lastOperationTimestamp());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentResourceRequirementsTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentResourceRequirementsTests.java
new file mode 100644
index 000000000000..8c888ac73162
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentResourceRequirementsTests.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.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentResourceRequirementsTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentResourceRequirements model
+ = BinaryData.fromString("{\"cpu\":\"etpozycyqiq\",\"memory\":\"gfsetzlexbsfled\",\"gpu\":246722999}")
+ .toObject(ArcDeploymentResourceRequirements.class);
+ Assertions.assertEquals("etpozycyqiq", model.cpu());
+ Assertions.assertEquals("gfsetzlexbsfled", model.memory());
+ Assertions.assertEquals(246722999, model.gpu());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentResourceRequirements model = new ArcDeploymentResourceRequirements().withCpu("etpozycyqiq")
+ .withMemory("gfsetzlexbsfled")
+ .withGpu(246722999);
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentResourceRequirements.class);
+ Assertions.assertEquals("etpozycyqiq", model.cpu());
+ Assertions.assertEquals("gfsetzlexbsfled", model.memory());
+ Assertions.assertEquals(246722999, model.gpu());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentSkuTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentSkuTests.java
new file mode 100644
index 000000000000..426e37b2bfac
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentSkuTests.java
@@ -0,0 +1,25 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSku;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSkuName;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentSkuTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentSku model = BinaryData.fromString("{\"name\":\"Arc\"}").toObject(ArcDeploymentSku.class);
+ Assertions.assertEquals(ArcDeploymentSkuName.ARC, model.name());
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentSku model = new ArcDeploymentSku().withName(ArcDeploymentSkuName.ARC);
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentSku.class);
+ Assertions.assertEquals(ArcDeploymentSkuName.ARC, model.name());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentUpdatePropertiesTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentUpdatePropertiesTests.java
new file mode 100644
index 000000000000..cb4cf6e51fb5
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentUpdatePropertiesTests.java
@@ -0,0 +1,59 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdateProperties;
+import java.util.HashMap;
+import java.util.Map;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentUpdatePropertiesTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentUpdateProperties model = BinaryData.fromString(
+ "{\"replicas\":308344292,\"resources\":{\"requests\":{\"cpu\":\"mtggmu\",\"memory\":\"ch\"},\"limits\":{\"cpu\":\"nkf\",\"memory\":\"lv\",\"gpu\":133463775}},\"nodeSelector\":{\"uyxlykwphvxzcw\":\"izvoaiknaqlnuwi\",\"vkcqhr\":\"hmpejtlkexaonw\"}}")
+ .toObject(ArcDeploymentUpdateProperties.class);
+ Assertions.assertEquals(308344292, model.replicas());
+ Assertions.assertEquals("mtggmu", model.resources().requests().cpu());
+ Assertions.assertEquals("ch", model.resources().requests().memory());
+ Assertions.assertEquals("nkf", model.resources().limits().cpu());
+ Assertions.assertEquals("lv", model.resources().limits().memory());
+ Assertions.assertEquals(133463775, model.resources().limits().gpu());
+ Assertions.assertEquals("izvoaiknaqlnuwi", model.nodeSelector().get("uyxlykwphvxzcw"));
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentUpdateProperties model = new ArcDeploymentUpdateProperties().withReplicas(308344292)
+ .withResources(new ArcDeploymentPatchKubernetesResources()
+ .withRequests(new ArcDeploymentPatchCpuMemoryResourceRequirements().withCpu("mtggmu").withMemory("ch"))
+ .withLimits(new ArcDeploymentResourceRequirements().withCpu("nkf").withMemory("lv").withGpu(133463775)))
+ .withNodeSelector(mapOf("uyxlykwphvxzcw", "izvoaiknaqlnuwi", "vkcqhr", "hmpejtlkexaonw"));
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentUpdateProperties.class);
+ Assertions.assertEquals(308344292, model.replicas());
+ Assertions.assertEquals("mtggmu", model.resources().requests().cpu());
+ Assertions.assertEquals("ch", model.resources().requests().memory());
+ Assertions.assertEquals("nkf", model.resources().limits().cpu());
+ Assertions.assertEquals("lv", model.resources().limits().memory());
+ Assertions.assertEquals(133463775, model.resources().limits().gpu());
+ Assertions.assertEquals("izvoaiknaqlnuwi", model.nodeSelector().get("uyxlykwphvxzcw"));
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentUpdateTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentUpdateTests.java
new file mode 100644
index 000000000000..1609e98dc570
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentUpdateTests.java
@@ -0,0 +1,63 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentPatchKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdate;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentUpdateProperties;
+import java.util.HashMap;
+import java.util.Map;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentUpdateTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentUpdate model = BinaryData.fromString(
+ "{\"properties\":{\"replicas\":149068707,\"resources\":{\"requests\":{\"cpu\":\"kpbafvafhl\",\"memory\":\"lc\"},\"limits\":{\"cpu\":\"vxrh\",\"memory\":\"d\",\"gpu\":1616798113}},\"nodeSelector\":{\"bmairrhvhfnracwn\":\"fplt\",\"grbjbxsjybvitvqk\":\"qigtuujwouhdaws\"}}}")
+ .toObject(ArcDeploymentUpdate.class);
+ Assertions.assertEquals(149068707, model.properties().replicas());
+ Assertions.assertEquals("kpbafvafhl", model.properties().resources().requests().cpu());
+ Assertions.assertEquals("lc", model.properties().resources().requests().memory());
+ Assertions.assertEquals("vxrh", model.properties().resources().limits().cpu());
+ Assertions.assertEquals("d", model.properties().resources().limits().memory());
+ Assertions.assertEquals(1616798113, model.properties().resources().limits().gpu());
+ Assertions.assertEquals("fplt", model.properties().nodeSelector().get("bmairrhvhfnracwn"));
+ }
+
+ @org.junit.jupiter.api.Test
+ public void testSerialize() throws Exception {
+ ArcDeploymentUpdate model
+ = new ArcDeploymentUpdate().withProperties(new ArcDeploymentUpdateProperties().withReplicas(149068707)
+ .withResources(new ArcDeploymentPatchKubernetesResources()
+ .withRequests(
+ new ArcDeploymentPatchCpuMemoryResourceRequirements().withCpu("kpbafvafhl").withMemory("lc"))
+ .withLimits(
+ new ArcDeploymentResourceRequirements().withCpu("vxrh").withMemory("d").withGpu(1616798113)))
+ .withNodeSelector(mapOf("bmairrhvhfnracwn", "fplt", "grbjbxsjybvitvqk", "qigtuujwouhdaws")));
+ model = BinaryData.fromObject(model).toObject(ArcDeploymentUpdate.class);
+ Assertions.assertEquals(149068707, model.properties().replicas());
+ Assertions.assertEquals("kpbafvafhl", model.properties().resources().requests().cpu());
+ Assertions.assertEquals("lc", model.properties().resources().requests().memory());
+ Assertions.assertEquals("vxrh", model.properties().resources().limits().cpu());
+ Assertions.assertEquals("d", model.properties().resources().limits().memory());
+ Assertions.assertEquals(1616798113, model.properties().resources().limits().gpu());
+ Assertions.assertEquals("fplt", model.properties().nodeSelector().get("bmairrhvhfnracwn"));
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map map = new HashMap<>();
+ for (int i = 0; i < inputs.length; i += 2) {
+ String key = (String) inputs[i];
+ T value = (T) inputs[i + 1];
+ map.put(key, value);
+ }
+ return map;
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentVllmParametersTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentVllmParametersTests.java
new file mode 100644
index 000000000000..03a5b230fa83
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentVllmParametersTests.java
@@ -0,0 +1,22 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.generated;
+
+import com.azure.core.util.BinaryData;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentVllmParameters;
+import org.junit.jupiter.api.Assertions;
+
+public final class ArcDeploymentVllmParametersTests {
+ @org.junit.jupiter.api.Test
+ public void testDeserialize() throws Exception {
+ ArcDeploymentVllmParameters model = BinaryData.fromString(
+ "{\"tensorParallelSize\":1229023980,\"maxModelLen\":1191862536,\"gpuMemoryUtilization\":90.277695,\"enforceEager\":true}")
+ .toObject(ArcDeploymentVllmParameters.class);
+ Assertions.assertEquals(1229023980, model.tensorParallelSize());
+ Assertions.assertEquals(1191862536, model.maxModelLen());
+ Assertions.assertEquals(90.277695F, model.gpuMemoryUtilization());
+ Assertions.assertTrue(model.enforceEager());
+ }
+}
diff --git a/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsCreateOrUpdateMockTests.java b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsCreateOrUpdateMockTests.java
new file mode 100644
index 000000000000..70b43fd07d9a
--- /dev/null
+++ b/sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/test/java/com/azure/resourcemanager/cognitiveservices/generated/ArcDeploymentsCreateOrUpdateMockTests.java
@@ -0,0 +1,94 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) TypeSpec Code Generator.
+
+package com.azure.resourcemanager.cognitiveservices.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.cognitiveservices.CognitiveServicesManager;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeployment;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentComputeType;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentCpuMemoryResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentKubernetesResources;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentModel;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentProperties;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentResourceRequirements;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentRuntime;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSku;
+import com.azure.resourcemanager.cognitiveservices.models.ArcDeploymentSkuName;
+import com.azure.resourcemanager.cognitiveservices.models.DeploymentState;
+import java.nio.charset.StandardCharsets;
+import java.time.OffsetDateTime;
+import java.util.HashMap;
+import java.util.Map;
+import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Test;
+import reactor.core.publisher.Mono;
+
+public final class ArcDeploymentsCreateOrUpdateMockTests {
+ @Test
+ public void testCreateOrUpdate() throws Exception {
+ String responseStr
+ = "{\"properties\":{\"model\":{\"format\":\"avv\",\"name\":\"vxwve\"},\"extensionId\":\"enlrjcsmwevgu\",\"runtime\":\"onnx-genai\",\"compute\":\"gpu\",\"deploymentTemplate\":\"xelrjk\",\"vllmParameters\":{\"tensorParallelSize\":2118676021,\"maxModelLen\":1981453249,\"gpuMemoryUtilization\":70.24505,\"enforceEager\":false},\"replicas\":1599065009,\"resources\":{\"requests\":{\"cpu\":\"yfkd\",\"memory\":\"lbwqlq\"},\"limits\":{\"cpu\":\"fqbir\",\"memory\":\"bcel\",\"gpu\":80272315}},\"nodeSelector\":{\"kdv\":\"dnjyhzfax\",\"modpe\":\"el\",\"qoxzyhlbeqvhskb\":\"qxsorchaz\",\"gf\":\"pwxslaj\"},\"deploymentState\":\"Running\",\"raiPolicyName\":\"fha\",\"provisioningState\":\"Succeeded\",\"provisioningDetails\":{\"message\":\"uydwiurnicu\",\"lastOperationTimestamp\":\"2021-05-24T22:24:07Z\"},\"inferenceEndpoint\":\"tqmiuvjplosebm\",\"capabilities\":{\"qobfixngxebihe\":\"uqmtxynof\",\"pgup\":\"hnkingiqcdol\",\"ykcnhpplzhc\":\"jlbsmndafbncuyj\",\"rlnewnuwkkfzzetl\":\"zxjziuu\"}},\"sku\":{\"name\":\"Arc\"},\"etag\":\"yxzlv\",\"id\":\"wjvrlgqpwwlzpd\",\"name\":\"arcbcdwhslxebaja\",\"type\":\"knmstbdoprwkamp\"}";
+
+ HttpClient httpClient
+ = response -> Mono.just(new MockHttpResponse(response, 200, responseStr.getBytes(StandardCharsets.UTF_8)));
+ CognitiveServicesManager manager = CognitiveServicesManager.configure()
+ .withHttpClient(httpClient)
+ .authenticate(tokenRequestContext -> Mono.just(new AccessToken("this_is_a_token", OffsetDateTime.MAX)),
+ new AzureProfile("", "", AzureCloud.AZURE_PUBLIC_CLOUD));
+
+ ArcDeployment response = manager.arcDeployments()
+ .define("cfferznzc")
+ .withExistingAccount("kiy", "qbjsdjpgxeysgw")
+ .withProperties(new ArcDeploymentProperties()
+ .withModel(new ArcDeploymentModel().withFormat("ivoveomkhfeqcoop").withName("fpohimgckycjpeeb"))
+ .withExtensionId("nbz")
+ .withRuntime(ArcDeploymentRuntime.ONNX)
+ .withCompute(ArcDeploymentComputeType.GPU)
+ .withDeploymentTemplate("loutnp")
+ .withReplicas(1653260262)
+ .withResources(new ArcDeploymentKubernetesResources()
+ .withRequests(new ArcDeploymentCpuMemoryResourceRequirements().withCpu("dmwk").withMemory("upf"))
+ .withLimits(
+ new ArcDeploymentResourceRequirements().withCpu("d").withMemory("zaui").withGpu(1086143371)))
+ .withNodeSelector(mapOf("cikswhcamwu", "dyzdsy"))
+ .withDeploymentState(DeploymentState.PAUSED)
+ .withRaiPolicyName("kcgsfcmvh"))
+ .withSku(new ArcDeploymentSku().withName(ArcDeploymentSkuName.ARC))
+ .create();
+
+ Assertions.assertEquals("avv", response.properties().model().format());
+ Assertions.assertEquals("vxwve", response.properties().model().name());
+ Assertions.assertEquals("enlrjcsmwevgu", response.properties().extensionId());
+ Assertions.assertEquals(ArcDeploymentRuntime.ONNX, response.properties().runtime());
+ Assertions.assertEquals(ArcDeploymentComputeType.GPU, response.properties().compute());
+ Assertions.assertEquals("xelrjk", response.properties().deploymentTemplate());
+ Assertions.assertEquals(1599065009, response.properties().replicas());
+ Assertions.assertEquals("yfkd", response.properties().resources().requests().cpu());
+ Assertions.assertEquals("lbwqlq", response.properties().resources().requests().memory());
+ Assertions.assertEquals("fqbir", response.properties().resources().limits().cpu());
+ Assertions.assertEquals("bcel", response.properties().resources().limits().memory());
+ Assertions.assertEquals(80272315, response.properties().resources().limits().gpu());
+ Assertions.assertEquals("dnjyhzfax", response.properties().nodeSelector().get("kdv"));
+ Assertions.assertEquals(DeploymentState.RUNNING, response.properties().deploymentState());
+ Assertions.assertEquals("fha", response.properties().raiPolicyName());
+ Assertions.assertEquals(ArcDeploymentSkuName.ARC, response.sku().name());
+ }
+
+ // Use "Map.of" if available
+ @SuppressWarnings("unchecked")
+ private static Map mapOf(Object... inputs) {
+ Map