We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff88e4f commit 3d84668Copy full SHA for 3d84668
articles/ai-services/openai/how-to/stored-completions.md
@@ -426,7 +426,7 @@ curl https://YOUR-RESOURCE-NAME.openai.azure.com/openai/chat/completions?api-ver
426
427
### Get stored completion
428
429
-Get stored completion by id.
+Get stored completion by ID.
430
431
# [Python (Microsoft Entra ID)](#tab/python-secure)
432
@@ -753,6 +753,8 @@ curl -X https://YOUR-RESOURCE-NAME.openai.azure.com/openai/chat/completions/chat
753
754
Delete stored completion by completion ID.
755
756
+### Microsoft Entra ID
757
+
758
759
760
```python
0 commit comments