From 59b79c53ec3434f3a853355f1046c8bec09fd4ac Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Fri, 18 Jul 2025 16:21:06 +0530 Subject: [PATCH] update CustomizeAxdPermisison.md an deploy.yml file changes --- .github/workflows/deploy.yml | 2 +- docs/CustomizingAzdParameters.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12ffbb10e..7289c3940 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -144,7 +144,7 @@ jobs: secondaryLocation="northcentralus" \ deploymentType="GlobalStandard" \ gptModelName="gpt-4.1" \ - azureOpenaiAPIVersion="2024-05-01-preview" \ + azureOpenaiAPIVersion="2025-01-01-preview" \ gptDeploymentCapacity=${{ env.GPT_MIN_CAPACITY }} \ embeddingModel="text-embedding-ada-002" \ embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} \ diff --git a/docs/CustomizingAzdParameters.md b/docs/CustomizingAzdParameters.md index e66dc78f0..2635fd33d 100644 --- a/docs/CustomizingAzdParameters.md +++ b/docs/CustomizingAzdParameters.md @@ -14,8 +14,8 @@ By default this template will use the environment name as the prefix to prevent | `AZURE_ENV_SECONDARY_LOCATION` | string | `eastus2` | Specifies a secondary Azure region. | | `AZURE_ENV_MODEL_DEPLOYMENT_TYPE` | string | `Standard` | Defines the model deployment type (allowed: `Standard`, `GlobalStandard`). | | `AZURE_ENV_MODEL_NAME` | string | `gpt-4.1` | Specifies the GPT model name (allowed: `gpt-4.1`). | -| `AZURE_ENV_MODEL_VERSION` | string | `2024-05-13` | Set the Azure model version (allowed values: `2024-08-06`). | -| `AZURE_ENV_OPENAI_API_VERSION` | string | `2024-05-01-preview` | Specifies the API version for Azure OpenAI. | +| `AZURE_ENV_MODEL_VERSION` | string | `2025-04-14` | Set the Azure model version. | +| `AZURE_ENV_OPENAI_API_VERSION` | string | `2025-01-01-preview` | Specifies the API version for Azure OpenAI. | | `AZURE_ENV_MODEL_CAPACITY` | integer | `30` | Sets the GPT model capacity (based on what's available in your subscription). | | `AZURE_ENV_EMBEDDING_MODEL_NAME` | string | `text-embedding-ada-002` | Sets the name of the embedding model to use. | | `AZURE_ENV_IMAGETAG` | string | `latest` | Set the Image tag Like (allowed values: latest, dev, hotfix) |