Skip to content

multiapi#10922

Merged
akning-ms merged 1 commit into
Azure:masterfrom
changlong-liu:20200924-digitaltwins
Oct 6, 2020
Merged

multiapi#10922
akning-ms merged 1 commit into
Azure:masterfrom
changlong-liu:20200924-digitaltwins

Conversation

@changlong-liu
Copy link
Copy Markdown
Member

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
Copy Markdown

openapi-pipeline-app Bot commented Sep 24, 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
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation Bot commented Sep 24, 2020

Azure CLI Extension Generation - Release

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
Copy Markdown

openapi-sdkautomation Bot commented Sep 24, 2020

azure-sdk-for-python - Release

failed [Logs] [Expand Details]
  • Generate from ec8e92f with merge commit edf8627. SDK Automation 13.0.17.20200918.2
  • azure-mgmt-digitaltwins [View full logs]  [Release SDK Changes]
    [build_conf] INFO:packaging_tools:Building template azure-mgmt-digitaltwins
    [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-digitaltwins
    [after_scripts|python] Traceback (most recent call last):
    [after_scripts|python]   File "./scripts/multiapi_init_gen.py", line 545, in 
    [after_scripts|python]     main(args.package_name, default_api=args.default_api)
    [after_scripts|python]   File "./scripts/multiapi_init_gen.py", line 412, in main
    [after_scripts|python]     versioned_modules = get_versioned_modules(package_name, module_name)
    [after_scripts|python]   File "./scripts/multiapi_init_gen.py", line 99, in get_versioned_modules
    [after_scripts|python]     for (_, label, ispkg) in pkgutil.iter_modules(module_to_generate.__path__)
    [after_scripts|python]   File "./scripts/multiapi_init_gen.py", line 100, in 
    [after_scripts|python]     if label.startswith("v20") and ispkg
    [after_scripts|python]   File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
    [after_scripts|python]     return _bootstrap._gcd_import(name[level:], package, level)
    [after_scripts|python]   File "", line 994, in _gcd_import
    [after_scripts|python]   File "", line 971, in _find_and_load
    [after_scripts|python]   File "", line 955, in _find_and_load_unlocked
    [after_scripts|python]   File "", line 665, in _load_unlocked
    [after_scripts|python]   File "", line 678, in exec_module
    [after_scripts|python]   File "", line 219, in _call_with_frames_removed
    [after_scripts|python]   File "/z/work/azure-sdk-for-python/sdk/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2020_03_01_preview/__init__.py", line 13, in 
    [after_scripts|python]     from ._azure_digital_twins_management_client import AzureDigitalTwinsManagementClient
    [after_scripts|python]   File "/z/work/azure-sdk-for-python/sdk/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2020_03_01_preview/_azure_digital_twins_management_client.py", line 16, in 
    [after_scripts|python]     from .operations import DigitalTwinsOperations
    [after_scripts|python]   File "/z/work/azure-sdk-for-python/sdk/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2020_03_01_preview/operations/__init__.py", line 12, in 
    [after_scripts|python]     from ._digital_twins_operations import DigitalTwinsOperations
    [after_scripts|python]   File "/z/work/azure-sdk-for-python/sdk/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2020_03_01_preview/operations/_digital_twins_operations.py", line 17, in 
    [after_scripts|python]     from .. import models
    [after_scripts|python]   File "/z/work/azure-sdk-for-python/sdk/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2020_03_01_preview/models/__init__.py", line 13, in 
    [after_scripts|python]     from ._models_py3 import CheckNameRequest
    [after_scripts|python]   File "/z/work/azure-sdk-for-python/sdk/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2020_03_01_preview/models/_models_py3.py", line 88, in 
    [after_scripts|python]     class DigitalTwinsResource(Model):
    [after_scripts|python]   File "/z/work/azure-sdk-for-python/sdk/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2020_03_01_preview/models/_models_py3.py", line 128, in DigitalTwinsResource
    [after_scripts|python]     sku = DigitalTwinsSkuInfo()
    [after_scripts|python] NameError: name 'DigitalTwinsSkuInfo' is not defined
    Failed to run after_scripts: python ./scripts/multiapi_init_gen.py azure-mgmt-digitaltwins
    [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] warning: no files found matching '*.py' under directory 'tests'
    [build_package] warning: no files found matching '*.yaml' under directory 'tests'
    [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] warning: no files found matching '*.py' under directory 'tests'
    [build_package] warning: no files found matching '*.yaml' under directory 'tests'
    Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 06 Oct 2020 02:57:51 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0743:F68C:1427A580:17F8DA15:5F7BDD2E","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
    [breaking_change_setup] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
    [ChangeLog] Size of delta 0.016% size of original (original: 12184 chars, delta: 2 chars)
    [ChangeLog] 

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation Bot commented Sep 24, 2020

azure-sdk-for-go - Release

⚠️ warning [Logs] [Expand Details]

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation Bot commented Sep 24, 2020

azure-sdk-for-java - Release

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from ec8e92f with merge commit edf8627. SDK Automation 13.0.17.20200918.2
  • ️✔️sdk/digitaltwins/mgmt-v2020_03_01_preview [View full logs]  [Release SDK Changes]
    Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 06 Oct 2020 03:00:39 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0542:47C4:26DC7D50:2E2E26F8:5F7BDDD7","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}
  • ️✔️sdk/digitaltwins/mgmt-v2020_10_31 [View full logs]  [Release SDK Changes]
    Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 06 Oct 2020 03:00:53 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0540:370F:1B69E5B:3DA1987:5F7BDDE5","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation Bot commented Sep 24, 2020

