chore(docs): Prettify notes and add dates (#3434)

This commit is contained in:
Pepe Fagoaga
2024-02-26 10:37:40 +01:00
committed by GitHub
parent 08bc86fa3d
commit 9663ee6062
24 changed files with 226 additions and 108 deletions

View File

@@ -31,9 +31,9 @@ azure-identity = "1.15.0"
azure-mgmt-applicationinsights = "4.0.0"
azure-mgmt-authorization = "4.0.0"
azure-mgmt-compute = "30.5.0"
azure-mgmt-rdbms = "10.1.0"
azure-mgmt-cosmosdb = "9.4.0"
azure-mgmt-network = "25.2.0"
azure-mgmt-rdbms = "10.1.0"
azure-mgmt-security = "6.0.0"
azure-mgmt-sql = "3.0.1"
azure-mgmt-storage = "21.1.0"
@@ -47,6 +47,7 @@ google-api-python-client = "2.118.0"
google-auth-httplib2 = ">=0.1,<0.3"
jsonschema = "4.21.1"
mkdocs = {version = "1.5.3", optional = true}
mkdocs-git-revision-date-localized-plugin = {version = "1.2.4", optional = true}
mkdocs-material = {version = "9.5.10", optional = true}
msgraph-sdk = "^1.0.0"
msrestazure = "^0.6.4"
@@ -58,7 +59,7 @@ slack-sdk = "3.27.0"
tabulate = "0.9.0"
[tool.poetry.extras]
docs = ["mkdocs", "mkdocs-material"]
docs = ["mkdocs", "mkdocs-material", "mkdocs-git-revision-date-localized-plugin"]
[tool.poetry.group.dev.dependencies]
bandit = "1.7.7"