File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 11// Creates Azure dependent resources for Azure AI studio
22param solutionName string
3- @secure ()
43param solutionLocation string
54param keyVaultName string
6- @secure ()
75param gptModelName string
8- @secure ()
96param gptModelVersion string
107param managedIdentityObjectId string
11- @secure ()
128param aiServicesEndpoint string
13- @secure ()
149param aiServicesKey string
1510param aiServicesId string
1611
Original file line number Diff line number Diff line change 66 "_generator" : {
77 "name" : " bicep" ,
88 "version" : " 0.34.44.8038" ,
9- "templateHash" : " 17607752669280852658 "
9+ "templateHash" : " 17842743346739787743 "
1010 }
1111 },
1212 "parameters" : {
719719 "_generator" : {
720720 "name" : " bicep" ,
721721 "version" : " 0.34.44.8038" ,
722- "templateHash" : " 12841004781727402447 "
722+ "templateHash" : " 8087543237770345715 "
723723 }
724724 },
725725 "parameters" : {
726726 "solutionName" : {
727727 "type" : " string"
728728 },
729729 "solutionLocation" : {
730- "type" : " securestring "
730+ "type" : " string "
731731 },
732732 "keyVaultName" : {
733733 "type" : " string"
734734 },
735735 "gptModelName" : {
736- "type" : " securestring "
736+ "type" : " string "
737737 },
738738 "gptModelVersion" : {
739- "type" : " securestring "
739+ "type" : " string "
740740 },
741741 "managedIdentityObjectId" : {
742742 "type" : " string"
743743 },
744744 "aiServicesEndpoint" : {
745- "type" : " securestring "
745+ "type" : " string "
746746 },
747747 "aiServicesKey" : {
748- "type" : " securestring "
748+ "type" : " string "
749749 },
750750 "aiServicesId" : {
751751 "type" : " string"
You can’t perform that action at this time.
0 commit comments