File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
cloudmachine/Azure.Projects.Provisioning/tests/Data
provisioning/Azure.Provisioning.CognitiveServices/tests Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -191,3 +191,6 @@ indent_size = 2
191191end_of_line = lf
192192[* .{cmd, bat} ]
193193end_of_line = crlf
194+
195+ [sdk/cloudmachine/Azure.Projects.Provisioning/tests/Data/* .bicep ]
196+ insert_final_newline = false
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ resource keyVault_projectIdentity_KeyVaultAdministrator 'Microsoft.Authorization
8282 scope : keyVault
8383}
8484
85- resource openai 'Microsoft.CognitiveServices/accounts@2024-10 -01' = {
85+ resource openai 'Microsoft.CognitiveServices/accounts@2025-09 -01' = {
8686 name : 'cm0c420d2f21084cd'
8787 location : location
8888 kind : 'OpenAI'
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ resource appConfiguration_projectIdentity_AppConfigurationDataOwner 'Microsoft.A
3737 scope : appConfiguration
3838}
3939
40- resource aiservices 'Microsoft.CognitiveServices/accounts@2024-10 -01' = {
40+ resource aiservices 'Microsoft.CognitiveServices/accounts@2025-09 -01' = {
4141 name : 'cm0c420d2f21084cd'
4242 location : location
4343 kind : 'AIServices'
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ resource appConfiguration_projectIdentity_AppConfigurationDataOwner 'Microsoft.A
3737 scope : appConfiguration
3838}
3939
40- resource openai 'Microsoft.CognitiveServices/accounts@2024-10 -01' = {
40+ resource openai 'Microsoft.CognitiveServices/accounts@2025-09 -01' = {
4141 name : 'cm0c420d2f21084cd'
4242 location : location
4343 kind : 'OpenAI'
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public async Task CreateTranslation()
5050 @description('The location for the resource(s) to be deployed.')
5151 param location string = resourceGroup().location
5252
53- resource account 'Microsoft.CognitiveServices/accounts@2024-10 -01' = {
53+ resource account 'Microsoft.CognitiveServices/accounts@2025-09 -01' = {
5454 name: take('account-${uniqueString(resourceGroup().id)}', 64)
5555 location: location
5656 identity: {
You can’t perform that action at this time.
0 commit comments