azure-sdk-for-net - Release

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
Copy Markdown

openapi-sdkautomation Bot commented Sep 24, 2020

azure-sdk-for-python-track2 - Release

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
Copy Markdown

openapi-sdkautomation Bot commented Sep 24, 2020

azure-sdk-for-js - Release

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from ec8e92f with merge commit edf8627. SDK Automation 13.0.17.20200918.2
  • ️✔️@azure/arm-digitaltwins [View full logs]  [Release SDK Changes]
    [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
    [npmPack] npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
    [npmPack] npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#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/azureDigitalTwinsManagementClient.js → ./dist/arm-digitaltwins.js...
    [npmPack] created ./dist/arm-digitaltwins.js in 256ms
    [npmPack] npm notice 
    [npmPack] npm notice package: @azure/arm-digitaltwins@0.1.0
    [npmPack] npm notice === Tarball Contents === 
    [npmPack] npm notice 58.5kB  dist/arm-digitaltwins.js                             
    [npmPack] npm notice 19.3kB  dist/arm-digitaltwins.min.js                         
    [npmPack] npm notice 1.8kB   esm/azureDigitalTwinsManagementClient.js             
    [npmPack] npm notice 2.6kB   esm/azureDigitalTwinsManagementClientContext.js      
    [npmPack] npm notice 13.3kB  esm/operations/digitalTwins.js                       
    [npmPack] npm notice 8.8kB   esm/operations/digitalTwinsEndpoint.js               
    [npmPack] npm notice 673B    esm/models/digitalTwinsEndpointMappers.js            
    [npmPack] npm notice 725B    esm/models/digitalTwinsMappers.js                    
    [npmPack] npm notice 345B    esm/models/index.js                                  
    [npmPack] npm notice 453B    esm/operations/index.js                              
    [npmPack] npm notice 16.7kB  esm/models/mappers.js                                
    [npmPack] npm notice 2.3kB   esm/operations/operations.js                         
    [npmPack] npm notice 491B    esm/models/operationsMappers.js                      
    [npmPack] npm notice 2.6kB   esm/models/parameters.js                             
    [npmPack] npm notice 1.0kB   rollup.config.js                                     
    [npmPack] npm notice 1.7kB   package.json                                         
    [npmPack] npm notice 457B    tsconfig.json                                        
    [npmPack] npm notice 122.8kB dist/arm-digitaltwins.js.map                         
    [npmPack] npm notice 17.5kB  dist/arm-digitaltwins.min.js.map                     
    [npmPack] npm notice 716B    esm/azureDigitalTwinsManagementClient.d.ts.map       
    [npmPack] npm notice 840B    esm/azureDigitalTwinsManagementClient.js.map         
    [npmPack] npm notice 532B    esm/azureDigitalTwinsManagementClientContext.d.ts.map
    [npmPack] npm notice 1.4kB   esm/azureDigitalTwinsManagementClientContext.js.map  
    [npmPack] npm notice 3.6kB   esm/operations/digitalTwins.d.ts.map                 
    [npmPack] npm notice 6.6kB   esm/operations/digitalTwins.js.map                   
    [npmPack] npm notice 2.4kB   esm/operations/digitalTwinsEndpoint.d.ts.map         
    [npmPack] npm notice 4.2kB   esm/operations/digitalTwinsEndpoint.js.map           
    [npmPack] npm notice 337B    esm/models/digitalTwinsEndpointMappers.d.ts.map      
    [npmPack] npm notice 350B    esm/models/digitalTwinsEndpointMappers.js.map        
    [npmPack] npm notice 357B    esm/models/digitalTwinsMappers.d.ts.map              
    [npmPack] npm notice 370B    esm/models/digitalTwinsMappers.js.map                
    [npmPack] npm notice 8.8kB   esm/models/index.d.ts.map                            
    [npmPack] npm notice 183B    esm/operations/index.d.ts.map                        
    [npmPack] npm notice 126B    esm/models/index.js.map                              
    [npmPack] npm notice 198B    esm/operations/index.js.map                          
    [npmPack] npm notice 1.1kB   esm/models/mappers.d.ts.map                          
    [npmPack] npm notice 9.4kB   esm/models/mappers.js.map                            
    [npmPack] npm notice 1.0kB   esm/operations/operations.d.ts.map                   
    [npmPack] npm notice 1.4kB   esm/operations/operations.js.map                     
    [npmPack] npm notice 235B    esm/models/operationsMappers.d.ts.map                
    [npmPack] npm notice 248B    esm/models/operationsMappers.js.map                  
    [npmPack] npm notice 539B    esm/models/parameters.d.ts.map                       
    [npmPack] npm notice 1.8kB   esm/models/parameters.js.map                         
    [npmPack] npm notice 3.5kB   README.md                                            
    [npmPack] npm notice 1.2kB   esm/azureDigitalTwinsManagementClient.d.ts           
    [npmPack] npm notice 1.8kB   src/azureDigitalTwinsManagementClient.ts             
    [npmPack] npm notice 844B    esm/azureDigitalTwinsManagementClientContext.d.ts    
    [npmPack] npm notice 2.3kB   src/azureDigitalTwinsManagementClientContext.ts      
    [npmPack] npm notice 10.4kB  esm/operations/digitalTwins.d.ts                     
    [npmPack] npm notice 20.2kB  src/operations/digitalTwins.ts                       
    [npmPack] npm notice 6.8kB   esm/operations/digitalTwinsEndpoint.d.ts             
    [npmPack] npm notice 13.0kB  src/operations/digitalTwinsEndpoint.ts               
    [npmPack] npm notice 363B    esm/models/digitalTwinsEndpointMappers.d.ts          
    [npmPack] npm notice 645B    src/models/digitalTwinsEndpointMappers.ts            
    [npmPack] npm notice 415B    esm/models/digitalTwinsMappers.d.ts                  
    [npmPack] npm notice 711B    src/models/digitalTwinsMappers.ts                    
    [npmPack] npm notice 24.3kB  esm/models/index.d.ts                                
    [npmPack] npm notice 137B    esm/operations/index.d.ts                            
    [npmPack] npm notice 23.3kB  src/models/index.ts                                  
    [npmPack] npm notice 421B    src/operations/index.ts                              
    [npmPack] npm notice 1.7kB   esm/models/mappers.d.ts                              
    [npmPack] npm notice 13.7kB  src/models/mappers.ts                                
    [npmPack] npm notice 2.2kB   esm/operations/operations.d.ts                       
    [npmPack] npm notice 4.2kB   src/operations/operations.ts                         
    [npmPack] npm notice 181B    esm/models/operationsMappers.d.ts                    
    [npmPack] npm notice 459B    src/models/operationsMappers.ts                      
    [npmPack] npm notice 607B    esm/models/parameters.d.ts                           
    [npmPack] npm notice 2.5kB   src/models/parameters.ts                             
    [npmPack] npm notice 1.1kB   LICENSE.txt                                          
    [npmPack] npm notice === Tarball Details === 
    [npmPack] npm notice name:          @azure/arm-digitaltwins                 
    [npmPack] npm notice version:       0.1.0                                   
    [npmPack] npm notice filename:      azure-arm-digitaltwins-0.1.0.tgz        
    [npmPack] npm notice package size:  51.6 kB                                 
    [npmPack] npm notice unpacked size: 455.9 kB                                
    [npmPack] npm notice shasum:        f08d0c1aced2d3cf8271edfd9818152c58553e35
    [npmPack] npm notice integrity:     sha512-F1NhAQcZ0oa1B[...]Vajdj37s7joOQ==
    [npmPack] npm notice total files:   69                                      
    [npmPack] npm notice 
    Unable to get details about the head commit. This is probably because the head commit is in a fork that we don't have permission to read from. HttpError: Not Found {"name":"HttpError","status":404,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","connection":"close","content-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 06 Oct 2020 02:57:27 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"404 Not Found","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept, X-Requested-With","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; param=machine-man-preview; format=json","x-github-request-id":"0700:7374:3848795:5BF3BAD:5F7BDD17","x-xss-protection":"1; mode=block"},"request":{"method":"POST","url":"https://api.github.com/app/installations//access_tokens","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.43.1 Node.js/13.14.0 (Linux 5.4; x64)","authorization":"bearer [REDACTED]","content-type":"application/json; charset=utf-8"},"body":"{}","request":{"validate":{"commit_sha":{"alias":"ref","deprecated":true,"type":"string"},"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"},"sha":{"alias":"ref","deprecated":true,"type":"string"}}}},"documentation_url":"https://docs.github.com/rest"}

@openapi-sdkautomation
Copy link
Copy Markdown

openapi-sdkautomation Bot commented Sep 24, 2020

Trenton Generation - Release

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
Copy Markdown

openapi-sdkautomation Bot commented Sep 24, 2020

azure-resource-manager-schemas - Release

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

@sjiherzig
Copy link
Copy Markdown
Member

@changlong-liu The changes look good me - however, I saw that the SDK builds are failing for Python. Is that expected?

@changlong-liu
Copy link
Copy Markdown
Member Author

nges look good me - however, I s

Hi @sjiherzig , that's the known codegen issue in track1.
As talked in email thread, manual code changes in SDK (will do in SDK PR) need to be done to make it work.

@changlong-liu
Copy link
Copy Markdown
Member Author

Hi @leni-msft , would you help to merge this PR? Thanks!

@leniatgh
Copy link
Copy Markdown
Contributor

@akning-ms pls help force merge this pr, as there's SDK python check error, which is expected as @changlong-liu explained.

@leniatgh leniatgh assigned akning-ms and unassigned leniatgh Sep 29, 2020
@akning-ms akning-ms merged commit edf8627 into Azure:master Oct 6, 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.

4 participants