Skip to content

Commit d07dc8f

Browse files
authored
Merge pull request #115 from MicrosoftDocs/smoke-test
Sync changes
2 parents 3aa2b93 + 9090791 commit d07dc8f

15 files changed

+1382
-1694
lines changed

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\": \"\

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ uid: msal.managed_identity.UserAssignedManagedIdentity
33
name: UserAssignedManagedIdentity
44
fullName: msal.managed_identity.UserAssignedManagedIdentity
55
module: msal.managed_identity
6-
inheritances:
7-
- msal.managed_identity.ManagedIdentity
86
summary: "Represent a user-assigned managed identity.\n\nDepends on the id you provided,\
97
\ the outcome is equivalent to one of the below:\n\n<!-- literal_block {\"ids\"\
108
: [], \"classes\": [], \"names\": [], \"dupnames\": [], \"backrefs\": [], \"xml:space\"\

0 commit comments

Comments
 (0)