File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2023-05-01/examples Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
"accountName" : " accountName" ,
7
7
"deploymentName" : " deploymentName" ,
8
8
"deployment" : {
9
+ "sku" : {
10
+ "name" : " Standard" ,
11
+ "capacity" : 1
12
+ },
9
13
"properties" : {
10
14
"model" : {
11
15
"format" : " OpenAI" ,
12
16
"name" : " ada" ,
13
17
"version" : " 1"
14
- },
15
- "scaleSettings" : {
16
- "scaleType" : " Manual" ,
17
- "capacity" : 1
18
18
}
19
19
}
20
20
}
25
25
"id" : " /subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.CognitiveServices/accounts/accountName/deployments/deploymentName" ,
26
26
"name" : " deploymentName" ,
27
27
"type" : " Microsoft.CognitiveServices/accounts/deployments" ,
28
+ "sku" : {
29
+ "name" : " Standard" ,
30
+ "capacity" : 1
31
+ },
28
32
"properties" : {
29
33
"model" : {
30
34
"format" : " OpenAI" ,
31
35
"name" : " ada" ,
32
36
"version" : " 1"
33
37
},
34
- "scaleSettings" : {
35
- "scaleType" : " Manual" ,
36
- "capacity" : 1
37
- },
38
38
"provisioningState" : " Succeeded"
39
39
}
40
40
}
44
44
"id" : " /subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.CognitiveServices/accounts/accountName/deployments/deploymentName" ,
45
45
"name" : " deploymentName" ,
46
46
"type" : " Microsoft.CognitiveServices/accounts/deployments" ,
47
+ "sku" : {
48
+ "name" : " Standard" ,
49
+ "capacity" : 1
50
+ },
47
51
"properties" : {
48
52
"model" : {
49
53
"format" : " OpenAI" ,
50
54
"name" : " ada" ,
51
55
"version" : " 1"
52
56
},
53
- "scaleSettings" : {
54
- "scaleType" : " Manual" ,
55
- "capacity" : 1
56
- },
57
57
"provisioningState" : " Accepted"
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments