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

Added isTransitioned to billing account and billing profile properties. #11077

Closed
wants to merge 1 commit into from

Conversation

jbuls
Copy link
Contributor

@jbuls jbuls commented Oct 8, 2020

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

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
  • 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

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

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 8, 2020

[Staging] Swagger Validation Report

️✔️BreakingChange [Detail]
 There are no breaking changes. 
️✔️LintDiff [Detail]
 Validation passes for LintDiff. 
️✔️Avocado [Detail]
 Validation passes for Avocado. 
️✔️ModelValidation [Detail]
 Validation passes for ModelValidation. 
️✔️SemanticValidation [Detail]
 Validation passes for SemanticValidation. 
Posted by Swagger Pipeline | How to fix these errors?

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@@ -3852,6 +3852,11 @@
"description": "Indicates whether user has read access to the billing account.",
"type": "boolean",
"readOnly": true
},
"isTransitioned": {
"description": "Specifies if the billing account has transitioned from agreement type Microsoft Online Service Program to agreement type Microsoft Customer Agreement.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to version guidelines this is considered a breaking change, so I doubt we can add it to the stable version.
See: https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#versioning

@akning-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 9, 2020

azure-sdk-for-python

- Breaking Change detected in SDK

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 67bb97f with merge commit fc51b67400e61900aacaec269b7ae0a37f077c9e. SDK Automation 13.0.17.20200918.2
  • ⚠️azure-mgmt-billing [View full logs]  [Preview SDK Changes] Breaking Change Detected
    [build_conf] INFO:packaging_tools:Building template azure-mgmt-billing
    [build_conf] INFO:packaging_tools.conf:Skipping default conf since the file exists
    [build_conf] INFO:packaging_tools:Skipping CHANGELOG.md template, since a previous one was found
    [build_conf] INFO:packaging_tools:Template done azure-mgmt-billing
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)
    [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    [build_package]   warnings.warn(msg)
    [breaking_change_setup] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
    [ChangeLog] Size of delta 96.484% size of original (original: 74184 chars, delta: 71576 chars)
    [ChangeLog] **Features**
    [ChangeLog] 
    [ChangeLog]   - Model ErrorDetails has a new parameter details
    [ChangeLog]   - Added operation InvoicesOperations.get_by_subscription_and_invoice_id
    [ChangeLog]   - Added operation InvoicesOperations.download_multiple_billing_subscription_invoice
    [ChangeLog]   - Added operation InvoicesOperations.list_by_billing_account
    [ChangeLog]   - Added operation InvoicesOperations.list_by_billing_subscription
    [ChangeLog]   - Added operation InvoicesOperations.download_multiple_modern_invoice
    [ChangeLog]   - Added operation InvoicesOperations.list_by_billing_profile
    [ChangeLog]   - Added operation InvoicesOperations.download_invoice
    [ChangeLog]   - Added operation InvoicesOperations.get_by_id
    [ChangeLog]   - Added operation InvoicesOperations.download_billing_subscription_invoice
    [ChangeLog]   - Added operation group ProductsOperations
    [ChangeLog]   - Added operation group InstructionsOperations
    [ChangeLog]   - Added operation group AvailableBalancesOperations
    [ChangeLog]   - Added operation group BillingSubscriptionsOperations
    [ChangeLog]   - Added operation group PoliciesOperations
    [ChangeLog]   - Added operation group TransactionsOperations
    [ChangeLog]   - Added operation group CustomersOperations
    [ChangeLog]   - Added operation group BillingAccountsOperations
    [ChangeLog]   - Added operation group BillingProfilesOperations
    [ChangeLog]   - Added operation group BillingPropertyOperations
    [ChangeLog]   - Added operation group BillingPermissionsOperations
    [ChangeLog]   - Added operation group AddressOperations
    [ChangeLog]   - Added operation group AgreementsOperations
    [ChangeLog]   - Added operation group BillingRoleAssignmentsOperations
    [ChangeLog]   - Added operation group InvoiceSectionsOperations
    [ChangeLog]   - Added operation group BillingRoleDefinitionsOperations
    [ChangeLog] 
    [ChangeLog] **Breaking changes**
    [ChangeLog] 
    [ChangeLog]   - Model EnrollmentAccount has a new signature
    [ChangeLog]   - Model Invoice has a new signature
    [ChangeLog]   - Removed operation InvoicesOperations.get_latest
    [ChangeLog]   - Removed operation InvoicesOperations.list

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 9, 2020

azure-sdk-for-go

⚠️ warning [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 9, 2020

Trenton Generation

No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Oct 9, 2020

azure-sdk-for-java

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from 67bb97f with merge commit fc51b67400e61900aacaec269b7ae0a37f077c9e. SDK Automation 13.0.17.20200918.2
  • ️✔️sdk/billing/mgmt-v2017_02_27_preview [View full logs]  [Preview SDK Changes]
  • ️✔️sdk/billing/mgmt-v2017_04_24_preview [View full logs]  [Preview SDK Changes]
  • ️✔️sdk/billing/mgmt-v2018_03_01_preview [View full logs]  [Preview SDK Changes]
  • ⚠️sdk/billing/mgmt-v2018_11_01_preview [View full logs]  [Preview SDK Changes]
      [mvn] [ERROR] COMPILATION ERROR : 
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2018_11_01_preview/src/main/java/com/microsoft/azure/management/billing/v2018_11_01_preview/implementation/PriceSheetsInner.java:[130,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
      [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
      [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
      [mvn]   reason: cannot infer type-variable(s) T,THeader
      [mvn]     (actual and formal argument lists differ in length)
      [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-billing: Compilation failure
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2018_11_01_preview/src/main/java/com/microsoft/azure/management/billing/v2018_11_01_preview/implementation/PriceSheetsInner.java:[130,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
      [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
      [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
      [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
      [mvn] [ERROR]     (actual and formal argument lists differ in length)
      [mvn] [ERROR] -> [Help 1]
      [mvn] [ERROR] 
      [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [mvn] [ERROR] 
      [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
    • ⚠️sdk/billing/mgmt-v2019_10_01_preview [View full logs]  [Preview SDK Changes]
        [mvn] [ERROR] COMPILATION ERROR : 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/InvoicesInner.java:[277,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn]   reason: cannot infer type-variable(s) T,THeader
        [mvn]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/InvoicesInner.java:[508,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn]   reason: cannot infer type-variable(s) T,THeader
        [mvn]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/InvoicesInner.java:[760,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn]   reason: cannot infer type-variable(s) T,THeader
        [mvn]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/PriceSheetsInner.java:[146,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn]   reason: cannot infer type-variable(s) T,THeader
        [mvn]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/PriceSheetsInner.java:[303,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn]   reason: cannot infer type-variable(s) T,THeader
        [mvn]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-billing: Compilation failure: Compilation failure: 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/InvoicesInner.java:[277,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
        [mvn] [ERROR]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/InvoicesInner.java:[508,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
        [mvn] [ERROR]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/InvoicesInner.java:[760,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
        [mvn] [ERROR]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/PriceSheetsInner.java:[146,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
        [mvn] [ERROR]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2019_10_01_preview/src/main/java/com/microsoft/azure/management/billing/v2019_10_01_preview/implementation/PriceSheetsInner.java:[303,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
        [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
        [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
        [mvn] [ERROR]     (actual and formal argument lists differ in length)
        [mvn] [ERROR] -> [Help 1]
        [mvn] [ERROR] 
        [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
        [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
        [mvn] [ERROR] 
        [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
        [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
      • ⚠️sdk/billing/mgmt-v2020_05_01 [View full logs]  [Preview SDK Changes]
          [mvn] [ERROR] COMPILATION ERROR : 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/billing/v2020_05_01/implementation/InvoicesInner.java:[623,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
          [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
          [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
          [mvn]   reason: cannot infer type-variable(s) T,THeader
          [mvn]     (actual and formal argument lists differ in length)
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/billing/v2020_05_01/implementation/InvoicesInner.java:[777,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
          [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
          [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
          [mvn]   reason: cannot infer type-variable(s) T,THeader
          [mvn]     (actual and formal argument lists differ in length)
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/billing/v2020_05_01/implementation/InvoicesInner.java:[1125,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
          [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
          [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
          [mvn]   reason: cannot infer type-variable(s) T,THeader
          [mvn]     (actual and formal argument lists differ in length)
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/billing/v2020_05_01/implementation/InvoicesInner.java:[1271,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
          [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
          [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
          [mvn]   reason: cannot infer type-variable(s) T,THeader
          [mvn]     (actual and formal argument lists differ in length)
          [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-billing: Compilation failure: Compilation failure: 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/billing/v2020_05_01/implementation/InvoicesInner.java:[623,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
          [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
          [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
          [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
          [mvn] [ERROR]     (actual and formal argument lists differ in length)
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/billing/v2020_05_01/implementation/InvoicesInner.java:[777,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
          [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
          [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
          [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
          [mvn] [ERROR]     (actual and formal argument lists differ in length)
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/billing/v2020_05_01/implementation/InvoicesInner.java:[1125,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
          [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
          [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
          [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
          [mvn] [ERROR]     (actual and formal argument lists differ in length)
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/billing/mgmt-v2020_05_01/src/main/java/com/microsoft/azure/management/billing/v2020_05_01/implementation/InvoicesInner.java:[1271,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
          [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
          [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
          [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
          [mvn] [ERROR]     (actual and formal argument lists differ in length)
          [mvn] [ERROR] -> [Help 1]
          [mvn] [ERROR] 
          [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
          [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
          [mvn] [ERROR] 
          [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
          [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Oct 9, 2020

        Azure CLI Extension Generation

        No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Oct 9, 2020

        azure-sdk-for-js

        ️✔️ succeeded [Logs] [Expand Details]
        • ️✔️ Generate from 67bb97f with merge commit fc51b67400e61900aacaec269b7ae0a37f077c9e. SDK Automation 13.0.17.20200918.2
        • ️✔️@azure/arm-billing [View full logs]  [Preview SDK Changes]
          Only show 100 items here, please refer to log for details.
          [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
          [npmPack] npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
          [npmPack] npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
          [npmPack] npm notice created a lockfile as package-lock.json. You should commit this file.
          [npmPack] loaded rollup.config.js with warnings
          [npmPack] (!) Unused external imports
          [npmPack] default imported from external module 'rollup' but never used
          [npmPack] 
          [npmPack] ./esm/billingManagementClient.js → ./dist/arm-billing.js...
          [npmPack] created ./dist/arm-billing.js in 673ms
          [npmPack] npm notice 
          [npmPack] npm notice package: @azure/[email protected]
          [npmPack] npm notice === Tarball Contents === 
          [npmPack] npm notice 1.8kB   esm/operations/address.js                           
          [npmPack] npm notice 481B    esm/models/addressMappers.js                        
          [npmPack] npm notice 3.5kB   esm/operations/agreements.js                        
          [npmPack] npm notice 1.0kB   esm/models/agreementsMappers.js                     
          [npmPack] npm notice 309.3kB dist/arm-billing.js                                 
          [npmPack] npm notice 111.1kB dist/arm-billing.min.js                             
          [npmPack] npm notice 1.9kB   esm/operations/availableBalances.js                 
          [npmPack] npm notice 1.0kB   esm/models/availableBalancesMappers.js              
          [npmPack] npm notice 7.4kB   esm/operations/billingAccounts.js                   
          [npmPack] npm notice 1.2kB   esm/models/billingAccountsMappers.js                
          [npmPack] npm notice 2.9kB   esm/billingManagementClient.js                      
          [npmPack] npm notice 2.5kB   esm/billingManagementClientContext.js               
          [npmPack] npm notice 3.3kB   esm/operations/billingPeriods.js                    
          [npmPack] npm notice 1.0kB   esm/models/billingPeriodsMappers.js                 
          [npmPack] npm notice 8.1kB   esm/operations/billingPermissions.js                
          [npmPack] npm notice 511B    esm/models/billingPermissionsMappers.js             
          [npmPack] npm notice 6.4kB   esm/operations/billingProfiles.js                   
          [npmPack] npm notice 1.1kB   esm/models/billingProfilesMappers.js                
          [npmPack] npm notice 2.8kB   esm/operations/billingPropertyOperations.js         
          [npmPack] npm notice 1.0kB   esm/models/billingPropertyOperationsMappers.js      
          [npmPack] npm notice 13.6kB  esm/operations/billingRoleAssignments.js            
          [npmPack] npm notice 1.1kB   esm/models/billingRoleAssignmentsMappers.js         
          [npmPack] npm notice 10.0kB  esm/operations/billingRoleDefinitions.js            
          [npmPack] npm notice 1.1kB   esm/models/billingRoleDefinitionsMappers.js         
          [npmPack] npm notice 14.3kB  esm/operations/billingSubscriptions.js              
          [npmPack] npm notice 1.2kB   esm/models/billingSubscriptionsMappers.js           
          [npmPack] npm notice 5.3kB   esm/operations/customers.js                         
          [npmPack] npm notice 1.0kB   esm/models/customersMappers.js                      
          [npmPack] npm notice 3.1kB   esm/operations/enrollmentAccounts.js                
          [npmPack] npm notice 1.1kB   esm/models/enrollmentAccountsMappers.js             
          [npmPack] npm notice 345B    esm/models/index.js                                 
          [npmPack] npm notice 1.0kB   esm/operations/index.js                             
          [npmPack] npm notice 5.0kB   esm/operations/instructions.js                      
          [npmPack] npm notice 1.0kB   esm/models/instructionsMappers.js                   
          [npmPack] npm notice 19.3kB  esm/operations/invoices.js                          
          [npmPack] npm notice 6.9kB   esm/operations/invoiceSections.js                   
          [npmPack] npm notice 1.1kB   esm/models/invoiceSectionsMappers.js                
          [npmPack] npm notice 1.2kB   esm/models/invoicesMappers.js                       
          [npmPack] npm notice 98.1kB  esm/models/mappers.js                               
          [npmPack] npm notice 2.3kB   esm/operations/operations.js                        
          [npmPack] npm notice 493B    esm/models/operationsMappers.js                     
          [npmPack] npm notice 5.8kB   esm/models/parameters.js                            
          [npmPack] npm notice 5.2kB   esm/operations/policies.js                          
          [npmPack] npm notice 1.0kB   esm/models/policiesMappers.js                       
          [npmPack] npm notice 12.5kB  esm/operations/products.js                          
          [npmPack] npm notice 1.2kB   esm/models/productsMappers.js                       
          [npmPack] npm notice 983B    rollup.config.js                                    
          [npmPack] npm notice 2.6kB   esm/operations/transactions.js                      
          [npmPack] npm notice 1.0kB   esm/models/transactionsMappers.js                   
          [npmPack] npm notice 1.6kB   package.json                                        
          [npmPack] npm notice 457B    tsconfig.json                                       
          [npmPack] npm notice 751B    esm/operations/address.d.ts.map                     
          [npmPack] npm notice 1.0kB   esm/operations/address.js.map                       
          [npmPack] npm notice 219B    esm/models/addressMappers.d.ts.map                  
          [npmPack] npm notice 232B    esm/models/addressMappers.js.map                    
          [npmPack] npm notice 1.6kB   esm/operations/agreements.d.ts.map                  
          [npmPack] npm notice 2.1kB   esm/operations/agreements.js.map                    
          [npmPack] npm notice 611B    esm/models/agreementsMappers.d.ts.map               
          [npmPack] npm notice 624B    esm/models/agreementsMappers.js.map                 
          [npmPack] npm notice 696.4kB dist/arm-billing.js.map                             
          [npmPack] npm notice 86.7kB  dist/arm-billing.min.js.map                         
          [npmPack] npm notice 819B    esm/operations/availableBalances.d.ts.map           
          [npmPack] npm notice 1.1kB   esm/operations/availableBalances.js.map             
          [npmPack] npm notice 612B    esm/models/availableBalancesMappers.d.ts.map        
          [npmPack] npm notice 625B    esm/models/availableBalancesMappers.js.map          
          [npmPack] npm notice 2.5kB   esm/operations/billingAccounts.d.ts.map             
          [npmPack] npm notice 3.9kB   esm/operations/billingAccounts.js.map               
          [npmPack] npm notice 660B    esm/models/billingAccountsMappers.d.ts.map          
          [npmPack] npm notice 673B    esm/models/billingAccountsMappers.js.map            
          [npmPack] npm notice 1.3kB   esm/billingManagementClient.d.ts.map                
          [npmPack] npm notice 2.0kB   esm/billingManagementClient.js.map                  
          [npmPack] npm notice 481B    esm/billingManagementClientContext.d.ts.map         
          [npmPack] npm notice 1.3kB   esm/billingManagementClientContext.js.map           
          [npmPack] npm notice 1.4kB   esm/operations/billingPeriods.d.ts.map              
          [npmPack] npm notice 2.1kB   esm/operations/billingPeriods.js.map                
          [npmPack] npm notice 619B    esm/models/billingPeriodsMappers.d.ts.map           
          [npmPack] npm notice 632B    esm/models/billingPeriodsMappers.js.map             
          [npmPack] npm notice 3.7kB   esm/operations/billingPermissions.d.ts.map          
          [npmPack] npm notice 4.8kB   esm/operations/billingPermissions.js.map            
          [npmPack] npm notice 244B    esm/models/billingPermissionsMappers.d.ts.map       
          [npmPack] npm notice 257B    esm/models/billingPermissionsMappers.js.map         
          [npmPack] npm notice 2.0kB   esm/operations/billingProfiles.d.ts.map             
          [npmPack] npm notice 3.2kB   esm/operations/billingProfiles.js.map               
          [npmPack] npm notice 634B    esm/models/billingProfilesMappers.d.ts.map          
          [npmPack] npm notice 647B    esm/models/billingProfilesMappers.js.map            
          [npmPack] npm notice 999B    esm/operations/billingPropertyOperations.d.ts.map   
          [npmPack] npm notice 1.6kB   esm/operations/billingPropertyOperations.js.map     

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Oct 9, 2020

        azure-resource-manager-schemas

        ⚠️ warning [Logs] [Expand Details]
        • ⚠️ Generate from 67bb97f with merge commit fc51b67400e61900aacaec269b7ae0a37f077c9e. Schema Automation 13.0.17.20200918.2
          Failed to find any diff after autorest so no changed packages was found.

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Oct 9, 2020

        azure-sdk-for-python-track2

        No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Oct 9, 2020

        azure-sdk-for-net

        ️✔️ succeeded [Logs] [Expand Details]

        @@ -6365,6 +6365,11 @@
        "$ref": "#/definitions/EnrollmentAccount"
        }
        },
        "isTransitioned": {
        Copy link
        Member

        Choose a reason for hiding this comment

        The reason will be displayed to describe this comment to others. Learn more.

        Unfortunately, api changes like this will need to go in a new api-version. See the breaking change policy, and api guidelines referenced from the PR checklist

        @markcowl
        Copy link
        Member

        markcowl commented Oct 9, 2020

        @jbuls unfortunately, api changes require an api-version increment, except for security and compliance changes. See: https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#api-changes-that-require-a-version-change

        If you think you have a good case for an exception, the process is here: https://dev.azure.com/msazure/AzureWiki/_wiki/wikis/AzureWiki.wiki/43942/Policy-for-Breaking-Changes

        @ghost
        Copy link

        ghost commented Dec 27, 2020

        Hi, @jbuls. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.

        @ghost ghost added the no-recent-activity label Dec 27, 2020
        @ghost ghost closed this Mar 22, 2021
        @ghost
        Copy link

        ghost commented Mar 22, 2021

        Hi, @jbuls. The PR will be closed since the PR has no update for 28 days. If you still need the PR review to proceed, please reopen it and @ mention PR assignee @jbuls, @akning-ms.

        This pull request was closed.
        Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
        Projects
        None yet
        Development

        Successfully merging this pull request may close these issues.

        5 participants