-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
a41fabc
commit 49b7c6c
Showing
4 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -8,12 +8,12 @@ param resourceName = 'my-resource-name' | |
param alertRecipients = '[email protected]' | ||
param arrayName = 'my-array-name' | ||
param licenseKey = 'CBS-TRIAL-LICENSE' | ||
param cbsModelSku = 'V20MUR1' | ||
param cbsModelSku = 'V10MP2R2' | ||
param orgDomain = 'myorgdomain.dev' | ||
// replace with resource ID of the managed identity (e.g. from output of 01-deploy-prerequisities.sh) | ||
param managedUserIdentityId = '/subscriptions/<---MY SUBSCRITION ID--->/resourceGroups/<---RG NAME--->/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<---NAME OF USER MANAGED IDENTITY --->' | ||
// replace with vNET name (e.g. from output of 01-deploy-prerequisities.sh) | ||
param vnetName = 'my-vnet-name' | ||
param availabilityZone = 1 | ||
// replace with an identity (user or group) within tenant, who would approve the JIT requests to manage CBS app resources. | ||
param jitApprovers = [{displayName:'my-cloud-ops-group',id:'<---OBJECT ID OF USER OR GROUP--->',type:'<--- 'group' OR 'user'--->'}] | ||
param jitApprovers = [{displayName:'my-cloud-ops-group',id:'<---OBJECT ID OF USER OR GROUP--->',type:'<--- 'group' OR 'user'--->'}] |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
CLI_VERSION='1.0.5' | ||
CLI_VERSION='1.0.6' | ||
|
||
|
||
# terminal colors | ||
|
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