Skip to content

Commit

Permalink
Add bicep file
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Aug 29, 2023
1 parent 8be4061 commit 5232dd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sdk/ai/azopenai/test-resources.bicep
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@description('The base resource name.')
param baseName string = resourceGroup().name

@description('Which Azure Region to deploy the resource to. Defaults to the resource group location.')
param location string = resourceGroup().location

@description('The principal to assign the role to. This is application object id.')
param testApplicationOid string

0 comments on commit 5232dd5

Please sign in to comment.