René's URL Explorer Experiment


Title: Renewing secrets (and certificates) using Python MSGraph SDK · microsoftgraph/msgraph-sdk-python · Discussion #1185 · GitHub

Open Graph Title: Renewing secrets (and certificates) using Python MSGraph SDK · microsoftgraph/msgraph-sdk-python · Discussion #1185

X Title: Renewing secrets (and certificates) using Python MSGraph SDK · microsoftgraph/msgraph-sdk-python · Discussion #1185

Description: Renewing secrets (and certificates) using Python MSGraph SDK

Open Graph Description: Hey, I don't know if this is a bug, or a misunderstanding from me, but I have been struggling with this. Bug When creating a secret for an Azure AD app using add_password.post() and a PasswordCrede...

X Description: Hey, I don't know if this is a bug, or a misunderstanding from me, but I have been struggling with this. Bug When creating a secret for an Azure AD app using add_password.post() and a PasswordC...

Opengraph URL: https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"QAPage","mainEntity":{"@type":"Question","name":"Renewing secrets (and certificates) using Python MSGraph SDK","text":"

Hey,

\n

I don't know if this is a bug, or a misunderstanding from me, but I have been struggling with this.

\n

Bug

\n

When creating a secret for an Azure AD app using add_password.post() and a PasswordCredential object, fields such as displayName, startDateTime, and endDateTime are silently ignored. The resulting secret is created with an empty name and a default expiration of 2 years.

\n

Steps to reproduce

\n
from msgraph.generated.models import PasswordCredential\n\nnow = datetime.datetime.now(datetime.timezone.utc)\nend = now + datetime.timedelta(days=365)\n\ncred = PasswordCredential(\n    display_name=\"Secret Test 2025\",\n    start_date_time=now,\n    end_date_time=end\n)\n\nawait client.applications.by_application_id(app_id).add_password.post(cred)
\n

Expected behavior

\n\n

Actual behavior

\n\n

SDK version: msgraph-sdk-python v1.26.0
\nPython version: 3.12.9

","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"

Anyway too much time to answer, found a workaround using requests and not the trash SDK !

","upvoteCount":2,"url":"https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#discussioncomment-12907659"}}}

route-pattern/_view_fragments/Voltron::DiscussionsFragmentsController/show/:user_id/:repository/:discussion_number/discussion_layout(.:format)
route-controllervoltron_discussions_fragments
route-actiondiscussion_layout
fetch-noncev2:40c716b5-bfea-6bc3-bd8c-44971948faba
current-catalog-service-hash9f0abe34da433c9b6db74bffa2466494a717b579a96b30a5d252e5090baea7be
request-idE0B2:1940BA:BD3E7A:FCF63A:69698460
html-safe-nonce5edad31096d97a26a23d4787a10b4009d6965e0821e6c9dca0a60862ee93572f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMEIyOjE5NDBCQTpCRDNFN0E6RkNGNjNBOjY5Njk4NDYwIiwidmlzaXRvcl9pZCI6IjI2NDUzOTc5NDU2NzM0MTc4MjQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac2fb6d88aca54cbb862cf0c13027b73685dfb2180784a2d1fd21ffc69a1d25c05
hovercard-subject-tagdiscussion:8199799
github-keyboard-shortcutsrepository,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/discussions_fragments/discussion_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/Voltron::DiscussionsFragmentsController/show/microsoftgraph/msgraph-sdk-python/1185/discussion_layout
twitter:imagehttps://opengraph.githubassets.com/ccb8f7e3d5f6d2db8b89a75b404db5b4c02ad2291addbc333f4bab7cf4bf1676/microsoftgraph/msgraph-sdk-python/discussions/1185
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ccb8f7e3d5f6d2db8b89a75b404db5b4c02ad2291addbc333f4bab7cf4bf1676/microsoftgraph/msgraph-sdk-python/discussions/1185
og:image:altHey, I don't know if this is a bug, or a misunderstanding from me, but I have been struggling with this. Bug When creating a secret for an Azure AD app using add_password.post() and a PasswordCrede...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None533e7cac596c452090972c1150d587fd0b36531b8dc4e8bbfe4ab694aca02408
turbo-cache-controlno-preview
go-importgithub.com/microsoftgraph/msgraph-sdk-python git https://github.com/microsoftgraph/msgraph-sdk-python.git
octolytics-dimension-user_id17304259
octolytics-dimension-user_loginmicrosoftgraph
octolytics-dimension-repository_id534665999
octolytics-dimension-repository_nwomicrosoftgraph/msgraph-sdk-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id534665999
octolytics-dimension-repository_network_root_nwomicrosoftgraph/msgraph-sdk-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release63d27af10eea2ccab520b162530cf6c7b739e767
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoftgraph%2Fmsgraph-sdk-python%2Fdiscussions%2F1185
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoftgraph%2Fmsgraph-sdk-python%2Fdiscussions%2F1185
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fdiscussions_fragments%2Fdiscussion_layout&source=header-repo&source_repo=microsoftgraph%2Fmsgraph-sdk-python
Reloadhttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
Reloadhttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
Reloadhttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
microsoftgraph https://github.com/microsoftgraph
msgraph-sdk-pythonhttps://github.com/microsoftgraph/msgraph-sdk-python
Notifications https://github.com/login?return_to=%2Fmicrosoftgraph%2Fmsgraph-sdk-python
Fork 84 https://github.com/login?return_to=%2Fmicrosoftgraph%2Fmsgraph-sdk-python
Star 562 https://github.com/login?return_to=%2Fmicrosoftgraph%2Fmsgraph-sdk-python
Code https://github.com/microsoftgraph/msgraph-sdk-python
Issues 89 https://github.com/microsoftgraph/msgraph-sdk-python/issues
Pull requests 17 https://github.com/microsoftgraph/msgraph-sdk-python/pulls
Discussions https://github.com/microsoftgraph/msgraph-sdk-python/discussions
Actions https://github.com/microsoftgraph/msgraph-sdk-python/actions
Projects 0 https://github.com/microsoftgraph/msgraph-sdk-python/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/microsoftgraph/msgraph-sdk-python/security
Please reload this pagehttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
Insights https://github.com/microsoftgraph/msgraph-sdk-python/pulse
Code https://github.com/microsoftgraph/msgraph-sdk-python
Issues https://github.com/microsoftgraph/msgraph-sdk-python/issues
Pull requests https://github.com/microsoftgraph/msgraph-sdk-python/pulls
Discussions https://github.com/microsoftgraph/msgraph-sdk-python/discussions
Actions https://github.com/microsoftgraph/msgraph-sdk-python/actions
Projects https://github.com/microsoftgraph/msgraph-sdk-python/projects
Security https://github.com/microsoftgraph/msgraph-sdk-python/security
Insights https://github.com/microsoftgraph/msgraph-sdk-python/pulse
Answered https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#discussioncomment-12907659
Stantrhhttps://github.com/Stantrh
Stantrh https://github.com/Stantrh
Q&Ahttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/categories/q-a
Renewing secrets (and certificates) using Python MSGraph SDK https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#top
Stantrh https://github.com/Stantrh
Answered https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#discussioncomment-12907659
Stantrhhttps://github.com/Stantrh
Return to tophttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#top
Please reload this pagehttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
Please reload this pagehttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
Stantrh https://github.com/Stantrh
Apr 14, 2025 https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#discussion-8199799
Give feedback.https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
Stantrh https://github.com/Stantrh
Apr 22, 2025 https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#discussioncomment-12907659
View full answer https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#discussioncomment-12907659
Oldest https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185?sort=old
Newest https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185?sort=new
Top https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185?sort=top
Please reload this pagehttps://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
Stantrh https://github.com/Stantrh
Apr 22, 2025 https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185#discussioncomment-12907659
Give feedback.https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
Stantrhhttps://github.com/Stantrh
Sign up for freehttps://github.com/join?source=comment-repo
Sign in to commenthttps://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoftgraph%2Fmsgraph-sdk-python%2Fdiscussions%2F1185
🙏 Q&A https://github.com/microsoftgraph/msgraph-sdk-python/discussions/categories/q-a
https://github.com/Stantrh
https://github.com/microsoftgraph/msgraph-sdk-python/discussions/1185
https://github.com/settings/replies?return_to=1
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.