Skip to content
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

Fix Authorization C# readme file typo #11975

Merged
merged 1 commit into from
Dec 9, 2020
Merged

Conversation

HarveyLink
Copy link
Member

@HarveyLink HarveyLink commented Dec 7, 2020

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Changelog

Please ensure to add changelog with this PR by answering the following questions.

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When you are targeting to deploy new service/feature to public regions? Please provide date, or month to public if date is not available yet.
  3. When you expect to publish swagger? Please provide date, or month to public if date is not available yet.
  4. If it's an update to existing version, please select SDKs of specific language and CLIs that require refresh after swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No, no need to refresh for updates in this PR

Contribution checklist:

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

  • Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.

    • Adding new API(s)
    • Adding a new API version
    • Adding a new service
  • Please ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If there are following updates in the PR, ensure to request an approval from API Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in stable version
  • Removing properties in stable version
  • Removing API version(s) in stable version
  • Updating API in stable version with Breaking Change Validation errors
  • Updating API(s) in preview over 1 year

Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.

Please follow the link to find more details on PR review process.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Dec 7, 2020

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️LintDiff succeeded [Detail] [Expand]
Validation passes for LintDiff.
️⚠️Avocado: 1 Warnings warning [Detail]
Rule Message
⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
readme: specification/authorization/resource-manager/readme.md
tag: specification/authorization/resource-manager/readme.md#tag-package-2020-04-preview
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️[Staging] Cross Version BreakingChange (Base on preview version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail] [Expand]
There are no breaking changes.
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Dec 7, 2020

Swagger Generation Artifacts

