You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelog.rst
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ Changelog
4
4
2.0.0a3
5
5
-------
6
6
7
+
Breaking changes:
8
+
9
+
* Azure Blob Storage SDK has been upgraded from the legacy version (v2) to the latest version (v12). AzureFileAdmin now accept `blob_service_client` rather than `connection_string` to give more flexibility with connection types.
10
+
7
11
Fixes:
8
12
9
13
* Jinja templates can now be loaded in StrictUndefined mode.
Flask-Admin example for an Azure Blob Storage account.
4
+
5
+
If you opened this repository in GitHub Codespaces or a Dev Container with the ["flask-admin tests" configuration](/.devcontainer/tests/devcontainer.json), you can jump straight to step 4.
6
+
7
+
To run this example:
8
+
9
+
1. Clone the repository and navigate to this example::
To connect to an Azure Blob Storage account, set the `AZURE_STORAGE_ACCOUNT_URL`. If you set that, the example assumes you are using keyless authentication, so you will need to be logged in via the Azure CLI.
0 commit comments