File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ function Get-FilesByProfile {
47
47
)
48
48
49
49
50
- $ModulesToGenerate | ForEach-Object {
51
- $ModuleName = $_
50
+ # $ModulesToGenerate | ForEach-Object {
51
+ # $ModuleName = $_
52
+ $ModuleName = " Applications"
52
53
$FullModuleName = " $ModulePrefix .$ModuleName "
53
54
$ModulePath = Join-Path $WorkLoadDocsPath " \$GraphProfilePath \$FullModuleName "
54
55
$OpenApiFile = Join-Path $SDKOpenApiPath " \openApiDocs\v1.0\$ModuleName .yml"
@@ -58,7 +59,7 @@ function Get-FilesByProfile {
58
59
$OpenApiContent = ($YamlContent | ConvertFrom-Yaml )
59
60
Get-Files - GraphProfile $GraphProfile - GraphProfilePath $ModulePath - Module $ModuleName - OpenApiContent $OpenApiContent - ModulePrefix $ModulePrefix
60
61
}
61
- }
62
+ # }
62
63
63
64
}
64
65
function Get-Files {
@@ -232,9 +233,9 @@ function WebScrapping {
232
233
Foreach-Object { $_ -replace ' schema: 2.0.0' , $MetaDataText } |
233
234
Out-File $File
234
235
}
235
- Set-Location microsoftgraph- docs- powershell
236
+ Set-Location ..\ microsoftgraph- docs- powershell
236
237
$date = Get-Date - Format " dd-MM-yyyy"
237
- $proposedBranch = " weekly_update_help_files_msprodvalues " + $date
238
+ $proposedBranch = " weekly_update_help_files_msprodvaluesOne " + $date
238
239
$exists = git branch - l $proposedBranch
239
240
if ([string ]::IsNullOrEmpty($exists )) {
240
241
git checkout - b $proposedBranch
You can’t perform that action at this time.
0 commit comments