-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Storage Files] Migrating to TypeSpec #46929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
l0lawrence
wants to merge
49
commits into
Azure:main
Choose a base branch
from
l0lawrence:storagefiles
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
4341658
Initial migration
annatisch bdc0650
Refactor
annatisch 15c5f67
Update mock transport
annatisch 884eea9
pylint
l0lawrence 98e094a
adding accept sanitization to conftest
l0lawrence 72fe218
pin new version of azure-core
l0lawrence 4abbbb9
Merge branch 'main' into copilot-files-tsp-migration
l0lawrence cee5a02
regen
l0lawrence 3656738
prpoject version
l0lawrence acf7f30
remove
l0lawrence 1dc62f4
patch remove fix
l0lawrence 3e9b4d8
fix client helpers
l0lawrence abe89f0
Merge branch 'main' into copilot-files-tsp-migration
l0lawrence 0412403
regen
l0lawrence f317d77
pyproject
l0lawrence 001090d
pylint
l0lawrence 1e72640
remove redudant lines
l0lawrence d42cf34
tests all passing
l0lawrence 2adbc21
pylint
l0lawrence 871c35c
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python …
l0lawrence e101cbe
Merge branch 'main' into copilot-files-tsp-migration
l0lawrence d5df691
regen
l0lawrence a580c5c
pylint
l0lawrence 2253b7b
regen
l0lawrence 42213a5
Apply suggestion from @l0lawrence
l0lawrence 29e2337
Apply suggestion from @l0lawrence
l0lawrence dc9ba6d
prproject
l0lawrence 09f1182
Merge branch 'copilot-files-tsp-migration' of https://github.com/Azur…
l0lawrence 0273df0
Apply suggestion from @l0lawrence
l0lawrence cfaa2d8
Merge branch 'main' into copilot-files-tsp-migration
l0lawrence e875494
regen w new config
l0lawrence f22102c
Fix pylint errors in azure-storage-file-share
l0lawrence 9efa7e6
Fix model subclasses to call super().__init__ and remove models _patc…
l0lawrence a32ff8f
regen
l0lawrence ed8a579
mypy/pylint fix
l0lawrence d6ee7b8
regen
l0lawrence 53d41f5
regen renamed a param
l0lawrence cfa946b
Align _shared upload helpers with azure-storage-blob TSP migration
l0lawrence 3fad009
Fix FileProperty datetime fields: declare as str, not RFC7231 datetime
l0lawrence 83c2a38
wip changes from running against azure cli
l0lawrence 7e2d020
also patch here for backcompat
l0lawrence 2e05f01
Merge branch 'main' into copilot-files-tsp-migration
l0lawrence ebe51e4
Merge branch 'main' into copilot-files-tsp-migration
l0lawrence 57cf512
regen
l0lawrence 273da74
Fix pylint: relocate disable comments in _models.py
l0lawrence 6e1884e
Merge branch 'main' into storagefiles
l0lawrence 38117b9
client docstring
l0lawrence 8a85b35
todo
l0lawrence 2f30ccf
Merge branch 'storagefiles' of https://github.com/l0lawrence/azure-sd…
l0lawrence File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,7 +1,7 @@ | ||
| include *.md | ||
| include azure/__init__.py | ||
| include azure/storage/__init__.py | ||
| include LICENSE | ||
| include azure/storage/fileshare/py.typed | ||
| recursive-include tests *.py | ||
| recursive-include samples *.py *.md | ||
| include azure/storage/fileshare/py.typed | ||
| include azure/__init__.py | ||
| include azure/storage/__init__.py |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "apiVersion": "2026-06-06", | ||
| "apiVersions": { | ||
| "Storage.File": "2026-06-06" | ||
| } | ||
| } |
160 changes: 160 additions & 0 deletions
160
sdk/storage/azure-storage-file-share/apiview-properties.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 +1 @@ | ||
| __path__ = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore | ||
| __path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore |
This file contains hidden or 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 +1 @@ | ||
| __path__ = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore | ||
| __path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore |
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this look at