️❌ azure-sdk-for-net failed [Detail]
  • Failed [Logs]Release - Generate from 342dd8a. SDK Automation 14.0.0
    warn	Skip initScript due to not configured
    command	sudo apt-get install -y dotnet-sdk-5.0
    command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.csharp@2.3.82 --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/authorization/resource-manager/readme.md
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
  • Microsoft.Azure.Management.Authorization [View full logs]  [Release SDK Changes]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/TestFixtureData.cs(165,40): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(122,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(162,56): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(199,60): error CS1061: 'object' does not contain a definition for 'Id' and no accessible extension method 'Id' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(202,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(243,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(295,69): error CS1061: 'object' does not contain a definition for 'Id' and no accessible extension method 'Id' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(298,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(322,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(366,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(367,64): error CS1061: 'object' does not contain a definition for 'ElementAt' and no accessible extension method 'ElementAt' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(394,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(395,49): error CS1061: 'object' does not contain a definition for 'ElementAt' and no accessible extension method 'ElementAt' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(451,44): error CS0266: Cannot implicitly convert type 'object' to 'Microsoft.Azure.Management.Authorization.Models.RoleAssignment'. An explicit conversion exists (are you missing a cast?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(474,46): error CS1061: 'object' does not contain a definition for 'NextPageLink' and no accessible extension method 'NextPageLink' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(477,78): error CS1061: 'object' does not contain a definition for 'NextPageLink' and no accessible extension method 'NextPageLink' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(522,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(583,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(585,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(600,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(602,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(613,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(671,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(732,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(853,24): error CS0411: The type arguments for method 'Assert.All<T>(IEnumerable<T>, Action<T>)' cannot be inferred from the usage. Try specifying the type arguments explicitly. [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(855,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(888,24): error CS0411: The type arguments for method 'Assert.All<T>(IEnumerable<T>, Action<T>)' cannot be inferred from the usage. Try specifying the type arguments explicitly. [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(890,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/TestFixtureData.cs(165,40): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(122,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(162,56): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(199,60): error CS1061: 'object' does not contain a definition for 'Id' and no accessible extension method 'Id' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(202,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(243,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(295,69): error CS1061: 'object' does not contain a definition for 'Id' and no accessible extension method 'Id' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(298,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(322,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(366,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(367,64): error CS1061: 'object' does not contain a definition for 'ElementAt' and no accessible extension method 'ElementAt' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(394,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(395,49): error CS1061: 'object' does not contain a definition for 'ElementAt' and no accessible extension method 'ElementAt' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(451,44): error CS0266: Cannot implicitly convert type 'object' to 'Microsoft.Azure.Management.Authorization.Models.RoleAssignment'. An explicit conversion exists (are you missing a cast?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(474,46): error CS1061: 'object' does not contain a definition for 'NextPageLink' and no accessible extension method 'NextPageLink' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(477,78): error CS1061: 'object' does not contain a definition for 'NextPageLink' and no accessible extension method 'NextPageLink' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(522,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(583,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(585,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(600,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(602,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(613,48): error CS1061: 'object' does not contain a definition for 'Count' and no accessible extension method 'Count' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(671,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(732,60): error CS1061: 'object' does not contain a definition for 'FirstOrDefault' and no accessible extension method 'FirstOrDefault' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(853,24): error CS0411: The type arguments for method 'Assert.All<T>(IEnumerable<T>, Action<T>)' cannot be inferred from the usage. Try specifying the type arguments explicitly. [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(855,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(888,24): error CS0411: The type arguments for method 'Assert.All<T>(IEnumerable<T>, Action<T>)' cannot be inferred from the usage. Try specifying the type arguments explicitly. [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Tests/BasicTests.cs(890,44): error CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a public instance or extension definition for 'GetEnumerator' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/authorization/Microsoft.Azure.Management.Authorization/tests/Microsoft.Azure.Management.Authorization.Tests.csproj]
    error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: dotnet
️❌ azure-sdk-for-java failed [Detail]
  • Failed [Logs]Release - Generate from 342dd8a. SDK Automation 14.0.0
    command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
    command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
    cmderr	[generate.py] 2020-12-09 10:06:20 INFO [VERSION][Not Found] cannot find version for "com.azure.resourcemanager:azure-resourcemanager-authorization-generated"
    cmderr	[generate.py] 2020-12-09 10:06:20 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.1"
    cmderr	[generate.py] 2020-12-09 10:06:20 INFO autorest --version=3.0.6327 --use=@autorest/java@4.0.5 --java.azure-libraries-for-java-folder=/home/vsts/work/1/s/azure-sdk-for-java --java.output-folder=/home/vsts/work/1/s/azure-sdk-for-java/sdk/authorization/azure-resourcemanager-authorization-generated --java.namespace=com.azure.resourcemanager.authorization.generated  --package-version=1.0.0-beta.1 --java --pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true --pipeline.modelerfour.flatten-payloads=false --azure-arm --verbose --sdk-integration --fluent=lite --java.fluent=lite --java.license-header=MICROSOFT_MIT_SMALL ../azure-rest-api-specs/specification/authorization/resource-manager/readme.md
    cmderr	[generate.py] ERROR (FluentGen): Failed to successfully run fluentgen plugin java.lang.ClassCastException: class com.azure.autorest.extension.base.model.codemodel.AnySchema cannot be cast to class com.azure.autorest.extension.base.model.codemodel.ObjectSchema (com.azure.autorest.extension.base.model.codemodel.AnySchema and com.azure.autorest.extension.base.model.codemodel.ObjectSchema are in unnamed module of loader 'app')
    cmderr	[generate.py] java.lang.ClassCastException: class com.azure.autorest.extension.base.model.codemodel.AnySchema cannot be cast to class com.azure.autorest.extension.base.model.codemodel.ObjectSchema (com.azure.autorest.extension.base.model.codemodel.AnySchema and com.azure.autorest.extension.base.model.codemodel.ObjectSchema are in unnamed module of loader 'app')
    cmderr	[generate.py] 	at com.azure.autorest.mapper.ClientMethodMapper.map(ClientMethodMapper.java:78)
    cmderr	[generate.py] 	at com.azure.autorest.mapper.MethodGroupMapper.map(MethodGroupMapper.java:115)
    cmderr	[generate.py] 	at com.azure.autorest.mapper.ServiceClientMapper.map(ServiceClientMapper.java:88)
    cmderr	[generate.py] 	at com.azure.autorest.mapper.ClientMapper.map(ClientMapper.java:116)
    cmderr	[generate.py] 	at com.azure.autorest.fluent.FluentGen.processInternal(FluentGen.java:106)
    cmderr	[generate.py] 	at com.azure.autorest.extension.base.plugin.NewPlugin.process(NewPlugin.java:202)
    cmderr	[generate.py] 	at com.azure.autorest.fluent.Main.lambda$main$1(Main.java:18)
    cmderr	[generate.py] 	at com.azure.autorest.extension.base.jsonrpc.Connection.lambda$dispatch$2(Connection.java:151)
    cmderr	[generate.py] 	at com.azure.autorest.extension.base.jsonrpc.Connection.lambda$process$3(Connection.java:270)
    cmderr	[generate.py] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    cmderr	[generate.py] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    cmderr	[generate.py] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    cmderr	[generate.py] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    cmderr	[generate.py] 	at java.base/java.lang.Thread.run(Thread.java:834)
    cmderr	[generate.py] FATAL (FluentGen): Unhandled error: class com.azure.autorest.extension.base.model.codemodel.AnySchema cannot be cast to class com.azure.autorest.extension.base.model.codemodel.ObjectSchema (com.azure.autorest.extension.base.model.codemodel.AnySchema and com.azure.autorest.extension.base.model.codemodel.ObjectSchema are in unnamed module of loader 'app')
    cmderr	[generate.py] java.lang.ClassCastException: class com.azure.autorest.extension.base.model.codemodel.AnySchema cannot be cast to class com.azure.autorest.extension.base.model.codemodel.ObjectSchema (com.azure.autorest.extension.base.model.codemodel.AnySchema and com.azure.autorest.extension.base.model.codemodel.ObjectSchema are in unnamed module of loader 'app')
    cmderr	[generate.py] 	at com.azure.autorest.mapper.ClientMethodMapper.map(ClientMethodMapper.java:78)
    cmderr	[generate.py] 	at com.azure.autorest.mapper.MethodGroupMapper.map(MethodGroupMapper.java:115)
    cmderr	[generate.py] 	at com.azure.autorest.mapper.ServiceClientMapper.map(ServiceClientMapper.java:88)
    cmderr	[generate.py] 	at com.azure.autorest.mapper.ClientMapper.map(ClientMapper.java:116)
    cmderr	[generate.py] 	at com.azure.autorest.fluent.FluentGen.processInternal(FluentGen.java:106)
    cmderr	[generate.py] 	at com.azure.autorest.extension.base.plugin.NewPlugin.process(NewPlugin.java:202)
    cmderr	[generate.py] 	at com.azure.autorest.fluent.Main.lambda$main$1(Main.java:18)
    cmderr	[generate.py] 	at com.azure.autorest.extension.base.jsonrpc.Connection.lambda$dispatch$2(Connection.java:151)
    cmderr	[generate.py] 	at com.azure.autorest.extension.base.jsonrpc.Connection.lambda$process$3(Connection.java:270)
    cmderr	[generate.py] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    cmderr	[generate.py] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    cmderr	[generate.py] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    cmderr	[generate.py] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    cmderr	[generate.py] 	at java.base/java.lang.Thread.run(Thread.java:834)
    cmderr	[generate.py]   Error: Plugin fluentgen reported failure.
    cmderr	[generate.py] 2020-12-09 10:06:53 ERROR [GENERATE] Autorest fail
    ENOENT: no such file or directory, stat 'azure-sdk-for-java/sdk/authorization/azure-resourcemanager-authorization-generated/pom.xml'
    Error: ENOENT: no such file or directory, stat 'azure-sdk-for-java/sdk/authorization/azure-resourcemanager-authorization-generated/pom.xml'
  • ️✔️azure-resourcemanager-authorization-generated [View full logs
    error	Fatal error: ENOENT: no such file or directory, stat 'azure-sdk-for-java/sdk/authorization/azure-resourcemanager-authorization-generated/pom.xml'
    error	The following packages are still pending:
    error		azure-resourcemanager-authorization-generated
️️✔️ azure-sdk-for-python succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 342dd8a. SDK Automation 14.0.0
    warn	Skip initScript due to not configured
    command	npx n 12
    command	python3 -m venv venv
    command	pip install --upgrade setuptools wheel pip
    command	pip install pathlib jinja2 msrestazure
    command	autorest --version=V2 --use=@microsoft.azure/autorest.python@~4.0.71 --python --python-mode=update --multiapi --keep-version-file --no-async --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk ../azure-rest-api-specs/specification/authorization/resource-manager/readme.md
  • ️✔️azure-mgmt-authorization [View full logs]  [Release SDK Changes]
    cmderr	[multiapi_init_gen.py azure-mgmt-authorization --default-api-version=2018-09-01-preview] INFO:__main__:Default API version will be: v2018_09_01_preview
    cmderr	[buildConf] INFO:packaging_tools:Building template azure-mgmt-authorization
    cmderr	[buildConf] INFO:packaging_tools.conf:Skipping default conf since the file exists
    cmderr	[buildConf] INFO:packaging_tools:Skipping CHANGELOG.md template, since a previous one was found
    cmderr	[buildConf] INFO:packaging_tools:Template done azure-mgmt-authorization
    cmderr	[changelogSetup] WARNING: Skipping azure-nspkg as it is not installed.
    cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization
    cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2015_06_01
    cmderr	[changelogReport] INFO:__main__:Found azure.mgmt.authorization.v2015_06_01
    cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2015_07_01
    cmderr	[changelogReport] INFO:__main__:Found azure.mgmt.authorization.v2015_07_01
    cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2018_01_01_preview
    cmderr	[changelogReport] INFO:__main__:Found azure.mgmt.authorization.v2018_01_01_preview
    cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2018_07_01_preview
    cmderr	[changelogReport] INFO:__main__:Found azure.mgmt.authorization.v2018_07_01_preview
    cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2018_09_01_preview
    cmderr	[changelogReport] INFO:__main__:Found azure.mgmt.authorization.v2018_09_01_preview
    cmderr	[changelogReport] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2020_04_01_preview
    cmderr	[changelogReport] INFO:__main__:Found azure.mgmt.authorization.v2020_04_01_preview
    cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.authorization.v2015_06_01
    cmderr	[changelogReport] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/latest/v2015_06_01.json
    cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.authorization.v2015_07_01
    cmderr	[changelogReport] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/latest/v2015_07_01.json
    cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.authorization.v2018_01_01_preview
    cmderr	[changelogReport] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/latest/v2018_01_01_preview.json
    cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.authorization.v2018_07_01_preview
    cmderr	[changelogReport] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/latest/v2018_07_01_preview.json
    cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.authorization.v2018_09_01_preview
    cmderr	[changelogReport] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/latest/v2018_09_01_preview.json
    cmderr	[changelogReport] INFO:__main__:Working on azure.mgmt.authorization.v2020_04_01_preview
    cmderr	[changelogReport] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/latest/v2020_04_01_preview.json
    cmderr	[changelogReport] INFO:__main__:Merged report written to sdk/authorization/azure-mgmt-authorization/code_reports/latest/merged_report.json
    cmderr	[changelogReportLatest] INFO:__main__:Download versions of azure-mgmt-authorization on PyPI
    cmderr	[changelogReportLatest] INFO:__main__:Got ['0.30.0a1', '0.30.0rc1', '0.30.0rc2', '0.30.0rc3', '0.30.0rc4', '0.30.0rc5', '0.30.0rc6', '0.30.0', '0.40.0', '0.50.0', '0.51.0', '0.51.1', '0.52.0', '0.60.0', '0.61.0', '1.0.0b1', '1.0.0']
    cmderr	[changelogReportLatest] INFO:__main__:Only keep last PyPI version
    cmderr	[changelogReportLatest] INFO:__main__:Installing version 0.61.0 of azure-mgmt-authorization in a venv
    cmderr	[changelogReportLatest] Cache entry deserialization failed, entry ignored
    cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization
    cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2015_06_01
    cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.authorization.v2015_06_01
    cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2015_07_01
    cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.authorization.v2015_07_01
    cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2018_01_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.authorization.v2018_01_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2018_07_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.authorization.v2018_07_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2018_09_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.authorization.v2018_09_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Looking for Autorest generated package in azure.mgmt.authorization.v2020_04_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Found azure.mgmt.authorization.v2020_04_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.authorization.v2015_06_01
    cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/0.61.0/v2015_06_01.json
    cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.authorization.v2015_07_01
    cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/0.61.0/v2015_07_01.json
    cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.authorization.v2018_01_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/0.61.0/v2018_01_01_preview.json
    cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.authorization.v2018_07_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/0.61.0/v2018_07_01_preview.json
    cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.authorization.v2018_09_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/0.61.0/v2018_09_01_preview.json
    cmderr	[changelogReportLatest] INFO:__main__:Working on azure.mgmt.authorization.v2020_04_01_preview
    cmderr	[changelogReportLatest] INFO:__main__:Report written to sdk/authorization/azure-mgmt-authorization/code_reports/0.61.0/v2020_04_01_preview.json
    cmderr	[changelogReportLatest] INFO:__main__:Merged report written to sdk/authorization/azure-mgmt-authorization/code_reports/0.61.0/merged_report.json
    cmdout	[Changelog] Size of delta 6.841% size of original (original: 18215 chars, delta: 1246 chars)
    cmdout	[Changelog] **Features**
    cmdout	[Changelog]   - Model RoleAssignment has a new parameter updated_by
    cmdout	[Changelog]   - Model RoleAssignment has a new parameter created_by
    cmdout	[Changelog]   - Model RoleAssignment has a new parameter delegated_managed_identity_resource_id
    cmdout	[Changelog]   - Model RoleAssignment has a new parameter created_on
    cmdout	[Changelog]   - Model RoleAssignment has a new parameter updated_on
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 342dd8a. SDK Automation 14.0.0
    command	sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    command	go run ./tools/generator/main.go ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
  • ️✔️preview/authorization/mgmt/2018-09-01-preview/authorization [View full logs]  [Release SDK Changes]
    info	[Changelog] ## Struct Changes
    info	[Changelog]
    info	[Changelog] ### New Structs
    info	[Changelog]
    info	[Changelog] 1. Error
    info	[Changelog] 1. ErrorError
    info	[Changelog]
  • ️✔️preview/authorization/mgmt/2018-07-01-preview/authorization [View full logs]  [Release SDK Changes]
    info	[Changelog] ## Struct Changes
    info	[Changelog]
    info	[Changelog] ### New Structs
    info	[Changelog]
    info	[Changelog] 1. Error
    info	[Changelog] 1. ErrorError
    info	[Changelog]
  • ️✔️preview/authorization/mgmt/2018-01-01-preview/authorization [View full logs]  [Release SDK Changes]
    info	[Changelog] ## Struct Changes
    info	[Changelog]
    info	[Changelog] ### New Structs
    info	[Changelog]
    info	[Changelog] 1. Error
    info	[Changelog] 1. ErrorError
    info	[Changelog]
  • ️✔️preview/authorization/mgmt/2017-10-01-preview/authorization [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️authorization/mgmt/2015-07-01/authorization [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 342dd8a. SDK Automation 14.0.0
    warn	Skip initScript due to not configured
    command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.typescript@4.4.4 --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js/azure-sdk-for-js ../../azure-rest-api-specs/specification/authorization/resource-manager/readme.md
  • ️✔️@azure/arm-authorization [View full logs]  [Release SDK Changes]
    cmderr	[npmPack] loaded rollup.config.js with warnings
    cmderr	[npmPack] (!) Unused external imports
    cmderr	[npmPack] default imported from external module 'rollup' but never used
    cmderr	[npmPack] ./esm/authorizationManagementClient.js → ./dist/arm-authorization.js...
    cmderr	[npmPack] created ./dist/arm-authorization.js in 392ms
️️✔️ azure-resource-manager-schemas succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 342dd8a. Schema Automation 14.0.0
    warn	Skip initScript due to not configured
    command	npx n 12
    command	autorest --use=@autorest/azureresourceschema@3.0.92 --version=3.0.6320 --azureresourceschema --multiapi --title=none --pass-thru:subset-reducer --azureresourceschema-folder=/home/vsts/work/1/s/azure-resource-manager-schemas/azure-resource-manager-schemas ../../azure-rest-api-specs/specification/authorization/resource-manager/readme.md
    cmdout	[Autorest] WARNING: Skipping path '/{roleId}': Unable to locate '/providers/' segment
    cmdout	[Autorest] WARNING: Skipping path '/{roleId}': Unable to locate '/providers/' segment
    cmdout	[Autorest] WARNING: Skipping path '/{roleId}': Unable to locate '/providers/' segment
    cmdout	[Autorest] WARNING: Skipping path '/{roleAssignmentId}': Unable to locate '/providers/' segment
    cmdout	[Autorest] WARNING: Skipping path '/{roleAssignmentId}': Unable to locate '/providers/' segment
  • ️✔️authorization [View full logs]  [Release Schema Changes]
    cmderr	[resource-manager] node-pre-gyp
    cmderr	[resource-manager] WARN Using request for node-pre-gyp https download
    cmderr	[resource-manager]  template-schema-validation-tools@1.0.0 No repository field.
    cmderr	[resource-manager] optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
    cmderr	[resource-manager] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
️️✔️[Staging] ApiDocPreview succeeded [Detail] [Expand]
Posted by Swagger Pipeline | How to fix these errors?

@openapi-workflow-bot
Copy link

Hi, @HarveyLink Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. vsswagger@microsoft.com

    @qianwens qianwens merged commit 342dd8a into Azure:master Dec 9, 2020
    DeMale pushed a commit to DeMale/azure-rest-api-specs that referenced this pull request Dec 11, 2020
    dabenhamMic pushed a commit to dabenhamMic/azure-rest-api-specs that referenced this pull request Dec 14, 2020
    giromm2ms pushed a commit to giromm2ms/azure-rest-api-specs that referenced this pull request Dec 20, 2020
    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.

    2 participants