-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.psd1
37 lines (37 loc) · 1.85 KB
/
requirements.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@{
PSDependOptions = @{
Target = 'CurrentUser'
Parameters = @{
Repository = 'PSGallery'
AllowPrerelease = $false
}
}
'Az.Accounts' = 'latest'
#'Az.Aks' = '3.0.0'
#'Az.Automation' = '1.7.2'
#'Az.ContainerInstance' = '3.0.0'
#'Az.ContainerRegistry' = '2.2.3'
'Az.Compute' = 'latest'
#'Az.Dns' = '1.1.2'
#'Az.PrivateDns' = '1.0.3'
#'Az.KeyVault' = '4.1.0'
#'Az.Storage' = '4.1.0'
'Az.Resources' = 'latest'
#'Az.Functions' = '4.0.0'
#'Az.Network' = '4.13.0'
#'Az.Monitor' = '3.0.0'
#'Az.Support' = '1.0.0'
#'Az.Sql' = '3.7.1'
'JaZ.PIM' = 'latest'
'Microsoft.Graph.DeviceManagement.Enrolment' = 'latest'
'Microsoft.Graph.Authentication' = 'latest'
'Microsoft.PowerShell.SecretManagement' = 'latest'
'Microsoft.PowerShell.SecretStore' = 'latest'
'Microsoft.PowerShell.UnixCompleters' = 'latest'
#'Microsoft.PowerShell.ConsoleGuiTools' = 'latest'
'subnet' = 'latest'
'Terminal-Icons' = 'latest'
'tftools' = 'latest'
'ImportExcel' = 'latest'
'PSReadLine' = 'latest'
}