Skip to content

Commit

Permalink
Updated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Mar 19, 2024
1 parent a89e9ba commit 942f339
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/Unit/Public/PsdTemplate.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
TenantId = 'String | Required | Tenant URL, e.g. test.onmicrosoft.com'
Name = 'String | Required | Name of your environment, e.g. TestEnvironment'
ShortName = 'String | Required | Abbreviation of the environment name, e.g. TST'
CICD = @{
DependsOn = 'String | Required | Name of the environment this environment depends on, e.g. TestEnvironment'
UseCodeBranch = 'String | Required | Name of the branch that is used for the CICD (Script) repository, e.g. main'
Approvers = @(
@{
Principal = 'String | Required | Principal of the user or groups that needs to get added to the approvers list.'
Type = 'String | Required | Type of principal | User / Group'
}
)
}
Tokens = @{
ExampleToken = 'String | Optional | Example of a token that can be used anywhere in the config, by specifying {{ExampleToken}}'
}
}
AppCredentials = @(
@{
Expand Down

0 comments on commit 942f339

Please sign in to comment.