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": {} +}