Skip to content

Commit

Permalink
2.5.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrem committed Dec 8, 2024
1 parent 311d3a1 commit 84e7292
Show file tree
Hide file tree
Showing 5 changed files with 835 additions and 285 deletions.
1 change: 0 additions & 1 deletion generator/generate_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from generator import load_settings
from generator.builders.type_builder import TypeBuilder
from office365.runtime.odata.v3.metadata_reader import ODataV3Reader
Expand Down
4 changes: 2 additions & 2 deletions generator/import_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ def export_to_file(path, content):
"--endpoint",
dest="endpoint",
help="Import metadata endpoint",
default="sharepoint",
default="graph",
)
parser.add_argument(
"-p",
"--path",
dest="path",
default="./metadata/SharePoint.xml",
default="./metadata/Graph.xml",
help="Import metadata endpoint",
)

Expand Down
Loading

0 comments on commit 84e7292

Please sign in to comment.