From 22ad90ada7d427248eb2cc9b6f06abbc2f9b20da Mon Sep 17 00:00:00 2001 From: olprod Date: Thu, 6 May 2021 15:29:15 +0000 Subject: [PATCH] Initialize Docs repository: https://github.com/Azure/azure-docs-sdk-dotnet.hu-hu of branch live --- .gitignore | 144 +++++ .openpublishing.publish.config.json | 128 +++++ LICENSE | 395 ++++++++++++++ LICENSE-CODE | 17 + README.md | 3 + ThirdPartyNotices.md | 15 + docfx.json | 799 ++++++++++++++++++++++++++++ 7 files changed, 1501 insertions(+) create mode 100644 .gitignore create mode 100644 .openpublishing.publish.config.json create mode 100644 LICENSE create mode 100644 LICENSE-CODE create mode 100644 README.md create mode 100644 ThirdPartyNotices.md create mode 100644 docfx.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec68d8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,144 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates +developer/ + +# Build results +binaries/ +[Dd]ebug*/ +[Rr]elease/ +build/ + +[Tt]est[Rr]esult +[Bb]uild[Ll]og.* + +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc +*.vssscc +.builds + +*.pidb + +*.log +*.scc +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp + +# Code analysis +*.CodeAnalysisLog.xml + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ + +*.[Rr]e[Ss]harper + +# NCrunch +*.ncrunch* +.*crunch*.local.xml + +# Installshield output folder +[Ee]xpress + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish + +# Publish Web Output +*.Publish.xml + +# Others +[Bb]in +[Oo]bj +TestResults +[Tt]est[Rr]esult* +*.Cache +ClientBin +[Ss]tyle[Cc]op.* +~$* +*.dbmdl + +*.[Pp]ublish.xml + +Generated_Code #added for RIA/Silverlight projects + +# Build tasks +tools/*.dll + +# Sensitive files +*.keys +!*.keys/ +*.pfx + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +UpgradeLog*.XML + +# NuGet +packages +packages/repositories.config + +# Mac development +.DS_Store + +# Specification DLLs +*.Specification.dll + +# Generated readme.txt files # +src/*/readme.txt + +build.out +.nuget/ + +# Azure Project +csx/ + +# OP output +_site/ +.optemp/ +.openpublishing.buildcore.ps1 +log/ +_themes/ +src/ +docfx/ +node_modules/ +_dependentPackages/ +docs-ref-from-xml/ diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json new file mode 100644 index 0000000..72cedc6 --- /dev/null +++ b/.openpublishing.publish.config.json @@ -0,0 +1,128 @@ +{ + "docsets_to_publish": [ + { + "docset_name": "azuredotnet", + "build_source_folder": ".", + "build_output_subfolder": ".", + "locale": "hu-HU", + "monikers": [ + "azure-dotnet" + ], + "open_to_public_contributors": false, + "type_mapping": { + "APIConnector": "Content", + "RestApi": "Content", + "LandingData": "Content", + "UniversalReference": "Content", + "ManagedReference": "Content", + "Conceptual": "Content", + "NetEnum": "Content", + "NetDelegate": "Content", + "NetNamespace": "Content", + "NetMember": "Content", + "NetType": "Content", + "ReferenceContainer": "Content" + }, + "build_entry_point": "docs", + "template_folder": "_themes", + "customized_tasks": { + "docset_postbuild": [ + "_dependentPackages/ECMA2Yaml/tools/PostBuild.ps1" + ], + "docset_prebuild": [ + "_dependentPackages/ECMA2Yaml/tools/Run.ps1", + "_dependentPackages/CommonPlugins/tools/SplitTOC.ps1", + "_dependentPackages/CommonPlugins/tools/JoinTOC.ps1", + "_dependentPackages/CommonPlugins/tools/DiffFolder.ps1" + ] + }, + "version": 0 + } + ], + "notification_subscribers": [], + "branches_to_filter": [ + "live-sxs", + "main-sxs" + ], + "continue_with_document_error": true, + "skip_source_output_uploading": false, + "need_preview_pull_request": true, + "enable_incremental_build": true, + "dependent_repositories": [ + { + "path_to_root": "_themes", + "url": "https://github.com/Microsoft/templates.docs.msft.hu-HU", + "branch": "master", + "branch_mapping": {} + }, + { + "path_to_root": "azure-storage-net", + "url": "https://github.com/Azure/azure-storage-net", + "branch": "master", + "branch_mapping": {} + }, + { + "path_to_root": "aci-docs-sample-dotnet", + "url": "https://github.com/Azure-Samples/aci-docs-sample-dotnet", + "branch": "master", + "branch_mapping": {} + }, + { + "path_to_root": "_repo.en-us", + "url": "https://github.com/Azure/azure-docs-sdk-dotnet", + "branch": "live", + "branch_mapping": { + "live": "live", + "main": "main" + } + } + ], + "need_generate_pdf_url_template": false, + "docs_build_engine": { + "name": "docfx_v3" + }, + "need_generate_pdf": false, + "SplitTOC": "api/toc.yml", + "JoinTOCPlugin": [ + { + "ReferenceTOC": "api/toc.yml", + "ReferenceTOCUrl": "/dotnet/api/azure_ref_toc/toc.json", + "TopLevelTOC": "docs-ref-toc/top_level_toc.yml", + "ConceptualTOCUrl": "/dotnet/azure/toc.json", + "ConceptualTOC": "docs-ref-conceptual/toc.yml", + "ContainerPageMetadata": { + "langs": [ + "csharp" + ] + }, + "OutputFolder": "api/overview/azure", + "HideEmptyNode": true + } + ], + "need_generate_intellisense": false, + "ECMA2Yaml": { + "OutputYamlFolder": "api", + "SourceXmlFolder": "xml", + "Flatten": true, + "SDPMode": true + }, + "DiffFolder": [ + "api" + ], + "dependent_packages": [ + { + "path_to_root": "_dependentPackages/CommonPlugins", + "target_framework": "net45", + "version": "latest", + "id": "Microsoft.OpenPublishing.CommonPlugins", + "nuget_feed": "https://www.myget.org/F/op/api/v2" + }, + { + "id": "Microsoft.DocAsCode.ECMA2Yaml", + "nuget_feed": "https://www.myget.org/F/op/api/v2", + "path_to_root": "_dependentPackages/ECMA2Yaml", + "target_framework": "net45", + "version": "latest" + } + ] +} \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e056e7c --- /dev/null +++ b/LICENSE @@ -0,0 +1,395 @@ +Attribution 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution 4.0 International Public License ("Public License"). To the +extent this Public License may be interpreted as a contract, You are +granted the Licensed Rights in consideration of Your acceptance of +these terms and conditions, and the Licensor grants You such rights in +consideration of benefits the Licensor receives from making the +Licensed Material available under these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. \ No newline at end of file diff --git a/LICENSE-CODE b/LICENSE-CODE new file mode 100644 index 0000000..b17b032 --- /dev/null +++ b/LICENSE-CODE @@ -0,0 +1,17 @@ +The MIT License (MIT) +Copyright (c) Microsoft Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +associated documentation files (the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT +NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..824a7c6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## Microsoft Open Source Code of Conduct +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file diff --git a/ThirdPartyNotices.md b/ThirdPartyNotices.md new file mode 100644 index 0000000..7cdefc1 --- /dev/null +++ b/ThirdPartyNotices.md @@ -0,0 +1,15 @@ +## Legal Notices +Microsoft and any contributors grant you a license to the Microsoft documentation and other content +in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), +see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the +[LICENSE-CODE](LICENSE-CODE) file. + +Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation +may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. +The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. +Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. + +Privacy information can be found at https://privacy.microsoft.com/en-us/ + +Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, +or trademarks, whether by implication, estoppel or otherwise. \ No newline at end of file diff --git a/docfx.json b/docfx.json new file mode 100644 index 0000000..ab1ebf7 --- /dev/null +++ b/docfx.json @@ -0,0 +1,799 @@ +{ + "build": { + "content": [ + { + "files": [ + "**/*.yml", + "**/*.md" + ], + "exclude": [ + "**/toc.yml", + "overwrites/**/*", + "**/includes/**" + ], + "src": "api", + "dest": "api" + }, + { + "files": [ + "**/toc.yml" + ], + "src": "api", + "dest": "api/azure_ref_toc" + }, + { + "files": [ + "index.md" + ] + }, + { + "files": [ + "toc.yml" + ], + "src": "breadcrumb", + "dest": "azure_breadcrumb" + }, + { + "files": [ + "**/*.md", + "**/*.yml" + ], + "exclude": [ + "**/includes/**" + ], + "src": "docs-ref-conceptual", + "dest": "azure" + } + ], + "resource": [ + { + "files": [ + "**/*.png", + "**/*.jpg", + "**/*.svg", + "**/*.gif" + ], + "exclude": [ + "**/obj/**" + ] + } + ], + "overwrite": [ + { + "files": [ + "api/overwrites/**/*.md" + ] + } + ], + "globalMetadata": { + "feedback_system": "GitHub", + "feedback_github_repo": "Azure/azure-sdk-for-net", + "feedback_product_url": "https://feedback.azure.com/forums/170031-sdk-and-tools", + "author": "rloutlaw", + "ms.author": "routlaw", + "ms.topic": "conceptual", + "ms.devlang": "csharp", + "ms.date": "04/13/2021", + "breadcrumb_path": "~/breadcrumb/toc.yml", + "brand": "azure", + "apiPlatform": "dotnet", + "titleSuffix": "Azure for .NET Developers", + "searchScope": [ + "Azure", + "Azure SDK for .NET" + ], + "products": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "_op_documentIdPathDepotMapping": { + "./": { + "folder_relative_path_in_docset": "api-index" + }, + "breadcrumb/": { + "folder_relative_path_in_docset": "breadcrumb" + }, + "docs-ref-overwrite/": { + "folder_relative_path_in_docset": "docs-ref-overwrite" + }, + "scripts/": { + "folder_relative_path_in_docset": "scripts" + } + } + }, + "fileMetadata": { + "ms.service": { + "api/Azure.Communication*.yml": "azure-communication-services", + "api/Azure.DigitalTwins.Core*.yml": "digital-twins", + "api/Azure.AI.InkRecognizer*.yml": "cognitive-services", + "api/Azure.AI.MetricsAdvisor*.yml": "cognitive-services", + "api/Azure.AI.UWP.Stroke*.yml": "cognitive-services", + "api/Azure.ApplicationModel.Configuration*.yml": "azure", + "api/Azure.Core*.yml": "azure", + "api/Azure.Identity*.yml": "active-directory", + "api/Azure.Messaging.EventGrid*.yml": "event-grid", + "api/Azure.Messaging.EventHubs*.yml": "event-hubs", + "api/Azure.Messaging.ServiceBus*.yml": "service-bus-messaging", + "api/Azure.Messaging.WebPubSub*.yml": "azure-web-pubsub", + "api/AAzure.ResourceManager.Insights*.yml": "azure-resource-manager", + "api/Azure.Security.KeyVault*.yml": "key-vault", + "api/Azure.Storage*.yml": "storage", + "api/DeviceExplorer*.yml": "iot-hub", + "api/global*.yml": "multiple", + "api/KeyVault.TestFramework*.yml": "key-vault", + "api/ManagedIdentityConnector*.yml": "azure-app-configuration", + "api/Microsoft.ApplicationInsights*.yml": "application-insights", + "api/Microsoft.Azure.AppConfiguration*.yml": "azure-app-configuration", + "api/Microsoft.Azure.ApplicationInsights*.yml": "application-insights", + "api/Microsoft.Azure.Batch*.yml": "batch", + "api/Microsoft.Azure.CognitiveServices*.yml": "cognitive-services", + "api/Microsoft.Azure.Cosmos*.yml": "cosmos-db", + "api/Microsoft.Azure.DataLake.Store*.yml": "data-lake-store", + "api/Microsoft.Azure.Devices*.yml": "iot-hub", + "api/Microsoft.Azure.Documents*.yml": "cosmos-db", + "api/Microsoft.Azure.EventGrid*.yml": "event-grid", + "api/Microsoft.Azure.EventHubs*.yml": "event-hubs", + "api/Microsoft.Azure.EventHubs.Processor*.yml": "event-hubs", + "api/Microsoft.Azure.Graphs*.yml": "cosmos-db", + "api/Microsoft.Azure.IoT.DigitalTwin.Model*.yml": "digital-twins", + "api/Microsoft.Azure.KeyVault*.yml": "key-vault", + "api/Microsoft.Azure.Management.Advisor*.yml": "advisor", + "api/Microsoft.Azure.Management.ApiManagement*.yml": "api-management", + "api/Microsoft.Azure.Management.ApplicationInsights*.yml": "application-insights", + "api/Microsoft.Azure.Management.AppPlatform*.yml": "spring-cloud", + "api/Microsoft.Azure.Management.AppService*.yml": "app-service", + "api/Microsoft.Azure.Management.Authorization*.yml": "azure-resource-manager", + "api/Microsoft.Azure.Management.Automation*.yml": "automation", + "api/Microsoft.Azure.Management.AzureStackHCI*.yml": "azure-stack", + "api/Microsoft.Azure.Management.BackupServices*.yml": "backup", + "api/Microsoft.Azure.Management.Batch.yml": "batch", + "api/Microsoft.Azure.Management.Batch.*.yml": "batch", + "api/Microsoft.Azure.Management.BatchAI*.yml": "batch-ai", + "api/Microsoft.Azure.Management.Billing*.yml": "cost-management-billing", + "api/Microsoft.Azure.Management.Blueprint*.yml": "blueprints", + "api/Microsoft.Azure.Management.Cdn*.yml": "azure-cdn", + "api/Microsoft.Azure.Management.CognitiveServices*.yml": "cognitive-services", + "api/Microsoft.Azure.Management.Compute*.yml": "multiple", + "api/Microsoft.Azure.Management.Consumption*.yml": "cost-management-billing", + "api/Microsoft.Azure.Management.ContainerInstance*.yml": "container-instances", + "api/Microsoft.Azure.Management.ContainerRegistry*.yml": "container-registry", + "api/Microsoft.Azure.Management.ContainerService*.yml": "container-service", + "api/Microsoft.Azure.Management.DataBox*.yml": "databox", + "api/Microsoft.Azure.Management.Datafactories*.yml": "data-factory", + "api/Microsoft.Azure.Management.DataFactory*.yml": "data-factory", + "api/Microsoft.Azure.Management.DataLake.analytics*.yml": "data-lake-analytics", + "api/Microsoft.Azure.Management.DataLake.Store*.yml": "data-lake-store", + "api/Microsoft.Azure.Management.DataShare*.yml": "data-share", + "api/Microsoft.Azure.Management.DeploymentManager*.yml": "deployment-manager", + "api/Microsoft.Azure.Management.DigitalTwins.yml": "digital-twins", + "api/Microsoft.Azure.Management.Dns*.yml": "dns", + "api/Microsoft.Azure.Management.EdgeGateway*.yml": "application-gateway", + "api/Microsoft.Azure.Management.EventGrid*.yml": "event-grid", + "api/Microsoft.Azure.Management.EventHub*.yml": "event-hubs", + "api/Microsoft.Azure.Management.Fluent*.yml": "multiple", + "api/Microsoft.Azure.Management.Fluent.ServiceBus*.yml": "service-bus-messaging", + "api/Microsoft.Azure.Management.Graph.RBAC.Fluent*.yml": "role-based-access-control", + "api/Microsoft.Azure.Management.HDInsight*.yml": "hdinsight", + "api/Microsoft.Azure.Management.HybridCompute*.yml": "azure-arc", + "api/Microsoft.Azure.Management.IotHub*.yml": "iot-hub", + "api/Microsoft.Azure.Management.KeyVault*.yml": "key-vault", + "api/Microsoft.Azure.Management.Kusto*.yml": "data-explorer", + "api/Microsoft.Azure.Management.Logic*.yml": "logic-apps", + "api/Microsoft.Azure.Management.LabServices*.yml": "lab-services", + "api/Microsoft.Azure.Management.Maintenance*.yml": "azure", + "api/Microsoft.Azure.Management.ManagedServices*.yml": "managed-applications", + "api/Microsoft.Azure.Management.ManagementGroups*.yml": "resource-graph", + "api/Microsoft.Azure.Management.Media*.yml": "media-services", + "api/Microsoft.Azure.Management.Migrate.ResourceMover*.yml": "resource-move", + "api/Microsoft.Azure.Management.MixedReality*.yml": "mixed-reality", + "api/Microsoft.Azure.Management.Monitor*.yml": "monitoring-and-diagnostics", + "api/Microsoft.Azure.Management.MySQ*.yml": "mysql", + "api/Microsoft.Azure.Management.Network*.yml": "virtual-network", + "api/Microsoft.Azure.Management.NotificationHubs*.yml": "notification-hubs", + "api/Microsoft.Azure.Management.OperationalInsights*.yml": "operational-insights", + "api/Microsoft.Azure.Management.PolicyInsights*.yml": "azure-policy", + "api/Microsoft.Azure.Management.PostgreSQL*.yml": "postgresql", + "api/Microsoft.Azure.Management.PowerBIEmbedded*.yml": "power-bi-embedded", + "api/Microsoft.Azure.Management.PrivateDns*.yml": "dns", + "api/Microsoft.Azure.Management.Purview*.yml": "purview", + "api/Microsoft.Azure.Management.RecoveryServices*.yml": "site-recovery", + "api/Microsoft.Azure.Management.Redis*.yml": "cache", + "api/Microsoft.Azure.Management.ResourceGraph*.yml": "resource-graph", + "api/Microsoft.Azure.Management.ResourceManager*.yml": "azure-resource-manager", + "api/Microsoft.Azure.Management.Search*.yml": "search", + "api/Microsoft.Azure.Management.ServiceBus*.yml": "service-bus-messaging", + "api/Microsoft.Azure.Management.ServiceFabric*.yml": "service-fabric", + "api/Microsoft.Azure.Management.Sql*.yml": "sql-database", + "api/Microsoft.Azure.Management.Storage.*.yml": "storage", + "api/Microsoft.Azure.Management.StorageSync*.yml": "storage", + "api/Microsoft.Azure.Management.StorageCache.*.yml": "hpc-cache", + "api/Microsoft.Azure.Management.StorageCache.Models.*.yml": "hpc-cache", + "api/Microsoft.Azure.Management.StorSimple*.yml": "storsimple", + "api/Microsoft.Azure.Management.StreamAnalytics*.yml": "stream-analytics", + "api/Microsoft.Azure.Management.Support*.yml": "azure-supportability", + "api/Microsoft.Azure.Management.Synapse*.yml": "synapse-analytics", + "api/Microsoft.Azure.Management.TrafficManager*.yml": "traffic-manager", + "api/Microsoft.Azure.Management.WebSites*.yml": "app-service", + "api/Microsoft.Azure.Management.WorkloadMonitor*.yml": "azure-monitor", + "api/Microsoft.Azure.Media.LiveVideoAnalytics.Edge*.yml": "media-services/lva-edge", + "api/Microsoft.Azure.Mobile.Server*.yml": "app-service", + "api/Microsoft.Azure.NotificationHubs*.yml": "notification-hubs", + "api/Microsoft.Azure.OperationalInsights*.yml": "operational-insights", + "api/Microsoft.Azure.Relay*.yml": "service-bus-relay", + "api/Microsoft.Azure.Search*.yml": "search", + "api/Microsoft.Azure.ServiceBus*.yml": "service-bus-messaging", + "api/Microsoft.Azure.Storage*.yml": "storage", + "api/Microsoft.Azure.Synapse*.yml": "synapse-analytics", + "api/Microsoft.Azure.WebJobs*.yml": "azure-functions", + "api/Microsoft.Azure.SqlDatabase.ElasticScale*.yml": "sql-database", + "api/Microsoft.CognitiveServices*.yml": "cognitive-services", + "api/Microsoft.Extensions.Configuration.AzureAppConfiguration*.yml": "azure-app-configuration", + "api/Microsoft.FeatureManagement*.yml": "azure-app-configuration", + "api/Microsoft.Identity*.yml": "active-directory", + "api/Microsoft.Identitymodel*.yml": "active-directory", + "api/Microsoft.PowerBI*.yml": "powerbi", + "api/Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling*.yml": "multiple", + "api/Microsoft.Rest.Azure*.yml": "multiple", + "api/Microsoft.Rest.Azure.Authentication*.yml": "authentication", + "api/Microsoft.ServiceBus*.yml": "service-bus-messaging", + "api/Microsoft.ServiceFabric*.yml": "service-fabric", + "api/Microsoft.WindowsAzure.Management.StorSimple*.yml": "storsimple", + "api/Microsoft.WindowsAzure.MediaServices*.yml": "media-services", + "api/Microsoft.WindowsAzure.MobileServices*.yml": "app-service-mobile", + "api/Microsoft.WindowsAzure.Storage*.yml": "storage", + "api/Microsoft.Xml.Serialization.GeneratedAssembly*.yml": "service-fabric", + "api/System.Data.Sql*.yml": "sql-database", + "api/System.Fabric*.yml": "service-fabric", + "api/System.IdentityModel*.yml": "active-directory", + "api/System.Web.http*.yml": "app-service", + "api/TrackOne*.yml": "event-hubs", + "docs-ref-conceptual/**/*.md": "multiple", + "api/Azure*.yml": "azure" + }, + "products": { + "api/Microsoft.Azure.Management.ContainerInstance*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/dcc344b3-3794-4849-9766-7ea55b09218c" + ], + "api/Microsoft.Azure.CognitiveServices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/a94ab64b-48cb-4632-97ad-5f94d09fb030" + ], + "api/Microsoft.Azure.Management.DataShare*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/7cf8f81d-2989-4e5d-aa91-5191d10a3323" + ], + "api/Microsoft.PowerBI*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/d3197845-b4ce-44c6-a237-cd4be160e76c" + ], + "api/Azure.ResourceManager.Insights*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/4e834929-0ce1-4c1d-9c81-fcb14721edfb" + ], + "api/Microsoft.Azure.Management.Fluent*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Azure.DigitalTwins.Core*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/4dc7c7f2-7d0f-48d7-965c-f85632557bf9" + ], + "api/Microsoft.Azure.Management.DigitalTwins.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/4dc7c7f2-7d0f-48d7-965c-f85632557bf9" + ], + "api/Microsoft.Azure.Mobile.Server*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/938fd144-1791-4f75-979f-ed15246e976d" + ], + "api/Microsoft.Azure.Management.Fluent.ServiceBus*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8" + ], + "api/Microsoft.Azure.Management.EventHub*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f0234678-3067-4edc-abf7-8142d54bb7d2" + ], + "api/Microsoft.Azure.Management.PrivateDns*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/56421ca4-1511-4101-aef6-352d15722ed5" + ], + "api/Microsoft.Azure.Management.Advisor*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/d9dfd2a0-aa13-46ef-a37d-ed697b490607" + ], + "api/Microsoft.Azure.Management.CognitiveServices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/a94ab64b-48cb-4632-97ad-5f94d09fb030" + ], + "api/Microsoft.Azure.Management.ResourceGraph*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/d3928677-9b71-43a6-875f-004dc4f98b65" + ], + "api/Microsoft.Azure.Management.Maintenance*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.Graph.RBAC.Fluent*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/d3928677-9b71-43a6-875f-004dc4f98b65" + ], + "api/global*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.EdgeGateway*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/d4cf20b3-3e54-4ed9-8b09-370a52eee81b" + ], + "api/Azure*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.ServiceBus*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8" + ], + "api/Microsoft.Azure.Management.Blueprint*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/40ba597f-f235-4787-be4d-fde8258e1045" + ], + "api/Azure.Storage*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/de8ce683-cbe1-461b-bae7-77db0888ec6d" + ], + "api/Microsoft.WindowsAzure.MobileServices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/938fd144-1791-4f75-979f-ed15246e976d" + ], + "api/Microsoft.Azure.Devices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/816835a3-1c5d-4536-835c-4b59dc9c9d97" + ], + "api/Microsoft.Azure.Management.BackupServices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/aebdc4a3-c54b-4eea-94e3-663d5e166f57" + ], + "api/Microsoft.Azure.Management.BatchAI*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.Consumption*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/1d9b4802-f23d-41f1-9e27-65deeceacb8d" + ], + "api/Microsoft.Azure.Management.MixedReality*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.DataLake.Store*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/5c1f3bfc-fced-4ad1-b4e6-b7200832734d" + ], + "api/Microsoft.Azure.Management.Authorization*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/4e834929-0ce1-4c1d-9c81-fcb14721edfb" + ], + "api/Microsoft.Azure.Management.EventGrid*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/467aaae1-e916-4fcd-a463-5b27f9d4745c" + ], + "api/Microsoft.Azure.Batch*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/86a4b315-a9f1-4577-b985-6fb0e0e67420" + ], + "api/Microsoft.Azure.Management.IotHub*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/816835a3-1c5d-4536-835c-4b59dc9c9d97" + ], + "api/Microsoft.Azure.Management.Kusto*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/26e1a60c-4ce1-41de-b2d1-e5f3b7e68e6e" + ], + "api/Microsoft.Azure.Management.StorageCache.*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/e760d728-2c2f-4b92-bf14-cb6c1c444e19" + ], + "api/Microsoft.Azure.Management.OperationalInsights*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.WorkloadMonitor*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/07bb3e10-d135-43ff-bc8b-360497cb39fa" + ], + "api/Microsoft.Azure.Management.Migrate.ResourceMover*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/347c5276-f041-4567-aee3-45f19a1b5e32" + ], + "api/Microsoft.Azure.Management.Batch.*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/86a4b315-a9f1-4577-b985-6fb0e0e67420" + ], + "api/Microsoft.Azure.Management.Support*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.ApiManagement*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/bf4dbf7f-261c-4ae9-9fee-5989668a780a" + ], + "api/Microsoft.Azure.Management.HDInsight*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/31f0a52b-651f-4010-94e9-e671670147d1" + ], + "api/Microsoft.Identity*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/b1cfdec6-b0c3-4209-818c-736879856e0e" + ], + "api/Microsoft.Azure.Management.Compute*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.DataBox*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/720b8c3a-82a1-455f-bfd9-76697fbb1fe5" + ], + "api/Azure.Security.KeyVault*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f488294d-f483-456e-94e3-755f933b811b" + ], + "api/Azure.AI.UWP.Stroke*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/a94ab64b-48cb-4632-97ad-5f94d09fb030" + ], + "api/Azure.Core*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.PolicyInsights*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/eea02214-631d-404a-92d1-5a3357c32a26" + ], + "api/Microsoft.Azure.Management.KeyVault*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f488294d-f483-456e-94e3-755f933b811b" + ], + "api/Microsoft.ServiceBus*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8" + ], + "api/Microsoft.WindowsAzure.Management.StorSimple*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/52797803-625c-43f1-a163-ab1b357a9d87" + ], + "api/Microsoft.Azure.Management.Automation*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/43093068-2dda-408b-b3fe-dfd705c84f78" + ], + "api/Microsoft.Azure.Management.StreamAnalytics*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/9f747546-6aa0-47b1-90d7-ee9646fdb207" + ], + "api/Microsoft.Azure.Management.StorSimple*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/52797803-625c-43f1-a163-ab1b357a9d87" + ], + "api/System.Data.Sql*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/6ab7faaf-d791-4a26-96a2-3b11738538e7" + ], + "api/Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Xml.Serialization.GeneratedAssembly*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/e23899b2-c37a-45de-abc2-b8ae68bc8d1b" + ], + "api/Azure.Messaging.ServiceBus*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8" + ], + "api/Microsoft.Azure.Management.Synapse*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/bad69977-db6a-44f3-b752-d2bee7de49ca" + ], + "api/Azure.Messaging.EventGrid*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/467aaae1-e916-4fcd-a463-5b27f9d4745c" + ], + "api/Microsoft.Azure.Management.StorageCache.Models.*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/e760d728-2c2f-4b92-bf14-cb6c1c444e19" + ], + "api/ManagedIdentityConnector*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/80beb97b-18aa-44f8-9420-8f2a4cd448eb" + ], + "api/Microsoft.Azure.Management.HybridCompute*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/beac614b-f66d-40ed-a947-3996de709333" + ], + "api/Microsoft.Azure.Management.Datafactories*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/655f39c4-21c5-49d3-8367-a1f9c1a0b930" + ], + "api/Azure.Messaging.EventHubs*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f0234678-3067-4edc-abf7-8142d54bb7d2" + ], + "api/Microsoft.Rest.Azure.Authentication*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.ApplicationInsights*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/33331e33-4d10-4194-85e4-6d7d7fffdc08" + ], + "api/Microsoft.Azure.Management.NotificationHubs*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/d9f9b1db-eed4-493c-a161-3c802931422e" + ], + "api/Microsoft.Azure.NotificationHubs*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/d9f9b1db-eed4-493c-a161-3c802931422e" + ], + "api/Microsoft.Azure.Management.DataLake.analytics*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/4ef79e2a-6d1f-4255-bfab-1f30062ad80a" + ], + "api/Microsoft.Azure.Management.Storage.*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/de8ce683-cbe1-461b-bae7-77db0888ec6d" + ], + "api/Microsoft.Azure.Relay*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8" + ], + "api/Microsoft.Azure.Management.Dns*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/56421ca4-1511-4101-aef6-352d15722ed5" + ], + "api/Microsoft.Azure.Management.LabServices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/888a5261-3ced-4140-b7f7-df8c9ab0a80c" + ], + "api/Microsoft.ServiceFabric*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/e23899b2-c37a-45de-abc2-b8ae68bc8d1b" + ], + "api/Microsoft.Azure.Management.WebSites*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/7ebba99b-05c3-4387-8883-f7bbf6632cb8" + ], + "api/KeyVault.TestFramework*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f488294d-f483-456e-94e3-755f933b811b" + ], + "api/Microsoft.Azure.Management.Network*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/20ed8455-bc18-4537-87a4-83784e7b2a39" + ], + "api/Microsoft.Azure.ApplicationInsights*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/33331e33-4d10-4194-85e4-6d7d7fffdc08" + ], + "api/Microsoft.Azure.Search*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/45da903a-8cff-40ca-99bf-9237f80d6982" + ], + "api/Microsoft.FeatureManagement*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/80beb97b-18aa-44f8-9420-8f2a4cd448eb" + ], + "api/Microsoft.Azure.OperationalInsights*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Azure.Identity*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/b1cfdec6-b0c3-4209-818c-736879856e0e" + ], + "api/Microsoft.Azure.Management.ManagementGroups*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/d3928677-9b71-43a6-875f-004dc4f98b65" + ], + "api/Microsoft.CognitiveServices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/a94ab64b-48cb-4632-97ad-5f94d09fb030" + ], + "api/Microsoft.Azure.Management.AppService*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/7ebba99b-05c3-4387-8883-f7bbf6632cb8" + ], + "api/Microsoft.Azure.WebJobs*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/540ac133-a371-4dbb-8f94-28d6cc77a70b" + ], + "api/System.Fabric*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/e23899b2-c37a-45de-abc2-b8ae68bc8d1b" + ], + "api/System.Web.http*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/7ebba99b-05c3-4387-8883-f7bbf6632cb8" + ], + "api/Microsoft.Azure.Management.Sql*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/6ab7faaf-d791-4a26-96a2-3b11738538e7" + ], + "api/Microsoft.Azure.Management.Redis*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f80a1aa9-ec39-45c7-bff1-e6916def6921" + ], + "api/Microsoft.Azure.Synapse*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/bad69977-db6a-44f3-b752-d2bee7de49ca" + ], + "api/Microsoft.Azure.Management.DeploymentManager*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.MySQ*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/4c3c562b-e580-487f-8ab7-ed723105d8cf" + ], + "api/Microsoft.Azure.Management.DataLake.Store*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/5c1f3bfc-fced-4ad1-b4e6-b7200832734d" + ], + "api/Microsoft.Azure.Management.ManagedServices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/e9e4163d-5abc-4b31-8602-bd8826f5d740" + ], + "api/Microsoft.Azure.Management.StorageSync*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/de8ce683-cbe1-461b-bae7-77db0888ec6d" + ], + "api/Microsoft.Azure.Management.Cdn*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/befac1c4-b371-401f-bb32-b2c555258404" + ], + "api/Microsoft.Extensions.Configuration.AzureAppConfiguration*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/80beb97b-18aa-44f8-9420-8f2a4cd448eb" + ], + "api/Microsoft.Azure.Management.Media*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/257159d6-c458-401e-89a4-9ec054d5b64a" + ], + "api/Microsoft.Azure.Management.Monitor*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/07bb3e10-d135-43ff-bc8b-360497cb39fa" + ], + "api/Microsoft.Azure.Management.PostgreSQL*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/cf9527be-7cdf-4bdd-8574-272df09987d3" + ], + "api/Microsoft.Azure.Management.ResourceManager*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/4e834929-0ce1-4c1d-9c81-fcb14721edfb" + ], + "api/Microsoft.Azure.Management.DataFactory*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/655f39c4-21c5-49d3-8367-a1f9c1a0b930" + ], + "api/Microsoft.Azure.Cosmos*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/cd668c2f-f5b3-4573-8ad1-019570e3e2db" + ], + "api/Microsoft.Azure.Management.RecoveryServices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/bba62c59-6b53-4be4-8b9d-6624f9184c22" + ], + "api/DeviceExplorer*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/816835a3-1c5d-4536-835c-4b59dc9c9d97" + ], + "api/Microsoft.WindowsAzure.MediaServices*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/257159d6-c458-401e-89a4-9ec054d5b64a" + ], + "api/Microsoft.Azure.Management.Search*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/45da903a-8cff-40ca-99bf-9237f80d6982" + ], + "api/Microsoft.Azure.Media.LiveVideoAnalytics.Edge*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/0fba2d52-b9e6-429a-9d82-67047c10e36f" + ], + "api/Microsoft.Azure.Management.Billing*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/1d9b4802-f23d-41f1-9e27-65deeceacb8d" + ], + "api/Microsoft.Azure.Management.AzureStackHCI*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/cb019e1d-2dde-49e0-b832-df0154c3286b" + ], + "api/Microsoft.Azure.Management.ServiceFabric*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/e23899b2-c37a-45de-abc2-b8ae68bc8d1b" + ], + "api/Microsoft.Azure.SqlDatabase.ElasticScale*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/6ab7faaf-d791-4a26-96a2-3b11738538e7" + ], + "api/Microsoft.Azure.Management.Purview*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.KeyVault*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f488294d-f483-456e-94e3-755f933b811b" + ], + "api/Microsoft.Azure.Management.Batch.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/86a4b315-a9f1-4577-b985-6fb0e0e67420" + ], + "api/Microsoft.Azure.AppConfiguration*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/80beb97b-18aa-44f8-9420-8f2a4cd448eb" + ], + "api/Microsoft.Azure.Management.ServiceBus*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/828c518e-a2df-46f1-8871-b760959c8fa8" + ], + "api/Microsoft.Azure.Management.TrafficManager*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/a21829dd-8109-415c-84d3-07c42e4d33fd" + ], + "api/Microsoft.Azure.Graphs*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/cd668c2f-f5b3-4573-8ad1-019570e3e2db" + ], + "api/System.IdentityModel*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/b1cfdec6-b0c3-4209-818c-736879856e0e" + ], + "api/Microsoft.Identitymodel*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/b1cfdec6-b0c3-4209-818c-736879856e0e" + ], + "api/Microsoft.Azure.Management.ContainerService*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.EventHubs.Processor*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f0234678-3067-4edc-abf7-8142d54bb7d2" + ], + "api/Microsoft.Rest.Azure*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.Logic*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/e60d1924-c4ad-4104-bd1b-973758bbac7a" + ], + "api/Microsoft.Azure.Management.PowerBIEmbedded*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/faa132eb-b7da-40a8-bd96-ea68e77ec6fd" + ], + "api/Microsoft.Azure.Management.ApplicationInsights*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/33331e33-4d10-4194-85e4-6d7d7fffdc08" + ], + "api/Azure.AI.InkRecognizer*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/510a3a23-3ef9-4e46-a6a9-7a94f8aeb502" + ], + "api/Microsoft.Azure.Storage*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/de8ce683-cbe1-461b-bae7-77db0888ec6d" + ], + "api/Microsoft.Azure.EventHubs*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f0234678-3067-4edc-abf7-8142d54bb7d2" + ], + "api/Azure.ApplicationModel.Configuration*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.Management.ContainerRegistry*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/cb49e66a-8528-497d-adaa-eade2d009d1b" + ], + "api/Azure.Communication*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/54fcef21-b24a-4ef4-9c4a-a525c23ee9a3" + ], + "api/Microsoft.Azure.IoT.DigitalTwin.Model*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/8905b934-b96c-4513-8447-7040eb93b2b2" + ], + "api/Microsoft.Azure.Management.AppPlatform*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/616c7fda-a0f9-4a45-aa9e-4018f3a6f640" + ], + "api/Microsoft.WindowsAzure.Storage*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/de8ce683-cbe1-461b-bae7-77db0888ec6d" + ], + "docs-ref-conceptual/**/*.md": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/68ec7f3a-2bc6-459f-b959-19beb729907d" + ], + "api/Microsoft.Azure.EventGrid*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/467aaae1-e916-4fcd-a463-5b27f9d4745c" + ], + "api/Microsoft.Azure.Documents*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/cd668c2f-f5b3-4573-8ad1-019570e3e2db" + ], + "api/Azure.AI.MetricsAdvisor*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/4571d165-215c-4045-86d4-505e8c6bd821" + ], + "api/TrackOne*.yml": [ + "https://authoring-docs-microsoft.poolparty.biz/devrel/f0234678-3067-4edc-abf7-8142d54bb7d2" + ] + }, + "version": { + "api/overview/azure/**/*.yml": [ + "azure-dotnet", + "azure-dotnet-preview", + "azure-dotnet-legacy" + ] + }, + "monikers": { + "api/overview/azure/**/*.yml": [ + "azure-dotnet", + "azure-dotnet-preview", + "azure-dotnet-legacy" + ] + }, + "langs": { + "api/**.yml": [ + "csharp", + "vb", + "fsharp" + ] + }, + "ms.topic": { + "api/**.yml": "managed-reference" + }, + "ms.custom": { + "api/overview/azure/**/*.md": [ + "azure-dotnet-devcenter", + "azure-dotnet-devcenter-authored", + "azure-dotnet-svc-overview" + ], + "docs-ref-conceptual/**/*.md": [ + "azure-dotnet-devcenter", + "azure-dotnet-devcenter-authored", + "azure-dotnet-devcenter-conceptual" + ], + "docs-ref-conceptual/**/*.yml": [ + "azure-dotnet-devcenter", + "azure-dotnet-devcenter-authored", + "azure-dotnet-devcenter-conceptual" + ], + "api/**.yml": [ + "azure-dotnet-devcenter", + "azure-dotnet-devcenter-generated" + ] + }, + "searchScope": { + "api/Microsoft.Azure.Cosmos*.yml": [ + "Azure Cosmos DB", + "Azure", + "Azure SDK for .NET" + ], + "api/Microsoft.Azure.Management.DataLake.analytics*.ym,l": [ + "Azure Data Lake Analytics", + "Azure", + "Azure SDK for .NET" + ], + "api/Microsoft.Azure.Management.DataShare*.yml": [ + "Azure Data Share", + "Azure", + "Azure SDK for .NET" + ], + "api/Microsoft.Azure.Management.HDInsight*.yml": [ + "Azure HDInsight", + "Azure", + "Azure SDK for .NET" + ], + "api/Microsoft.Azure.Management.Kusto*.yml": [ + "Kusto", + "Azure Data Explorer", + "Azure", + "Azure SDK for .NET" + ], + "api/Microsoft.Azure.Management.Redis*.yml": [ + "Cache for Redis", + "Azure", + "Azure SDK for .NET" + ], + "api/Microsoft.Azure.IoT*.yml": [ + "IoT", + "IoT Plug and Play", + "Azure IoT Edge", + "Azure Digital Twins", + "Azure IoT DPS", + "Azure IoT Hub", + "Azure", + "Azure SDK for .NET" + ], + "api/Microsoft.Azure.Management.IoT*.yml": [ + "IoT", + "IoT Plug and Play", + "Azure IoT Edge", + "Azure Digital Twins", + "Azure IoT DPS", + "Azure IoT Hub", + "Azure", + "Azure SDK for .NET" + ] + } + }, + "markdownEngineName": "markdig", + "dest": "_site", + "template": [ + "docs.html" + ], + "xref": [ + "missing_apis.yml" + ], + "lruSize": 0, + "debug": true + } +} \ No newline at end of file