Skip to content

Commit d951b1e

Browse files
authored
Merge pull request #116 from MicrosoftDocs/main
Merge main into live
2 parents 18f0291 + d07dc8f commit d951b1e

16 files changed

+1383
-1695
lines changed

python/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"overwrite": [],
7373
"externalReference": [],
7474
"globalMetadata": {
75-
"ms.topic": "reference",
75+
"ms.topic": "generated-reference",
7676
"ms.author": "dmwendia",
7777
"manager": "celesteDG",
7878
"ms.service": "msal",

python/docs-ref-autogen/msal/msal.application.ClientApplication.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ uid: msal.application.ClientApplication
33
name: ClientApplication
44
fullName: msal.application.ClientApplication
55
module: msal.application
6-
inheritances:
7-
- builtins.object
86
summary: 'You do not usually directly use this class. Use its subclasses instead:
97
108
<xref:msal.application.PublicClientApplication> and <xref:msal.application.ConfidentialClientApplication>.

python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ uid: msal.application.ConfidentialClientApplication
33
name: ConfidentialClientApplication
44
fullName: msal.application.ConfidentialClientApplication
55
module: msal.application
6-
inheritances:
7-
- msal.application.ClientApplication
86
summary: 'Same as <xref:ClientApplication.__init__>,
97
108
except that `allow_broker` parameter shall remain `None`.

python/docs-ref-autogen/msal/msal.application.PublicClientApplication.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ uid: msal.application.PublicClientApplication
33
name: PublicClientApplication
44
fullName: msal.application.PublicClientApplication
55
module: msal.application
6-
inheritances:
7-
- msal.application.ClientApplication
86
summary: "Same as <xref:ClientApplication.__init__>,\nexcept that `client_credential`\
97
\ parameter shall remain `None`.\n\n> [!NOTE]\n> You may set enable_broker_on_windows\
108
\ and/or enable_broker_on_mac to True.\n>\n> \n>\n> What is a broker, and why use\

python/docs-ref-autogen/msal/msal.auth_scheme.PopAuthScheme.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ uid: msal.auth_scheme.PopAuthScheme
33
name: PopAuthScheme
44
fullName: msal.auth_scheme.PopAuthScheme
55
module: msal.auth_scheme
6-
inheritances:
7-
- builtins.object
86
summary: Create an auth scheme which is needed to obtain a Proof-of-Possession token.
97
constructor:
108
syntax: PopAuthScheme(http_method=None, url=None, nonce=None)

python/docs-ref-autogen/msal/msal.managed_identity.ArcPlatformNotSupportedError.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ uid: msal.managed_identity.ArcPlatformNotSupportedError
33
name: ArcPlatformNotSupportedError
44
fullName: msal.managed_identity.ArcPlatformNotSupportedError
55
module: msal.managed_identity
6-
inheritances:
7-
- msal.managed_identity.ManagedIdentityError
86
constructor:
97
syntax: ArcPlatformNotSupportedError()

python/docs-ref-autogen/msal/msal.managed_identity.ManagedIdentity.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ uid: msal.managed_identity.ManagedIdentity
33
name: ManagedIdentity
44
fullName: msal.managed_identity.ManagedIdentity
55
module: msal.managed_identity
6-
inheritances:
7-
- collections.UserDict
86
summary: 'Feed an instance of this class to <xref:msal.ManagedIdentityClient>
97
108
to acquire token for the specified managed identity.'

python/docs-ref-autogen/msal/msal.managed_identity.ManagedIdentityClient.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ uid: msal.managed_identity.ManagedIdentityClient
33
name: ManagedIdentityClient
44
fullName: msal.managed_identity.ManagedIdentityClient
55
module: msal.managed_identity
6-
inheritances:
7-
- builtins.object
86
summary: "This API encapsulates multiple managed identity back-ends:\nVM, App Service,\
97
\ Azure Automation (Runbooks), Azure Function, Service Fabric,\nand Azure Arc.\n\
108
\nIt also provides token cache support.\n\n> [!NOTE]\n> Cloud Shell support is NOT\

python/docs-ref-autogen/msal/msal.managed_identity.ManagedIdentityError.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ uid: msal.managed_identity.ManagedIdentityError
33
name: ManagedIdentityError
44
fullName: msal.managed_identity.ManagedIdentityError
55
module: msal.managed_identity
6-
inheritances:
7-
- builtins.ValueError
86
constructor:
97
syntax: ManagedIdentityError()

python/docs-ref-autogen/msal/msal.managed_identity.SystemAssignedManagedIdentity.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ uid: msal.managed_identity.SystemAssignedManagedIdentity
33
name: SystemAssignedManagedIdentity
44
fullName: msal.managed_identity.SystemAssignedManagedIdentity
55
module: msal.managed_identity
6-
inheritances:
7-
- msal.managed_identity.ManagedIdentity
86
summary: "Represent a system-assigned managed identity.\n\nIt is equivalent to a Python\
97
\ dict of:\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"\
108
dupnames\": [], \"backrefs\": [], \"xml:space\": \"preserve\", \"language\": \"\

0 commit comments

Comments
 (0)