Skip to content

Commit

Permalink
Troubleshooting PSRule 4
Browse files Browse the repository at this point in the history
  • Loading branch information
krbar committed Dec 11, 2023
1 parent 0f8e239 commit c3b9fb1
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,22 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
location: location
publisherEmail: '[email protected]'
publisherName: '${namePrefix}-az-amorg-x-001'
apis: [
{
apiVersionSet: {
name: 'echo-version-set'
properties: {
description: 'echo-version-set'
displayName: 'echo-version-set'
versioningScheme: 'Segment'
}
}
displayName: 'Echo API'
name: 'echo-api'
path: 'echo'
serviceUrl: 'http://echoapi.cloudapp.net/api'
}
]
authorizationServers: {
secureList: [
{
Expand Down

0 comments on commit c3b9fb1

Please sign in to comment.