You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The list of allowed models to be deployed.",
67
-
"displayName": "Allowed models"
68
-
}
64
+
"type": "Array",
65
+
"metadata": {
66
+
"displayName": "Allowed AI models",
67
+
"description": "The list of allowed models to be deployed."
68
+
}
69
69
}
70
-
}
70
+
}
71
71
}
72
72
```
73
73
@@ -76,15 +76,15 @@ When using models from Azure AI services and Azure OpenAI with Azure AI Studio,
76
76
1. From the **Assign policy** page, use the following values on the **Basics** tab:
77
77
78
78
- **Scope**: Select the scope where you want to assign the policy. The scope can be a management group, subscription, or resource group.
79
-
- **Policy definition**: This field is prepopulated with the policy definition you created.
79
+
- **Policy definition**: This field is prepopulated with the title of policy definition you created previously.
80
80
- **Assignment name**: Enter a unique name for the assignment.
81
81
- **Policy enforcement**: Make sure that the **Policy enforcement** field is set to **Enabled**. If it isn't enabled, the policy isn't enforced.
82
82
83
83
Select **Next** at the bottom of the page, or the **Parameters** tab at the top of the page.
84
-
1. From the **Parameters** tab, set **Allowed models** to the list of models that you want to allow. The list should be a comma-separated list of model names, surrounded by square brackets. For example, `["gpt-4", "gpt-35-turbo"]`.
84
+
1. From the **Parameters** tab, set **Allowed AI models** to the list of models that you want to allow. The list should be a comma-separated list of model names and approved versions, surrounded by square brackets. For example, `["gpt-4,0613", "gpt-35-turbo,0613"]`.
85
85
86
86
> [!TIP]
87
-
> You can find the model names in the [Azure AI Studio Model Catalog](https://ai.azure.com/explore/models). Select the model to view the details, and then copy the model name in the title.
87
+
> You can find the model names and their versions in the [Azure AI Studio Model Catalog](https://ai.azure.com/explore/models). Select the model to view the details, and then copy the model name and their version in the title.
88
88
89
89
1. Optionally, select the **Non-compliance messages** tab at the top of the page and set a custom message for noncompliance.
90
90
1. Select **Review + create** tab and verify that the policy assignment is correct. When ready, select **Create** to assign the policy.
0 commit comments