From f25af1f6bcebbea2add5be82e1314755dbd1649b Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Wed, 5 Jul 2023 13:31:35 +0300 Subject: [PATCH 1/3] Redirect MSAL Python overview page --- .openpublishing.redirection.msal-python-conceptual.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .openpublishing.redirection.msal-python-conceptual.json diff --git a/.openpublishing.redirection.msal-python-conceptual.json b/.openpublishing.redirection.msal-python-conceptual.json new file mode 100644 index 0000000..9e431e4 --- /dev/null +++ b/.openpublishing.redirection.msal-python-conceptual.json @@ -0,0 +1,9 @@ +{ + "redirections": [ + { + "source_path_from_root": "msal-python-conceptual/overview-msal", + "redirect_url": "msal-python-conceptual/index.md", + "redirect_document_id": true + } + ] +} \ No newline at end of file From 12b29b6df0b34c71213d4e38ab3c3149fe64b749 Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:17:39 +0300 Subject: [PATCH 2/3] update redirect syntax --- .openpublishing.redirection.msal-python-conceptual.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.openpublishing.redirection.msal-python-conceptual.json b/.openpublishing.redirection.msal-python-conceptual.json index 9e431e4..5e5c21f 100644 --- a/.openpublishing.redirection.msal-python-conceptual.json +++ b/.openpublishing.redirection.msal-python-conceptual.json @@ -1,8 +1,8 @@ { "redirections": [ { - "source_path_from_root": "msal-python-conceptual/overview-msal", - "redirect_url": "msal-python-conceptual/index.md", + "source_path_from_root": "/msal-python-conceptual/overview-msal", + "redirect_url": "/msal-python-conceptual/index", "redirect_document_id": true } ] From 13772f326bd3ecb5f176297528c824ef741b89e6 Mon Sep 17 00:00:00 2001 From: VSC-Service-Account Date: Wed, 5 Jul 2023 21:03:57 +0000 Subject: [PATCH 3/3] CI Update Build.Reason:Manual by Den Delimarsky Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=371806&view=results --- xrefmap.yml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/xrefmap.yml b/xrefmap.yml index faf1058..8ebd459 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -13383,6 +13383,10 @@ references: href: https://docs.python.org/3/library/optparse.html#optparse.OptionParser.has_option name: has_option uid: optparse.OptionParser.has_option +- fullName: optparse.OptionParser.parse_args + href: https://docs.python.org/3/library/optparse.html#optparse.OptionParser.parse_args + name: parse_args + uid: optparse.OptionParser.parse_args - fullName: optparse.OptionParser.print_usage href: https://docs.python.org/3/library/optparse.html#optparse.OptionParser.print_usage name: print_usage @@ -27987,6 +27991,10 @@ references: href: https://docs.python.org/3/library/hashlib.html#hashlib.file_digest name: file_digest uid: hashlib.file_digest +- fullName: hashlib.md5 + href: https://docs.python.org/3/library/hashlib.html#hashlib.md5 + name: md5 + uid: hashlib.md5 - fullName: hashlib.new href: https://docs.python.org/3/library/hashlib.html#hashlib.new name: new @@ -27999,6 +28007,50 @@ references: href: https://docs.python.org/3/library/hashlib.html#hashlib.scrypt name: scrypt uid: hashlib.scrypt +- fullName: hashlib.sha1 + href: https://docs.python.org/3/library/hashlib.html#hashlib.sha1 + name: sha1 + uid: hashlib.sha1 +- fullName: hashlib.sha224 + href: https://docs.python.org/3/library/hashlib.html#hashlib.sha224 + name: sha224 + uid: hashlib.sha224 +- fullName: hashlib.sha256 + href: https://docs.python.org/3/library/hashlib.html#hashlib.sha256 + name: sha256 + uid: hashlib.sha256 +- fullName: hashlib.sha384 + href: https://docs.python.org/3/library/hashlib.html#hashlib.sha384 + name: sha384 + uid: hashlib.sha384 +- fullName: hashlib.sha3_224 + href: https://docs.python.org/3/library/hashlib.html#hashlib.sha3_224 + name: sha3_224 + uid: hashlib.sha3_224 +- fullName: hashlib.sha3_256 + href: https://docs.python.org/3/library/hashlib.html#hashlib.sha3_256 + name: sha3_256 + uid: hashlib.sha3_256 +- fullName: hashlib.sha3_384 + href: https://docs.python.org/3/library/hashlib.html#hashlib.sha3_384 + name: sha3_384 + uid: hashlib.sha3_384 +- fullName: hashlib.sha3_512 + href: https://docs.python.org/3/library/hashlib.html#hashlib.sha3_512 + name: sha3_512 + uid: hashlib.sha3_512 +- fullName: hashlib.sha512 + href: https://docs.python.org/3/library/hashlib.html#hashlib.sha512 + name: sha512 + uid: hashlib.sha512 +- fullName: hashlib.shake_128 + href: https://docs.python.org/3/library/hashlib.html#hashlib.shake_128 + name: shake_128 + uid: hashlib.shake_128 +- fullName: hashlib.shake_256 + href: https://docs.python.org/3/library/hashlib.html#hashlib.shake_256 + name: shake_256 + uid: hashlib.shake_256 - fullName: heapq.heapify href: https://docs.python.org/3/library/heapq.html#heapq.heapify name: heapify @@ -34587,6 +34639,10 @@ references: href: https://docs.python.org/3/library/ast.html#ast.Expr name: Expr uid: ast.Expr +- fullName: ast.Expression + href: https://docs.python.org/3/library/ast.html#ast.Expression + name: Expression + uid: ast.Expression - fullName: ast.FloorDiv href: https://docs.python.org/3/library/ast.html#ast.FloorDiv name: FloorDiv @@ -34603,6 +34659,10 @@ references: href: https://docs.python.org/3/library/ast.html#ast.FunctionDef name: FunctionDef uid: ast.FunctionDef +- fullName: ast.FunctionType + href: https://docs.python.org/3/library/ast.html#ast.FunctionType + name: FunctionType + uid: ast.FunctionType - fullName: ast.GeneratorExp href: https://docs.python.org/3/library/ast.html#ast.GeneratorExp name: GeneratorExp @@ -34639,6 +34699,10 @@ references: href: https://docs.python.org/3/library/ast.html#ast.In name: In uid: ast.In +- fullName: ast.Interactive + href: https://docs.python.org/3/library/ast.html#ast.Interactive + name: Interactive + uid: ast.Interactive - fullName: ast.Invert href: https://docs.python.org/3/library/ast.html#ast.Invert name: Invert @@ -34727,6 +34791,10 @@ references: href: https://docs.python.org/3/library/ast.html#ast.Mod name: Mod uid: ast.Mod +- fullName: ast.Module + href: https://docs.python.org/3/library/ast.html#ast.Module + name: Module + uid: ast.Module - fullName: ast.Mult href: https://docs.python.org/3/library/ast.html#ast.Mult name: Mult