From 7cc64d4113f546cf9beccdc841ee3f1a361c0843 Mon Sep 17 00:00:00 2001 From: Aryan Verma Date: Sat, 6 Jan 2024 22:07:45 +0530 Subject: [PATCH] fixed the typo Github to GitHub --- ...azure.management.containerregistry.SourceControlType.yml | 4 ++-- package-lock.json | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 package-lock.json diff --git a/legacy/docs-ref-autogen/com.microsoft.azure.management.containerregistry.SourceControlType.yml b/legacy/docs-ref-autogen/com.microsoft.azure.management.containerregistry.SourceControlType.yml index ca7d248553f55..635c9af840a1f 100644 --- a/legacy/docs-ref-autogen/com.microsoft.azure.management.containerregistry.SourceControlType.yml +++ b/legacy/docs-ref-autogen/com.microsoft.azure.management.containerregistry.SourceControlType.yml @@ -38,14 +38,14 @@ fields: fullName: "com.microsoft.azure.management.containerregistry.SourceControlType.GITHUB" name: "GITHUB" nameWithType: "SourceControlType.GITHUB" - summary: "Static value Github for SourceControlType." + summary: "Static value GitHub for SourceControlType." modifiers: - "static" - "final" field: type: "" syntax: "public static final SourceControlType GITHUB" - desc: "Static value Github for SourceControlType." + desc: "Static value GitHub for SourceControlType." - uid: "com.microsoft.azure.management.containerregistry.SourceControlType.VISUAL_STUDIO_TEAM_SERVICE" fullName: "com.microsoft.azure.management.containerregistry.SourceControlType.VISUAL_STUDIO_TEAM_SERVICE" name: "VISUAL_STUDIO_TEAM_SERVICE" diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000000000..7ada0f2d76f66 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "azure-docs-sdk-java", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}