Skip to content

Merging latest updates into Live #1997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 162 commits into from
Jan 3, 2018
Merged

Merging latest updates into Live #1997

merged 162 commits into from
Jan 3, 2018

Conversation

sdwheeler
Copy link
Contributor

No description provided.

matt9ucci and others added 30 commits November 7, 2017 09:42
The example is a `-DisplayError` parameter example. But it uses `-ShowError` parameter.
The example is a -DisplayError parameter example. But it uses -ShowError parameter.
1. Replaced variable names with PascalCase convention and for consistency
2. Removed directory information [c:\] in the examples
3. Put powershell keyword for formatting examples
4. Replaced Invoke-RestMethod with Invoke-WebRequest in the Body example, added method Post
5. Removed InformationAction and InformationVariable parameters, which were mistakenly a copy of Body, included already in CommonVariables part
- Adds the website name to common node property inside configuration data.
- Also, it is now referenced (e.g. $Node.WebSiteName) in the DSC configuration document in MyWebApp.ps1.
Two set of changes made.
- Example scripts e.g. MyDscConfiguration.ps1 define the configuration inside them and call the configuration at the end line. Removed the call to the configuration at the end. Since the article demonstrates dot-sourcing the file and calling the configuration explicitly.
- Fixed typo in the file name (TEST-PC1.mof  to localhost.mof ), since the ComputerName was not specified it should default to using 'localhost' as the default argument for it.

P.S. - There is a comment on the web-page regarding the fixes made
updating Out-* commands with -NoNewLine per Issue 1739
* Updating the help content for v6.

* Address code review comments

* Fix broken links
Example number '7' is duplicated.
1. Removed statement that an alias is to an executable, the definition cotnains the path. It may - but does not need to be. For example:
Try Set-Alias np Notepad then look at the definition.
2. Clarified that an alias can also be to a powershell script (ps1 file).
3. Tidied up the language removing multiple 'And,' clauses to improve readability.
…roduced by PR #5043 (#1858)

* add documentation of new -AsHashTable switch for ConvertFrom-Json and also document the behaviour in case of duplicate strings.

* correct casing of -AsHashtable switch.

* Address PR comments about -AsHashtable switch for ConvertFrom-Json.md

* Accept pipeline input: False for -AsHashtable switch in ConvertFrom-Json.md

* Revert "Accept pipeline input: False for -AsHashtable switch in ConvertFrom-Json.md"
Accidentally change the wrong field.
This reverts commit 6e76191.

* Accept pipeline input: False for -AsHashtable switch in ConvertFrom-Json.md
Example number '4' is duplicated.
Sean Wheeler and others added 11 commits December 22, 2017 11:53
Slight, but critical corrections to the definition of DevOps.
Match specified GetScript rule
The link "http://go.microsoft.com/fwlink/?LinkId=119096" is supposed to point to a page or a document about "Code-Signing Best Practices".
However, it points to a video about "Understanding Extension INFs and Component INFs".
I watched the whole video and there is nothing inside about "Code-Signing Best Practices".
The best match I have found is the following one: http://download.microsoft.com/download/a/f/7/af7777e5-7dcd-4800-8a0a-b18336565f5b/best_practices.doc
It would be a very good idea to make a web page from this document. Pieces of advice it contains are still accurate.
The existing example did not specify you needed to create the INF. This not only says so but does so using a script block piped to out-file
The CanPauseAndContinue property is a boolean so the correct comparison to use is $true rather than "True".
@saldana
Copy link
Contributor

saldana commented Jan 2, 2018

❌ Validation status: errors

File Status Preview URL Details
❌Error Details
dsc/configData.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/decisionMaker.md ⚠️Warning Details
dsc/scriptResource.md ⚠️Warning Details

  • [Error] System.IO.FileLoadException: Could not load file or assembly 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    File name: 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e'
    at System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
    at System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
    at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
    at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimePropertyInfo property, RuntimeType caType)
    at System.Attribute.InternalGetCustomAttributes(PropertyInfo element, Type type, Boolean inherit)
    at System.Composition.TypedParts.Util.DirectAttributeContext.GetCustomAttributes(Type reflectedType, MemberInfo member)
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverPropertyExports>d__7.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverExports>d__5.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.InspectTypeForPart(TypeInfo type, DiscoveredPart& part)
    at System.Composition.TypedParts.TypedPartExportDescriptorProvider..ctor(IEnumerable1 types, AttributedModelProvider attributeContext) at System.Composition.Hosting.ContainerConfiguration.CreateContainer() at Microsoft.DocAsCode.Common.CompositionContainer.GetContainer(IEnumerable1 assemblies)
    at Microsoft.DocAsCode.Build.Engine.DocumentBuilder..ctor(IEnumerable1 assemblies, ImmutableArray1 postProcessorNames, String templateHash, String intermediateFolder, String commitFromSHA, String commitToSHA, Boolean cleanupCacheHistory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument(BuildJsonConfig config, TemplateManager templateManager, String baseDirectory, String outputDirectory, String pluginDirectory, String templateDirectory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

  • [Warning] 'W:\2wtn-s\gallery/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.
  • [Warning] 'W:\2wtn-s\jea/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.

dsc/configData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/decisionMaker.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/scriptResource.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@sdwheeler sdwheeler closed this Jan 2, 2018
@sdwheeler
Copy link
Contributor Author

Close and reopen to retrigger the build.

@sdwheeler sdwheeler reopened this Jan 2, 2018
@saldana
Copy link
Contributor

saldana commented Jan 2, 2018

❌ Validation status: errors

File Status Preview URL Details
❌Error Details
dsc/configData.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/decisionMaker.md ⚠️Warning Details
dsc/scriptResource.md ⚠️Warning Details

  • [Error] System.IO.FileLoadException: Could not load file or assembly 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    File name: 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e'
    at System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
    at System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
    at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
    at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimePropertyInfo property, RuntimeType caType)
    at System.Attribute.InternalGetCustomAttributes(PropertyInfo element, Type type, Boolean inherit)
    at System.Composition.TypedParts.Util.DirectAttributeContext.GetCustomAttributes(Type reflectedType, MemberInfo member)
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverPropertyExports>d__7.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverExports>d__5.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.InspectTypeForPart(TypeInfo type, DiscoveredPart& part)
    at System.Composition.TypedParts.TypedPartExportDescriptorProvider..ctor(IEnumerable1 types, AttributedModelProvider attributeContext) at System.Composition.Hosting.ContainerConfiguration.CreateContainer() at Microsoft.DocAsCode.Common.CompositionContainer.GetContainer(IEnumerable1 assemblies)
    at Microsoft.DocAsCode.Build.Engine.DocumentBuilder..ctor(IEnumerable1 assemblies, ImmutableArray1 postProcessorNames, String templateHash, String intermediateFolder, String commitFromSHA, String commitToSHA, Boolean cleanupCacheHistory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument(BuildJsonConfig config, TemplateManager templateManager, String baseDirectory, String outputDirectory, String pluginDirectory, String templateDirectory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

  • [Warning] 'W:\eutx-s\gallery/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.
  • [Warning] 'W:\eutx-s\jea/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.

dsc/configData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/decisionMaker.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/scriptResource.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@sdwheeler sdwheeler closed this Jan 3, 2018
@sdwheeler
Copy link
Contributor Author

Close and reopen to retrigger the build.

@sdwheeler sdwheeler reopened this Jan 3, 2018
@saldana
Copy link
Contributor

saldana commented Jan 3, 2018

❌ Validation status: errors

File Status Preview URL Details
❌Error Details
dsc/configData.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/decisionMaker.md ⚠️Warning Details
dsc/scriptResource.md ⚠️Warning Details

  • [Error] System.IO.FileLoadException: Could not load file or assembly 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    File name: 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e'
    at System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
    at System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
    at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
    at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimePropertyInfo property, RuntimeType caType)
    at System.Attribute.InternalGetCustomAttributes(PropertyInfo element, Type type, Boolean inherit)
    at System.Composition.TypedParts.Util.DirectAttributeContext.GetCustomAttributes(Type reflectedType, MemberInfo member)
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverPropertyExports>d__7.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverExports>d__5.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.InspectTypeForPart(TypeInfo type, DiscoveredPart& part)
    at System.Composition.TypedParts.TypedPartExportDescriptorProvider..ctor(IEnumerable1 types, AttributedModelProvider attributeContext) at System.Composition.Hosting.ContainerConfiguration.CreateContainer() at Microsoft.DocAsCode.Common.CompositionContainer.GetContainer(IEnumerable1 assemblies)
    at Microsoft.DocAsCode.Build.Engine.DocumentBuilder..ctor(IEnumerable1 assemblies, ImmutableArray1 postProcessorNames, String templateHash, String intermediateFolder, String commitFromSHA, String commitToSHA, Boolean cleanupCacheHistory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument(BuildJsonConfig config, TemplateManager templateManager, String baseDirectory, String outputDirectory, String pluginDirectory, String templateDirectory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

  • [Warning] 'W:\ukwk-s\gallery/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.
  • [Warning] 'W:\ukwk-s\jea/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.

dsc/configData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/decisionMaker.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/scriptResource.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@saldana
Copy link
Contributor

saldana commented Jan 3, 2018

❌ Validation status: errors

File Status Preview URL Details
❌Error Details
dsc/configData.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/decisionMaker.md ⚠️Warning Details
dsc/scriptResource.md ⚠️Warning Details

  • [Error] System.IO.FileLoadException: Could not load file or assembly 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    File name: 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e'
    at System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
    at System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
    at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
    at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimePropertyInfo property, RuntimeType caType)
    at System.Attribute.InternalGetCustomAttributes(PropertyInfo element, Type type, Boolean inherit)
    at System.Composition.TypedParts.Util.DirectAttributeContext.GetCustomAttributes(Type reflectedType, MemberInfo member)
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverPropertyExports>d__7.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverExports>d__5.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.InspectTypeForPart(TypeInfo type, DiscoveredPart& part)
    at System.Composition.TypedParts.TypedPartExportDescriptorProvider..ctor(IEnumerable1 types, AttributedModelProvider attributeContext) at System.Composition.Hosting.ContainerConfiguration.CreateContainer() at Microsoft.DocAsCode.Common.CompositionContainer.GetContainer(IEnumerable1 assemblies)
    at Microsoft.DocAsCode.Build.Engine.DocumentBuilder..ctor(IEnumerable1 assemblies, ImmutableArray1 postProcessorNames, String templateHash, String intermediateFolder, String commitFromSHA, String commitToSHA, Boolean cleanupCacheHistory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument(BuildJsonConfig config, TemplateManager templateManager, String baseDirectory, String outputDirectory, String pluginDirectory, String templateDirectory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

  • [Warning] 'W:\5422-s\gallery/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.
  • [Warning] 'W:\5422-s\jea/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.

dsc/configData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/decisionMaker.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/scriptResource.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@saldana
Copy link
Contributor

saldana commented Jan 3, 2018

❌ Validation status: errors

File Status Preview URL Details
❌Error Details
dsc/configData.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/decisionMaker.md ⚠️Warning Details
dsc/scriptResource.md ⚠️Warning Details

  • [Error] System.IO.FileLoadException: Could not load file or assembly 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    File name: 'YamlDotNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e'
    at System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
    at System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
    at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
    at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
    at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimePropertyInfo property, RuntimeType caType)
    at System.Attribute.InternalGetCustomAttributes(PropertyInfo element, Type type, Boolean inherit)
    at System.Composition.TypedParts.Util.DirectAttributeContext.GetCustomAttributes(Type reflectedType, MemberInfo member)
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverPropertyExports>d__7.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.<DiscoverExports>d__5.MoveNext()
    at System.Composition.TypedParts.Discovery.TypeInspector.InspectTypeForPart(TypeInfo type, DiscoveredPart& part)
    at System.Composition.TypedParts.TypedPartExportDescriptorProvider..ctor(IEnumerable1 types, AttributedModelProvider attributeContext) at System.Composition.Hosting.ContainerConfiguration.CreateContainer() at Microsoft.DocAsCode.Common.CompositionContainer.GetContainer(IEnumerable1 assemblies)
    at Microsoft.DocAsCode.Build.Engine.DocumentBuilder..ctor(IEnumerable1 assemblies, ImmutableArray1 postProcessorNames, String templateHash, String intermediateFolder, String commitFromSHA, String commitToSHA, Boolean cleanupCacheHistory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument(BuildJsonConfig config, TemplateManager templateManager, String baseDirectory, String outputDirectory, String pluginDirectory, String templateDirectory)
    at Microsoft.DocAsCode.SubCommands.DocumentBuilderWrapper.BuildDocument()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

  • [Warning] 'W:\5o2f-s\gallery/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.
  • [Warning] 'W:\5o2f-s\jea/index.md' would be overwritten by redirection rule configured in master redirection file .openpublishing.redirection.json. Please remove the original file to resolve this warning.

dsc/configData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/decisionMaker.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/scriptResource.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@sdwheeler sdwheeler closed this Jan 3, 2018
@sdwheeler
Copy link
Contributor Author

Forced a build of Live in OPS.
Close and reopen to retrigger the build.

@sdwheeler sdwheeler reopened this Jan 3, 2018
@saldana
Copy link
Contributor

saldana commented Jan 3, 2018

⚠️ Validation status: warnings

File Status Preview URL Details
dsc/configData.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/decisionMaker.md ⚠️Warning Details
dsc/scriptResource.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Signing.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/Get-Command.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Get-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Get-PSDrive.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Remove-PSDrive.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Restart-Service.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Resume-Service.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Get-Command.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Get-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Get-PSDrive.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Remove-PSDrive.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Restart-Service.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Resume-Service.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Get-Command.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Get-Content.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Get-PSDrive.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Remove-PSDrive.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Restart-Service.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Resume-Service.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Core/Get-Command.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Management/Get-Content.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Management/Get-PSDrive.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Management/Remove-PSDrive.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Management/Restart-Service.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Management/Resume-Service.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Management/Suspend-Service.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Security/Protect-CmsMessage.md ✅Succeeded
reference/6/Microsoft.PowerShell.Core/Get-Command.md ✅Succeeded
reference/6/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded
reference/6/Microsoft.PowerShell.Core/help.md ✅Succeeded
reference/6/Microsoft.PowerShell.LocalAccounts/Add-LocalGroupMember.md ✅Succeeded
reference/6/Microsoft.PowerShell.LocalAccounts/Disable-LocalUser.md ✅Succeeded
reference/6/Microsoft.PowerShell.LocalAccounts/Enable-LocalUser.md ✅Succeeded

This comment lists only the first 50 files in the pull request.

dsc/configData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/decisionMaker.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/scriptResource.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

reference/3.0/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/4.0/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.0/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/About/about_Signing.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@sdwheeler sdwheeler merged commit 60f06a0 into live Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.