Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/get-started-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
working-directory: get-started/azure-auth/python/

runs-on: ubuntu-latest
needs: []

strategy:
matrix:
Expand Down Expand Up @@ -55,7 +54,6 @@ jobs:
working-directory: get-started/quickstart/python/

runs-on: ubuntu-latest
needs: []

strategy:
matrix:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/get-started-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
working-directory: get-started/azure-auth/ruby/

runs-on: ubuntu-latest
needs: []
strategy:
matrix:
ruby-version: ['3.2', '3.3', '3.4', '4.0']
ruby-version: ['3.3', '3.4', '4.0']

steps:
- uses: actions/checkout@v6
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
*.exe

## log files
*.log
*.log

## Python virtual environment (venv)
.venv/
4 changes: 2 additions & 2 deletions get-started/azure-auth/dotnet/src/Client/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"descriptionHash": "4F9357A2611BE264CC88A04A51324A601C82B3AB985530CF30789DB42470344E1C0DF92172592119E9214C3438440B8009A09E7C0D89A086D580CA33051407BF",
"descriptionHash": "3E0186BCFC34191608126D234117B16EEF7C37D5888181465C174893EEB58EFDD64F2EBF74A4BAB22D401423338015E55CB62A766E3AE78F1D5C89FFE299CF40",
"descriptionLocation": "../../../get-me.yml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.29.0",
"kiotaVersion": "1.31.1",
"clientClassName": "GetUserApiClient",
"typeAccessModifier": "Public",
"clientNamespaceName": "GetUserClient.ApiClient",
Expand Down
4 changes: 2 additions & 2 deletions get-started/azure-auth/go/client/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"descriptionHash": "4F9357A2611BE264CC88A04A51324A601C82B3AB985530CF30789DB42470344E1C0DF92172592119E9214C3438440B8009A09E7C0D89A086D580CA33051407BF",
"descriptionHash": "3E0186BCFC34191608126D234117B16EEF7C37D5888181465C174893EEB58EFDD64F2EBF74A4BAB22D401423338015E55CB62A766E3AE78F1D5C89FFE299CF40",
"descriptionLocation": "../../get-me.yml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.29.0",
"kiotaVersion": "1.31.1",
"clientClassName": "GraphApiClient",
"typeAccessModifier": "Public",
"clientNamespaceName": "getuser/client",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"descriptionHash": "4F9357A2611BE264CC88A04A51324A601C82B3AB985530CF30789DB42470344E1C0DF92172592119E9214C3438440B8009A09E7C0D89A086D580CA33051407BF",
"descriptionHash": "3E0186BCFC34191608126D234117B16EEF7C37D5888181465C174893EEB58EFDD64F2EBF74A4BAB22D401423338015E55CB62A766E3AE78F1D5C89FFE299CF40",
"descriptionLocation": "../../../../../../../get-me.yml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.29.0",
"kiotaVersion": "1.31.1",
"clientClassName": "GetUserApiClient",
"typeAccessModifier": "Public",
"clientNamespaceName": "getuserclient.apiclient",
Expand Down
4 changes: 2 additions & 2 deletions get-started/azure-auth/php/client/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"descriptionHash": "4F9357A2611BE264CC88A04A51324A601C82B3AB985530CF30789DB42470344E1C0DF92172592119E9214C3438440B8009A09E7C0D89A086D580CA33051407BF",
"descriptionHash": "3E0186BCFC34191608126D234117B16EEF7C37D5888181465C174893EEB58EFDD64F2EBF74A4BAB22D401423338015E55CB62A766E3AE78F1D5C89FFE299CF40",
"descriptionLocation": "../../get-me.yml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.29.0",
"kiotaVersion": "1.31.1",
"clientClassName": "GraphApiClient",
"typeAccessModifier": "Public",
"clientNamespaceName": "GetUser\\Client",
Expand Down
4 changes: 2 additions & 2 deletions get-started/azure-auth/python/client/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"descriptionHash": "4F9357A2611BE264CC88A04A51324A601C82B3AB985530CF30789DB42470344E1C0DF92172592119E9214C3438440B8009A09E7C0D89A086D580CA33051407BF",
"descriptionHash": "3E0186BCFC34191608126D234117B16EEF7C37D5888181465C174893EEB58EFDD64F2EBF74A4BAB22D401423338015E55CB62A766E3AE78F1D5C89FFE299CF40",
"descriptionLocation": "../../get-me.yml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.29.0",
"kiotaVersion": "1.31.1",
"clientClassName": "GetUserApiClient",
"typeAccessModifier": "Public",
"clientNamespaceName": "client",
Expand Down
109 changes: 40 additions & 69 deletions get-started/azure-auth/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,159 +1,130 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt --resolver=backtracking
# pip-compile
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.4
aiohttp==3.13.5
# via microsoft-kiota-authentication-azure
aiosignal==1.4.0
# via aiohttp
anyio==3.7.0
# via httpcore
async-timeout==4.0.2
# via aiohttp
attrs==23.1.0
anyio==4.13.0
# via httpx
attrs==26.1.0
# via aiohttp
azure-core==1.38.0
azure-core==1.40.0
# via
# azure-identity
# microsoft-kiota-authentication-azure
azure-identity==1.25.3
# via -r requirements.in
certifi==2024.7.4
certifi==2026.4.22
# via
# httpcore
# httpx
# requests
cffi==1.15.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.4.7
# via requests
cryptography==44.0.1
cryptography==48.0.0
# via
# azure-identity
# msal
# pyjwt
deprecated==1.2.14
# via
# opentelemetry-api
# opentelemetry-semantic-conventions
exceptiongroup==1.1.3
# via anyio
frozenlist==1.3.3
frozenlist==1.8.0
# via
# aiohttp
# aiosignal
h11==0.14.0
h11==0.16.0
# via httpcore
h2==4.3.0
# via httpx
hpack==4.1.0
# via h2
httpcore==0.17.2
httpcore==1.0.9
# via httpx
httpx[http2]==0.24.1
httpx[http2]==0.28.1
# via microsoft-kiota-http
hyperframe==6.1.0
# via h2
idna==3.7
idna==3.13
# via
# anyio
# httpx
# requests
# yarl
importlib-metadata==6.8.0
importlib-metadata==8.7.1
# via opentelemetry-api
microsoft-kiota-abstractions==1.4.6
microsoft-kiota-abstractions==1.10.1
# via
# -r requirements.in
# microsoft-kiota-authentication-azure
# microsoft-kiota-http
# microsoft-kiota-serialization-json
# microsoft-kiota-serialization-text
microsoft-kiota-authentication-azure==1.4.6
microsoft-kiota-authentication-azure==1.10.1
# via -r requirements.in
microsoft-kiota-http==1.4.6
microsoft-kiota-http==1.10.1
# via -r requirements.in
microsoft-kiota-serialization-json==1.4.6
microsoft-kiota-serialization-json==1.10.1
# via -r requirements.in
microsoft-kiota-serialization-text==1.4.6
microsoft-kiota-serialization-text==1.10.1
# via -r requirements.in
msal==1.35.1
msal==1.36.0
# via
# azure-identity
# msal-extensions
msal-extensions==1.2.0
msal-extensions==1.3.1
# via azure-identity
multidict==6.0.4
multidict==6.7.1
# via
# aiohttp
# yarl
opentelemetry-api==1.27.0
opentelemetry-api==1.41.1
# via
# microsoft-kiota-abstractions
# microsoft-kiota-authentication-azure
# microsoft-kiota-http
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-sdk==1.27.0
opentelemetry-sdk==1.41.1
# via
# microsoft-kiota-abstractions
# microsoft-kiota-authentication-azure
# microsoft-kiota-http
opentelemetry-semantic-conventions==0.48b0
opentelemetry-semantic-conventions==0.62b1
# via opentelemetry-sdk
pendulum==3.0.0
# via microsoft-kiota-serialization-json
portalocker==2.7.0
# via msal-extensions
propcache==0.2.0
propcache==0.4.1
# via
# aiohttp
# yarl
pycparser==2.21
pycparser==3.0
# via cffi
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.12.1
# via
# msal
# pyjwt
python-dateutil==2.9.0.post0
# via
# microsoft-kiota-serialization-text
# pendulum
# time-machine
requests==2.33.0
requests==2.33.1
# via
# azure-core
# msal
six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
std-uritemplate==0.0.40
std-uritemplate==2.0.8
# via microsoft-kiota-abstractions
time-machine==2.13.0
# via pendulum
typing-extensions==4.6.3
typing-extensions==4.15.0
# via
# aiosignal
# anyio
# azure-core
# azure-identity
# opentelemetry-api
# opentelemetry-sdk
tzdata==2023.4
# via pendulum
# opentelemetry-semantic-conventions
urllib3==2.6.3
# via
# microsoft-kiota-http
# requests
wrapt==1.15.0
# via deprecated
yarl==1.17.2
# via requests
yarl==1.23.0
# via aiohttp
zipp==3.19.1
zipp==3.23.1
# via importlib-metadata
Loading
Loading