-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
28 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ module service 'br/public:avm/res/api-management/service:<version>' = { | |
name: 'serviceDeployment' | ||
params: { | ||
// Required parameters | ||
name: 'apismin002' | ||
name: 'apismin001' | ||
publisherEmail: '[email protected]' | ||
publisherName: 'az-amorg-x-001' | ||
// Non-required parameters | ||
|
@@ -149,7 +149,7 @@ module service 'br/public:avm/res/api-management/service:<version>' = { | |
"parameters": { | ||
// Required parameters | ||
"name": { | ||
"value": "apismin002" | ||
"value": "apismin001" | ||
}, | ||
"publisherEmail": { | ||
"value": "[email protected]" | ||
|
@@ -242,7 +242,7 @@ module service 'br/public:avm/res/api-management/service:<version>' = { | |
name: 'serviceDeployment' | ||
params: { | ||
// Required parameters | ||
name: 'apismax002' | ||
name: 'apismax001' | ||
publisherEmail: '[email protected]' | ||
publisherName: 'az-amorg-x-001' | ||
// Non-required parameters | ||
|
@@ -416,13 +416,11 @@ module service 'br/public:avm/res/api-management/service:<version>' = { | |
publicIpAddressResourceId: '<publicIpAddressResourceId>' | ||
roleAssignments: [ | ||
{ | ||
name: '6352c3e3-ac6b-43d5-ac43-1077ff373721' | ||
principalId: '<principalId>' | ||
principalType: 'ServicePrincipal' | ||
roleDefinitionIdOrName: 'Owner' | ||
} | ||
{ | ||
name: '<name>' | ||
principalId: '<principalId>' | ||
principalType: 'ServicePrincipal' | ||
roleDefinitionIdOrName: 'b24988ac-6180-42a0-ab88-20f7382dd24c' | ||
|
@@ -464,7 +462,7 @@ module service 'br/public:avm/res/api-management/service:<version>' = { | |
"parameters": { | ||
// Required parameters | ||
"name": { | ||
"value": "apismax002" | ||
"value": "apismax001" | ||
}, | ||
"publisherEmail": { | ||
"value": "[email protected]" | ||
|
@@ -678,13 +676,11 @@ module service 'br/public:avm/res/api-management/service:<version>' = { | |
"roleAssignments": { | ||
"value": [ | ||
{ | ||
"name": "6352c3e3-ac6b-43d5-ac43-1077ff373721", | ||
"principalId": "<principalId>", | ||
"principalType": "ServicePrincipal", | ||
"roleDefinitionIdOrName": "Owner" | ||
}, | ||
{ | ||
"name": "<name>", | ||
"principalId": "<principalId>", | ||
"principalType": "ServicePrincipal", | ||
"roleDefinitionIdOrName": "b24988ac-6180-42a0-ab88-20f7382dd24c" | ||
|
@@ -798,7 +794,7 @@ module service 'br/public:avm/res/api-management/service:<version>' = { | |
name: 'serviceDeployment' | ||
params: { | ||
// Required parameters | ||
name: 'apiswaf002' | ||
name: 'apiswaf001' | ||
publisherEmail: '[email protected]' | ||
publisherName: 'az-amorg-x-001' | ||
// Non-required parameters | ||
|
@@ -998,7 +994,7 @@ module service 'br/public:avm/res/api-management/service:<version>' = { | |
"parameters": { | ||
// Required parameters | ||
"name": { | ||
"value": "apiswaf002" | ||
"value": "apiswaf001" | ||
}, | ||
"publisherEmail": { | ||
"value": "[email protected]" | ||
|
@@ -1756,7 +1752,6 @@ Array of role assignments to create. | |
| [`conditionVersion`](#parameter-roleassignmentsconditionversion) | string | Version of the condition. | | ||
| [`delegatedManagedIdentityResourceId`](#parameter-roleassignmentsdelegatedmanagedidentityresourceid) | string | The Resource Id of the delegated managed identity resource. | | ||
| [`description`](#parameter-roleassignmentsdescription) | string | The description of the role assignment. | | ||
| [`name`](#parameter-roleassignmentsname) | string | The name (as GUID) of the role assignment. If not provided, a GUID will be generated. | | ||
| [`principalType`](#parameter-roleassignmentsprincipaltype) | string | The principal type of the assigned principal ID. | | ||
|
||
### Parameter: `roleAssignments.principalId` | ||
|
@@ -1807,13 +1802,6 @@ The description of the role assignment. | |
- Required: No | ||
- Type: string | ||
|
||
### Parameter: `roleAssignments.name` | ||
|
||
The name (as GUID) of the role assignment. If not provided, a GUID will be generated. | ||
|
||
- Required: No | ||
- Type: string | ||
|
||
### Parameter: `roleAssignments.principalType` | ||
|
||
The principal type of the assigned principal ID. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ module testDeployment '../../../main.bicep' = [ | |
scope: resourceGroup | ||
name: '${uniqueString(deployment().name, resourceLocation)}-test-${serviceShort}-${iteration}' | ||
params: { | ||
name: '${namePrefix}${serviceShort}002' | ||
name: '${namePrefix}${serviceShort}001' | ||
location: resourceLocation | ||
publisherEmail: '[email protected]' | ||
publisherName: '${namePrefix}-az-amorg-x-001' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ module testDeployment '../../../main.bicep' = [ | |
scope: resourceGroup | ||
name: '${uniqueString(deployment().name, resourceLocation)}-test-${serviceShort}-${iteration}' | ||
params: { | ||
name: '${namePrefix}${serviceShort}002' | ||
name: '${namePrefix}${serviceShort}001' | ||
location: resourceLocation | ||
publisherEmail: '[email protected]' | ||
publisherName: '${namePrefix}-az-amorg-x-001' | ||
|
@@ -245,13 +245,11 @@ module testDeployment '../../../main.bicep' = [ | |
] | ||
roleAssignments: [ | ||
{ | ||
name: '6352c3e3-ac6b-43d5-ac43-1077ff373721' | ||
roleDefinitionIdOrName: 'Owner' | ||
principalId: nestedDependencies.outputs.managedIdentityPrincipalId | ||
principalType: 'ServicePrincipal' | ||
} | ||
{ | ||
name: guid('Custom seed ${namePrefix}${serviceShort}') | ||
roleDefinitionIdOrName: 'b24988ac-6180-42a0-ab88-20f7382dd24c' | ||
principalId: nestedDependencies.outputs.managedIdentityPrincipalId | ||
principalType: 'ServicePrincipal' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ module testDeployment '../../../main.bicep' = [ | |
scope: resourceGroup | ||
name: '${uniqueString(deployment().name, resourceLocation)}-test-${serviceShort}-${iteration}' | ||
params: { | ||
name: '${namePrefix}${serviceShort}002' | ||
name: '${namePrefix}${serviceShort}001' | ||
location: resourceLocation | ||
publisherEmail: '[email protected]' | ||
publisherName: '${namePrefix}-az-amorg-x-001' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"$schema": "https://aka.ms/bicep-registry-module-version-file-schema#", | ||
"version": "0.3", | ||
"version": "0.2", | ||
"pathFilters": [ | ||
"./main.json" | ||
] | ||
} | ||
} |