Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Search Application [The scale settings of account deployment is deprecated since API version '2023-05-01', please use 'sku' instead.] #574

Closed
mettyoung opened this issue Sep 4, 2024 · 2 comments
Assignees

Comments

@mettyoung
Copy link

While doing the assignment, I encountered error. What version/sku should i use?

az cognitiveservices account deployment create \
    --name semantic-video-openai \
    --resource-group  semantic-video-search \
    --deployment-name text-embedding-ada-002 \
    --model-name text-embedding-ada-002 \
    --model-version "2"  \
    --model-format OpenAI \
    --scale-settings-scale-type "Standard"

The scale settings of account deployment is deprecated since API version '2023-05-01', please use 'sku' instead.

image
Copy link

github-actions bot commented Sep 4, 2024

👋 Thanks for contributing @mettyoung! We will review the issue and get back to you soon.

@bmerkle
Copy link
Contributor

bmerkle commented Sep 9, 2024

I think with API Version 2023-05-01 you have to use sku,
https://learn.microsoft.com/en-us/rest/api/aiservices/accountmanagement/deployments/create-or-update?view=rest-aiservices-accountmanagement-2023-05-01&tabs=HTTP

The documentation needs to be fixed here

bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 9, 2024
use new API version '2023-05-01 parameters
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 9, 2024
use new API version '2023-05-01 parameters
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 9, 2024
use new API version '2023-05-01 parameters
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 9, 2024
use new API version '2023-05-01 parameters
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 9, 2024
use new API version '2023-05-01 parameters
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 9, 2024
use new API version '2023-05-01 parameters
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 9, 2024
use new API version '2023-05-01 parameters
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 13, 2024
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 13, 2024
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 13, 2024
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 13, 2024
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 13, 2024
bmerkle added a commit to bmerkle/generative-ai-for-beginners that referenced this issue Sep 13, 2024
koreyspace added a commit that referenced this issue Sep 13, 2024
koreyspace added a commit that referenced this issue Sep 13, 2024
koreyspace added a commit that referenced this issue Sep 13, 2024
koreyspace added a commit that referenced this issue Sep 13, 2024
koreyspace added a commit that referenced this issue Sep 17, 2024
koreyspace added a commit that referenced this issue Sep 17, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 17, 2024
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants