8000 Cleanup Export-Command from assemblyinfo by iSazonov · Pull Request #9455 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

Cleanup Expor 8000 t-Command from assemblyinfo#9455

Merged
iSazonov merged 1 commit intoPowerShell:masterfrom
iSazonov:cleanup-assemblyinfo
Apr 27, 2019
Merged

Cleanup Export-Command from assemblyinfo#9455
iSazonov merged 1 commit intoPowerShell:masterfrom
iSazonov:cleanup-assemblyinfo

Conversation

@iSazonov
Copy link
Collaborator
@iSazonov iSazonov commented Apr 24, 2019

PR Summary

Fix #9361.

Remove unused code.

PR Context

PR Checklist

@iSazonov iSazonov added the CL-CodeCleanup Indicates that a PR should be marked as a Code Cleanup change in the Change Log label Apr 24, 2019
@iSazonov iSazonov added this to the 7.0.0-preview.1 milestone Apr 24, 2019
@iSazonov iSazonov requested a review from SteveL-MSFT April 24, 2019 05:21
@iSazonov iSazonov self-assigned this Apr 24, 2019
@SteveL-MSFT
Copy link
Member

@PoshChan please retry linux

@PoshChan

This comment has been minimized.

@iSazonov
Copy link
Collaborator Author

@PoshChan please retry linux

@PoshChan
Copy link
Collaborator

@iSazonov, could not find build at: , error: Invoke-RestMethod :

Access Denied: The Personal Access Token used has expired.

    body {
        font-family: "-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        font-size: 14px;
        height: 100%;
        margin: 0;
        background-color: #fff;
    }

    A {
        color: #007ACC;
        text-decoration: none;
    }
    A:hover {
        text-decoration: underline;
    }

    .header {
        background-color: #0078d4;
        color: #fff;
        height: 40px;
        font-size: 14px;
    }

    .header .logo {
        height: 20px;
        margin: 9px 5px 0 9px;
    }

    .header .product-name {
        vertical-align: top;
        padding-top: 10px;
        display: inline-block;
    }

    .content {
        margin-left: 15%;
        margin-right: 5%;
    }

    .error-summary {
        margin-bottom: 40px;
    }

    .error-code {
        display: inline-block;
        vertical-align: top;
        color: #777;
        font-size: 200px;
        line-height: 130px;
        margin-top: 60px;
        margin-right: 40px;
    }

    .error-details {
        display: inline-block;
        vertical-align: top;
        margin-top: 60px;
        max-width: 500px;
    }

    .error-details > h1 {
        font-size: 28px;
        margin: 0;
        text-transform:uppercase;
        font-weight:normal;
    }
    .error-details > h3 {
        text-transform: uppercase;
        font-size: 16px;
    }

    .error-details .action {
        font-size: 16px;
    }

    .error-details .action-text {
        vertical-align: middle;
    }

    .error-details > .helpful-links > a {
        margin-right: 10px;
    }

    .more-info {
        min-width:600px;
    }

    .more-info > pre {
        margin: 20px 0;
        white-space: pre-wrap;
    }

    .tips, .additionalDetails {
        min-width:500px;
        margin: 40px 0;
    }

    .tips > ul {
        list-style-type: square;
    }

    .tips > ul > li {
        margin-bottom: 10px;
    }

    .additionalDetails > h3 {
        font-size: 16px;
        font-weight: normal;
    }

    .additionalDetails .title {
        font-weight: bold;
        color: #444;
    }

    .additionalDetails .info {
        color: #777;
    }

    .additionalDetails > div {
        margin-top: 5px;
        margin-left: 20px;
    }




    
    Azure DevOps Services


    
        401
        
            Not Authorized
            
            The request requires authentication
            
                
                    Sign in
                
            
            
                Service Status and Support
                @AzureDevOps
            
        
    

    
    
        More information about this error
        Access Denied: The Personal Access Token used has expired.

        
    
    
    
        Additional technical details:
        
            Activity ID:
            936f8aa0-9036-42d8-b3a6-c5a94d1fa97d
        
        
            Date and Time:
            4/25/2019 3:32:12 AM (UTC)
        
    
    



    function getError() {
        return "eyJVcmkiOiJodHRwczovL2Rldi5henVyZS5jb206NDQzL1Bvd2VyU2hlbGwvX2FwaXMvYnVpbGQvYnVpbGRzLzIxNDczP2FwaS12ZXJzaW9uPTUuMCIsIlN0YXR1c0NvZGUiOjQwMSwiTWVzc2FnZSI6IkFjY2VzcyBEZW5pZWQ6IFRoZSBQZXJzb25hbCBBY2Nlc3MgVG9rZW4gdXNlZCBoYXMgZXhwaXJlZC4iLCJEZXRhaWxzIjoiIiwiQ29udGVudCI6bnVsbCwiSWRlbnRpdHkiOiIifQ==";
    }

    try {
        if (typeof window.external !== "undefined" && typeof window.external.notifyError !== "undefined") {
            window.external.notifyError(getError());
        }
        else if (typeof window.notifyError !== "undefined") {
            window.notifyError(getError());
        }
    }
    catch (x) {
        document.write("" + x + "");
    }

At D:\home\site\wwwroot\Modules\AzDevOps\AzDevOps.psm1:7 char:9

  •     Invoke-RestMethod -Uri $url -Authentication Basic -Credential ...
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • CategoryInfo : InvalidOperation: (Method: GET, Reques\u2026PowerShell/6.2.0
    }:HttpRequestMessage) [Invoke-RestMethod], HttpResponseException
  • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand

@iSazonov
Copy link
Collaborator Author
iSazonov commented Apr 25, 2019

@TravisEz13 Could you please look the issue with CI-linux? Nightly build failed too.

@iSazonov
Copy link
Collaborator Author

@PoshChan Please retry linux.

@PoshChan
Copy link
Collaborator

@iSazonov, I do not understand the build target(s) linux.; I only allow static, windows, macos, linux, all

@iSazonov
Copy link
Collaborator Author

@PoshChan Please retry linux.

@PoshChan
Copy link
Collaborator

@iSazonov, I do not understand the build target(s) linux.; I only allow static, windows, macos, linux, all

@iSazonov
Copy link
Collaborator Author

@PoshChan Please retry linux

@PoshChan
Copy link
Collaborator

@iSazonov, successfully started retry of PowerShell-CI-Linux

@iSazonov iSazonov merged commit 262d86c into PowerShell:master Apr 27, 2019
@iSazonov iSazonov deleted the cleanup-assemblyinfo branch April 27, 2019 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-CodeCleanup Indicates that a PR should be marked as a Code Cleanup change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

What is the Export-Command assembly

3 participants

0