Skip to content

Commit 0f99e35

Browse files
authored
Upload csv for generating powershell assembly reference docs (Azure#15443)
* upload csv for generating powershell assembly reference docs * update dotnet csv each version bump * update az-ps-last.csv file
1 parent ae4ed02 commit 0f99e35

File tree

3 files changed

+148
-0
lines changed

3 files changed

+148
-0
lines changed

tools/Docs/GenerateDotNetCsv.ps1

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Param(
2+
[Parameter(Mandatory = $true)]
3+
[string]$FeedPsd1FullPath
4+
)
5+
6+
$feedDir = (Get-Item $FeedPsd1FullPath).Directory
7+
$feedName = (Get-Item $FeedPsd1FullPath).Name
8+
Import-LocalizedData -BindingVariable ModuleMetadata -BaseDirectory $feedDir -FileName $feedName
9+
$modules = $ModuleMetadata.RequiredModules
10+
11+
$dotnetCsv = New-Item -Path "$PSScriptRoot\" -Name "az-ps-latest.csv" -ItemType "file" -Force
12+
$dotnetCsvContent = ""
13+
for ($index = 0; $index -lt $modules.Count; $index++){
14+
$moduleName = $modules[$index].ModuleName
15+
$moduleVersion = if([string]::IsNullOrEmpty($modules[$index].RequiredVersion)){ $modules[$index].ModuleVersion } else{ $modules[$index].RequiredVersion }
16+
$dotnetCsvContent += "pac$index,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],$moduleName,$moduleVersion`n"
17+
}
18+
Set-Content -Path $dotnetCsv.FullName -Value $dotnetCsvContent -Encoding UTF8
19+
20+
21+
22+

tools/Docs/az-ps-latest.csv

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
pac0,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Accounts,2.5.1
2+
pac1,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ADDomainServices,0.1.0
3+
pac2,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Advisor,1.1.1
4+
pac3,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Aks,2.2.0
5+
pac4,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.AlertsManagement,0.3.0
6+
pac5,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.AnalysisServices,1.1.4
7+
pac6,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ApiManagement,2.2.0
8+
pac7,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.AppConfiguration,1.0.0
9+
pac8,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ApplicationInsights,1.2.0
10+
pac9,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Attestation,0.1.8
11+
pac10,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Automation,1.7.0
12+
pac11,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Batch,3.1.0
13+
pac12,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Billing,2.0.0
14+
pac13,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Blockchain,0.3.0
15+
pac14,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Blueprint,0.4.0
16+
pac15,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.BotService,0.3.0
17+
pac16,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Cdn,1.7.1
18+
pac17,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.CloudService,0.3.0
19+
pac18,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.CognitiveServices,1.8.0
20+
pac19,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Communication,0.1.0
21+
pac20,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Compute,4.15.0
22+
pac21,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Confluent,0.1.0
23+
pac22,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ConnectedKubernetes,0.2.0
24+
pac23,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ConnectedMachine,0.2.0
25+
pac24,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ContainerInstance,2.1.0
26+
pac25,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ContainerRegistry,2.2.3
27+
pac26,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.CosmosDB,1.3.0
28+
pac27,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.CostManagement,0.2.0
29+
pac28,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.CustomProviders,0.1.0
30+
pac29,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DataBox,0.1.1
31+
pac30,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DataBoxEdge,1.1.0
32+
pac31,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Databricks,1.1.0
33+
pac32,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Datadog,0.1.0
34+
pac33,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DataFactory,1.13.0
35+
pac34,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DataLakeAnalytics,1.0.2
36+
pac35,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DataLakeStore,1.3.0
37+
pac36,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DataMigration,0.7.4
38+
pac37,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DataProtection,0.2.0
39+
pac38,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DataShare,1.0.0
40+
pac39,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DedicatedHsm,0.2.0
41+
pac40,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DeploymentManager,1.1.0
42+
pac41,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DesktopVirtualization,3.0.0
43+
pac42,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DeviceProvisioningServices,0.10.0
44+
pac43,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DevSpaces,0.7.3
45+
pac44,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DevTestLabs,1.0.2
46+
pac45,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DigitalTwins,0.1.0
47+
pac46,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.DiskPool,0.2.0
48+
pac47,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Dns,1.1.2
49+
pac48,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.EventGrid,1.3.0
50+
pac49,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.EventHub,1.8.0
51+
pac50,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.FrontDoor,1.8.0
52+
pac51,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Functions,3.1.0
53+
pac52,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.GuestConfiguration,0.10.8
54+
pac53,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.HanaOnAzure,0.3.0
55+
pac54,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.HDInsight,4.3.0
56+
pac55,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.HealthBot,0.1.0
57+
pac56,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.HealthcareApis,1.3.1
58+
pac57,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.HPCCache,0.1.1
59+
pac58,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ImageBuilder,0.2.0
60+
pac59,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ImportExport,0.1.0
61+
pac60,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.IotCentral,0.9.0
62+
pac61,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.IotHub,2.7.3
63+
pac62,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.KeyVault,3.4.5
64+
pac63,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.KubernetesConfiguration,0.4.0
65+
pac64,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Kusto,2.0.0
66+
pac65,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.LogicApp,1.5.0
67+
pac66,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.MachineLearning,1.1.3
68+
pac67,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Maintenance,1.1.1
69+
pac68,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ManagedServiceIdentity,0.7.3
70+
pac69,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ManagedServices,2.0.0
71+
pac70,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ManagementPartner,0.7.2
72+
pac71,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Maps,0.8.0
73+
pac72,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.MariaDb,0.2.0
74+
pac73,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Marketplace,0.2.0
75+
pac74,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.MarketplaceOrdering,1.0.2
76+
pac75,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Media,1.1.1
77+
pac76,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Migrate,1.0.2
78+
pac77,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.MixedReality,0.1.4
79+
pac78,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Monitor,2.6.0
80+
pac79,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.MonitoringSolutions,0.1.0
81+
pac80,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.MySql,0.6.0
82+
pac81,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.NetAppFiles,0.6.0
83+
pac82,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Network,4.10.0
84+
pac83,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.NotificationHubs,1.1.1
85+
pac84,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.OperationalInsights,2.3.0
86+
pac85,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Peering,0.3.0
87+
pac86,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.PolicyInsights,1.4.1
88+
pac87,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Portal,0.1.0
89+
pac88,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.PostgreSql,0.5.0
90+
pac89,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.PowerBIEmbedded,1.1.2
91+
pac90,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.PrivateDns,1.0.3
92+
pac91,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ProviderHub,0.1.0
93+
pac92,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.RecoveryServices,4.3.0
94+
pac93,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.RedisCache,1.4.0
95+
pac94,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.RedisEnterpriseCache,1.0.0
96+
pac95,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Relay,1.0.3
97+
pac96,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Reservations,0.9.0
98+
pac97,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ResourceGraph,0.11.0
99+
pac98,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ResourceMover,1.0.0
100+
pac99,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Resources,4.2.0
101+
pac100,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Search,0.8.0
102+
pac101,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Security,1.0.0
103+
pac102,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.SecurityInsights,1.0.0
104+
pac103,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ServiceBus,1.5.0
105+
pac104,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.ServiceFabric,3.0.0
106+
pac105,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.SignalR,1.3.0
107+
pac106,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.SpringCloud,0.2.0
108+
pac107,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Sql,3.4.0
109+
pac108,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.SqlVirtualMachine,1.1.0
110+
pac109,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.StackEdge,0.1.0
111+
pac110,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.StackHCI,0.8.0
112+
pac111,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Storage,3.9.0
113+
pac112,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.StorageSync,1.5.0
114+
pac113,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.StreamAnalytics,2.0.0
115+
pac114,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Subscription,0.8.0
116+
pac115,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Support,1.0.0
117+
pac116,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Synapse,0.13.0
118+
pac117,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.TimeSeriesInsights,0.2.0
119+
pac118,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.TrafficManager,1.0.4
120+
pac119,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.VMware,0.2.0
121+
pac120,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.Websites,2.8.0
122+
pac121,[ps=true;customSource=https://www.powershellgallery.com/api/v2/],Az.WindowsIotServices,0.1.0
123+

tools/RunVersionController.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,8 @@ switch ($PSCmdlet.ParameterSetName)
372372
Bump-AzVersion
373373

374374
Generate-AzPreview
375+
376+
# Generate dotnet csv
377+
&$PSScriptRoot/Docs/GenerateDotNetCsv.ps1 -FeedPsd1FullPath "$PSScriptRoot\AzPreview\AzPreview.psd1"
375378
}
376379
}

0 commit comments

Comments
 (0)