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

[Storage] Add isNfsV3Enabled in account properties #11382

Closed
wants to merge 9 commits into from

Conversation

zfchen95
Copy link
Contributor

@zfchen95 zfchen95 commented Oct 26, 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
  • 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

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

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Oct 26, 2020

Swagger Validation Report

️❌BreakingChange: 1 Errors, 0 Warnings failed [Detail]

Rule Message
1041 - AddedPropertyInResponse The new version has a new property 'isNfsV3Enabled' in response that was not found in the old version.
New: Microsoft.Storage/preview/2020-08-01-preview/storage.json#L2797:7
Old: Microsoft.Storage/preview/2020-08-01-preview/storage.json#L2789:7
️️✔️LintDiff succeeded [Detail] [Expand]
Validation passes for LintDiff.

️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️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.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
Posted by Swagger Pipeline | How to fix these errors?

@openapi-workflow-bot
Copy link

Hi, @zfchen95 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

    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Oct 26, 2020
    @openapi-workflow-bot
    Copy link

    Hi, @zfchen95 your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com). cc @Juliehzl

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 1 pipeline(s).

    @zfchen95
    Copy link
    Contributor Author

    The property is already in this API version. Update the swagger to align with server

    @openapi-sdkautomation
    Copy link

    openapi-sdkautomation bot commented Oct 26, 2020

    azure-sdk-for-go

    ️✔️ succeeded [Logs] [Expand Details]

    @openapi-sdkautomation
    Copy link

    openapi-sdkautomation bot commented Oct 26, 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 26, 2020

    azure-sdk-for-java

    ⚠️ warning [Logs] [Expand Details]
    • ⚠️ Generate from 386a650ab32c7d5a7a7eb26f695b758a8b866c5b with merge commit f931c169a918ff9835f8ed9037f3d1fcc7ccde3b. SDK Automation 13.0.17.20200918.2
    • ️✔️sdk/storage/mgmt-v2016_01_01 [View full logs]  [Preview SDK Changes]
    • ️✔️sdk/storage/mgmt-v2017_10_01 [View full logs]  [Preview SDK Changes]
    • ️✔️sdk/storage/mgmt-v2018_02_01 [View full logs]  [Preview SDK Changes]
    • ️✔️sdk/storage/mgmt-v2018_03_01_preview [View full logs]  [Preview SDK Changes]
    • ️✔️sdk/storage/mgmt-v2018_07_01 [View full logs]  [Preview SDK Changes]
    • ️✔️sdk/storage/mgmt-v2019_04_01 [View full logs]  [Preview SDK Changes]
    • ⚠️sdk/storage/mgmt-v2019_06_01 [View full logs]  [Preview SDK Changes]
        [mvn] [ERROR] COMPILATION ERROR : 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/storage/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/storage/v2019_06_01/BlobServiceProperties.java:[78,5] cannot find symbol
        [mvn]   symbol:   class SkuInner
        [mvn]   location: interface com.microsoft.azure.management.storage.v2019_06_01.BlobServiceProperties
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/storage/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/storage/v2019_06_01/FileServiceProperties.java:[49,5] cannot find symbol
        [mvn]   symbol:   class SkuInner
        [mvn]   location: interface com.microsoft.azure.management.storage.v2019_06_01.FileServiceProperties
        [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-storage: Compilation failure: Compilation failure: 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/storage/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/storage/v2019_06_01/BlobServiceProperties.java:[78,5] cannot find symbol
        [mvn] [ERROR]   symbol:   class SkuInner
        [mvn] [ERROR]   location: interface com.microsoft.azure.management.storage.v2019_06_01.BlobServiceProperties
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/storage/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/storage/v2019_06_01/FileServiceProperties.java:[49,5] cannot find symbol
        [mvn] [ERROR]   symbol:   class SkuInner
        [mvn] [ERROR]   location: interface com.microsoft.azure.management.storage.v2019_06_01.FileServiceProperties
        [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/storage/mgmt-v2019_08_01_preview [View full logs]  [Preview SDK Changes]
          [mvn] [ERROR] COMPILATION ERROR : 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/storage/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/storage/v2019_08_01_preview/BlobServiceProperties.java:[83,5] cannot find symbol
          [mvn]   symbol:   class SkuInner
          [mvn]   location: interface com.microsoft.azure.management.storage.v2019_08_01_preview.BlobServiceProperties
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/storage/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/storage/v2019_08_01_preview/FileServiceProperties.java:[53,5] cannot find symbol
          [mvn]   symbol:   class SkuInner
          [mvn]   location: interface com.microsoft.azure.management.storage.v2019_08_01_preview.FileServiceProperties
          [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-storage: Compilation failure: Compilation failure: 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/storage/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/storage/v2019_08_01_preview/BlobServiceProperties.java:[83,5] cannot find symbol
          [mvn] [ERROR]   symbol:   class SkuInner
          [mvn] [ERROR]   location: interface com.microsoft.azure.management.storage.v2019_08_01_preview.BlobServiceProperties
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/storage/mgmt-v2019_08_01_preview/src/main/java/com/microsoft/azure/management/storage/v2019_08_01_preview/FileServiceProperties.java:[53,5] cannot find symbol
          [mvn] [ERROR]   symbol:   class SkuInner
          [mvn] [ERROR]   location: interface com.microsoft.azure.management.storage.v2019_08_01_preview.FileServiceProperties
          [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 26, 2020

        azure-sdk-for-net

        failed [Logs] [Expand Details]
        • Generate from 386a650ab32c7d5a7a7eb26f695b758a8b866c5b with merge commit f931c169a918ff9835f8ed9037f3d1fcc7ccde3b. SDK Automation 13.0.17.20200918.2
          [AutoRest] realpath(): Permission denied
          [AutoRest] realpath(): Permission denied
          [AutoRest] realpath(): Permission denied
          [AutoRest] realpath(): Permission denied
          [AutoRest] realpath(): Permission denied
          [AutoRest] realpath(): Permission denied
        • Microsoft.Azure.Management.Storage [View full logs]  [Preview SDK Changes]
          Failed to create the package Microsoft.Azure.Management.Storage.
          Error: dotnet msbuild build.proj /t:CreateNugetPackage /p:Scope=storage /v:n /p:SkipTests=true , {} 

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Oct 26, 2020

        azure-sdk-for-js

        ️✔️ succeeded [Logs] [Expand Details]
        • ️✔️ Generate from 386a650ab32c7d5a7a7eb26f695b758a8b866c5b with merge commit f931c169a918ff9835f8ed9037f3d1fcc7ccde3b. SDK Automation 13.0.17.20200918.2
        • ️✔️@azure/arm-storage [View full logs]  [Preview SDK Changes]
          Only show 100 items here, please refer to log for details.
          [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 resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
          [npmPack] npm WARN deprecated urix@0.1.0: 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/storageManagementClient.js → ./dist/arm-storage.js...
          [npmPack] created ./dist/arm-storage.js in 644ms
          [npmPack] npm notice 
          [npmPack] npm notice package: @azure/arm-storage@15.1.0
          [npmPack] npm notice === Tarball Contents === 
          [npmPack] npm notice 325.3kB dist/arm-storage.js                                           
          [npmPack] npm notice 123.6kB dist/arm-storage.min.js                                       
          [npmPack] npm notice 19.6kB  esm/operations/blobContainers.js                              
          [npmPack] npm notice 2.0kB   esm/models/blobContainersMappers.js                           
          [npmPack] npm notice 4.2kB   esm/operations/blobServices.js                                
          [npmPack] npm notice 1.7kB   esm/models/blobServicesMappers.js                             
          [npmPack] npm notice 6.5kB   esm/operations/encryptionScopes.js                            
          [npmPack] npm notice 1.7kB   esm/models/encryptionScopesMappers.js                         
          [npmPack] npm notice 4.4kB   esm/operations/fileServices.js                                
          [npmPack] npm notice 1.7kB   esm/models/fileServicesMappers.js                             
          [npmPack] npm notice 8.9kB   esm/operations/fileShares.js                                  
          [npmPack] npm notice 1.7kB   esm/models/fileSharesMappers.js                               
          [npmPack] npm notice 263B    esm/models/index.js                                           
          [npmPack] npm notice 850B    esm/operations/index.js                                       
          [npmPack] npm notice 4.3kB   esm/operations/managementPolicies.js                          
          [npmPack] npm notice 1.7kB   esm/models/managementPoliciesMappers.js                       
          [npmPack] npm notice 118.6kB esm/models/mappers.js                                         
          [npmPack] npm notice 5.8kB   esm/operations/objectReplicationPoliciesOperations.js         
          [npmPack] npm notice 1.7kB   esm/models/objectReplicationPoliciesOperationsMappers.js      
          [npmPack] npm notice 1.5kB   esm/operations/operations.js                                  
          [npmPack] npm notice 427B    esm/models/operationsMappers.js                               
          [npmPack] npm notice 8.0kB   esm/models/parameters.js                                      
          [npmPack] npm notice 5.8kB   esm/operations/privateEndpointConnections.js                  
          [npmPack] npm notice 1.7kB   esm/models/privateEndpointConnectionsMappers.js               
          [npmPack] npm notice 2.0kB   esm/operations/privateLinkResources.js                        
          [npmPack] npm notice 1.7kB   esm/models/privateLinkResourcesMappers.js                     
          [npmPack] npm notice 7.4kB   esm/operations/queue.js                                       
          [npmPack] npm notice 1.7kB   esm/models/queueMappers.js                                    
          [npmPack] npm notice 4.3kB   esm/operations/queueServices.js                               
          [npmPack] npm notice 1.7kB   esm/models/queueServicesMappers.js                            
          [npmPack] npm notice 901B    rollup.config.js                                              
          [npmPack] npm notice 1.5kB   esm/operations/skus.js                                        
          [npmPack] npm notice 383B    esm/models/skusMappers.js                                     
          [npmPack] npm notice 22.2kB  esm/operations/storageAccounts.js                             
          [npmPack] npm notice 2.0kB   esm/models/storageAccountsMappers.js                          
          [npmPack] npm notice 2.5kB   esm/storageManagementClient.js                                
          [npmPack] npm notice 2.5kB   esm/storageManagementClientContext.js                         
          [npmPack] npm notice 6.9kB   esm/operations/tableOperations.js                             
          [npmPack] npm notice 1.7kB   esm/models/tableOperationsMappers.js                          
          [npmPack] npm notice 4.3kB   esm/operations/tableServices.js                               
          [npmPack] npm notice 1.7kB   esm/models/tableServicesMappers.js                            
          [npmPack] npm notice 1.6kB   esm/operations/usages.js                                      
          [npmPack] npm notice 354B    esm/models/usagesMappers.js                                   
          [npmPack] npm notice 1.7kB   package.json                                                  
          [npmPack] npm notice 457B    tsconfig.json                                                 
          [npmPack] npm notice 726.0kB dist/arm-storage.js.map                                       
          [npmPack] npm notice 87.0kB  dist/arm-storage.min.js.map                                   
          [npmPack] npm notice 8.0kB   esm/operations/blobContainers.d.ts.map                        
          [npmPack] npm notice 11.0kB  esm/operations/blobContainers.js.map                          
          [npmPack] npm notice 1.1kB   esm/models/blobContainersMappers.d.ts.map                     
          [npmPack] npm notice 1.1kB   esm/models/blobContainersMappers.js.map                       
          [npmPack] npm notice 1.8kB   esm/operations/blobServices.d.ts.map                          
          [npmPack] npm notice 2.4kB   esm/operations/blobServices.js.map                            
          [npmPack] npm notice 992B    esm/models/blobServicesMappers.d.ts.map                       
          [npmPack] npm notice 1.0kB   esm/models/blobServicesMappers.js.map                         
          [npmPack] npm notice 3.0kB   esm/operations/encryptionScopes.d.ts.map                      
          [npmPack] npm notice 3.8kB   esm/operations/encryptionScopes.js.map                        
          [npmPack] npm notice 1.0kB   esm/models/encryptionScopesMappers.d.ts.map                   
          [npmPack] npm notice 1.0kB   esm/models/encryptionScopesMappers.js.map                     
          [npmPack] npm notice 1.7kB   esm/operations/fileServices.d.ts.map                          
          [npmPack] npm notice 2.5kB   esm/operations/fileServices.js.map                            
          [npmPack] npm notice 992B    esm/models/fileServicesMappers.d.ts.map                       
          [npmPack] npm notice 1.0kB   esm/models/fileServicesMappers.js.map                         
          [npmPack] npm notice 4.0kB   esm/operations/fileShares.d.ts.map                            
          [npmPack] npm notice 5.4kB   esm/operations/fileShares.js.map                              
          [npmPack] npm notice 995B    esm/models/fileSharesMappers.d.ts.map                         
          [npmPack] npm notice 1.0kB   esm/models/fileSharesMappers.js.map                           
          [npmPack] npm notice 43.6kB  esm/models/index.d.ts.map                                     
          [npmPack] npm notice 497B    esm/operations/index.d.ts.map                                 
          [npmPack] npm notice 126B    esm/models/index.js.map                                       
          [npmPack] npm notice 511B    esm/operations/index.js.map                                   
          [npmPack] npm notice 1.8kB   esm/operations/managementPolicies.d.ts.map                    
          [npmPack] npm notice 2.5kB   esm/operations/managementPolicies.js.map                      
          [npmPack] npm notice 991B    esm/models/managementPoliciesMappers.d.ts.map                 
          [npmPack] npm notice 1.0kB   esm/models/managementPoliciesMappers.js.map                   
          [npmPack] npm notice 5.7kB   esm/models/mappers.d.ts.map                                   
          [npmPack] npm notice 65.6kB  esm/models/mappers.js.map                                     
          [npmPack] npm notice 2.5kB   esm/operations/objectReplicationPoliciesOperations.d.ts.map   
          [npmPack] npm notice 3.1kB   esm/operations/objectReplicationPoliciesOperations.js.map     
          [npmPack] npm notice 1.0kB   esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map
          [npmPack] npm notice 1.1kB   esm/models/objectReplicationPoliciesOperationsMappers.js.map  
          [npmPack] npm notice 663B    esm/operations/operations.d.ts.map                            
          [npmPack] npm notice 907B    esm/operations/operations.js.map                              
          [npmPack] npm notice 251B    esm/models/operationsMappers.d.ts.map                         
          [npmPack] npm notice 264B    esm/models/operationsMappers.js.map                           
          [npmPack] npm notice 1.5kB   esm/models/parameters.d.ts.map                                
          [npmPack] npm notice 6.0kB   esm/models/parameters.js.map                                  

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Oct 26, 2020

        azure-sdk-for-python

        - Breaking Change detected in SDK

        ⚠️ warning [Logs] [Expand Details]
        • ⚠️ Generate from 386a650ab32c7d5a7a7eb26f695b758a8b866c5b with merge commit f931c169a918ff9835f8ed9037f3d1fcc7ccde3b. SDK Automation 13.0.17.20200918.2
          [azure-mgmt-storage][after_scripts|python] WARNING:__main__:Found too much API version: {'2018-03-01-preview', '2018-07-01'} in label v2018_07_01
          [azure-mgmt-storage][after_scripts|python] WARNING:__main__:Guessing you want 2018-07-01 based on label v2018_07_01
        • ⚠️azure-mgmt-storage [View full logs]  [Preview SDK Changes] Breaking Change Detected
          [build_conf] INFO:packaging_tools:Building template azure-mgmt-storage
          [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-storage
          [after_scripts|python] WARNING:__main__:Found too much API version: {'2018-03-01-preview', '2018-07-01'} in label v2018_07_01
          [after_scripts|python] WARNING:__main__:Guessing you want 2018-07-01 based on label v2018_07_01
          [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 11.748% size of original (original: 98858 chars, delta: 11614 chars)
          [ChangeLog] **Features**
          [ChangeLog] 
          [ChangeLog]   - Model StorageAccount has a new parameter extended_location
          [ChangeLog]   - Model StorageAccount has a new parameter is_nfs_v3_enabled
          [ChangeLog]   - Model StorageAccountCreateParameters has a new parameter extended_location
          [ChangeLog]   - Model StorageAccountCreateParameters has a new parameter is_nfs_v3_enabled
          [ChangeLog]   - Model BlobServiceProperties has a new parameter last_access_time_tracking_policy
          [ChangeLog]   - Model FileServiceProperties has a new parameter protocol_settings
          [ChangeLog]   - Model NetworkRuleSet has a new parameter resource_access_rules
          [ChangeLog]   - Model ManagementPolicyBaseBlob has a new parameter enable_auto_tier_to_hot_from_cool
          [ChangeLog]   - Model FileShare has a new parameter snapshot_time
          [ChangeLog]   - Model FileShareItem has a new parameter snapshot_time
          [ChangeLog]   - Model DateAfterModification has a new parameter days_after_last_access_time_greater_than
          [ChangeLog]   - Added operation group BlobInventoryPoliciesOperations
          [ChangeLog]   - Added operation group DeletedAccountsOperations
          [ChangeLog] 
          [ChangeLog] **Breaking changes**
          [ChangeLog] 
          [ChangeLog]   - Operation FileSharesOperations.create has a new signature
          [ChangeLog]   - Operation FileSharesOperations.delete has a new signature
          [ChangeLog]   - Operation FileSharesOperations.get has a new signature
          [ChangeLog]   - Operation FileServicesOperations.set_service_properties has a new signature
          [ChangeLog]   - Model ErrorResponse has a new signature

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Oct 26, 2020

        azure-sdk-for-python-track2

        - Breaking Change detected in SDK

        ⚠️ warning [Logs] [Expand Details]
        • ⚠️ Generate from 386a650ab32c7d5a7a7eb26f695b758a8b866c5b with merge commit f931c169a918ff9835f8ed9037f3d1fcc7ccde3b. SDK Automation 13.0.17.20200918.2
          Only show 100 items here, please refer to log for details.
          [AutoRest] WARNING (PreCheck/AllOfWhenYouMeantRef): Schema 'ProxyResource' is using an 'allOf' instead of a $ref. This creates a wasteful anonymous type when generating code.
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Operation-display' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'OperationProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ServiceSpecification' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'MetricSpecification' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Dimension' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountCheckNameAvailabilityParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SKUCapability' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Restriction' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageSkuListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'CheckNameAvailabilityResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'SkuInformation' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'CustomDomain' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionService' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionServices' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'KeyVaultProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Encryption' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceAccessRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualNetworkRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'IPRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'NetworkRuleSet' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AzureFilesIdentityBasedAuthentication' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ActiveDirectoryProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountPropertiesCreateParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Identity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ExtendedLocation' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountCreateParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Endpoints' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountMicrosoftEndpoints' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountInternetEndpoints' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'GeoReplicationStats' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'RoutingPreference' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobRestoreStatus' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DeletedAccountProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DeletedAccount' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccount' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountKey' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DeletedAccountListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountListKeysResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountRegenerateKeyParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountPropertiesUpdateParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'StorageAccountUpdateParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobRestoreParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobRestoreRange' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'UsageName' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'Usage' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'UsageListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'AccountSasParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ListAccountSasResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ServiceSasParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ListServiceSasResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementPolicy' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementPolicyProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementPolicySchema' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementPolicyRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementPolicyDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementPolicyFilter' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'TagFilter' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementPolicyAction' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementPolicyBaseBlob' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ManagementPolicySnapShot' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DateAfterModification' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'DateAfterCreation' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionScope' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionScopeProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionScopeKeyVaultProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'EncryptionScopeListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ObjectReplicationPolicies' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ObjectReplicationPolicy' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ObjectReplicationPolicyProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ObjectReplicationPolicyRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ObjectReplicationPolicyFilter' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ListBlobInventoryPolicy' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobInventoryPolicy' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobInventoryPolicyProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobInventoryPolicySchema' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobInventoryPolicyRule' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobInventoryPolicyDefinition' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobInventoryPolicyFilter' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ErrorResponseBody' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ErrorResponse' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ContainerProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobContainer' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ImmutabilityPolicyProperty' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ImmutabilityPolicyProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ImmutabilityPolicy' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'UpdateHistoryProperty' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'LegalHoldProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'TagProperty' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'LegalHold' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ListContainerItem' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ListContainerItems' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobServiceProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobServiceProperties-properties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'BlobServiceItems' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'ChangeFeed' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
          [AutoRest] WARNING (PreCheck/SchemaMissingType): The schema 'RestorePolicyProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
        • ⚠️azure-mgmt-storage [View full logs]  [Preview SDK Changes] Breaking Change Detected
          [build_conf_init]   Cache entry deserialization failed, entry ignored
          [build_conf_init]   Cache entry deserialization failed, entry ignored
          [build_conf] INFO:packaging_tools:Building template azure-mgmt-storage
          [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-storage
          [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 12.005% size of original (original: 100397 chars, delta: 12053 chars)
          [ChangeLog] **Features**
          [ChangeLog] 
          [ChangeLog]   - Model FileServiceProperties has a new parameter protocol_settings
          [ChangeLog]   - Model StorageAccount has a new parameter extended_location
          [ChangeLog]   - Model StorageAccount has a new parameter is_nfs_v3_enabled
          [ChangeLog]   - Model DateAfterModification has a new parameter days_after_last_access_time_greater_than
          [ChangeLog]   - Model StorageAccountCreateParameters has a new parameter extended_location
          [ChangeLog]   - Model StorageAccountCreateParameters has a new parameter is_nfs_v3_enabled
          [ChangeLog]   - Model BlobServiceProperties has a new parameter last_access_time_tracking_policy
          [ChangeLog]   - Model FileShareItem has a new parameter snapshot_time
          [ChangeLog]   - Model ManagementPolicyBaseBlob has a new parameter enable_auto_tier_to_hot_from_cool
          [ChangeLog]   - Model FileShare has a new parameter snapshot_time
          [ChangeLog]   - Model NetworkRuleSet has a new parameter resource_access_rules
          [ChangeLog]   - Added operation group BlobInventoryPoliciesOperations
          [ChangeLog]   - Added operation group DeletedAccountsOperations
          [ChangeLog] 
          [ChangeLog] **Breaking changes**
          [ChangeLog] 
          [ChangeLog]   - Operation FileSharesOperations.create has a new signature
          [ChangeLog]   - Operation FileSharesOperations.delete has a new signature
          [ChangeLog]   - Operation FileSharesOperations.get has a new signature
          [ChangeLog]   - Model ErrorResponse has a new signature

        @openapi-sdkautomation
        Copy link

        openapi-sdkautomation bot commented Oct 26, 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 26, 2020

        azure-resource-manager-schemas

        ️✔️ succeeded [Logs] [Expand Details]
        • ️✔️ Generate from 386a650ab32c7d5a7a7eb26f695b758a8b866c5b with merge commit f931c169a918ff9835f8ed9037f3d1fcc7ccde3b. Schema Automation 13.0.17.20200918.2
          [AutoRest] WARNING: Found duplicate definition for variable-named type Microsoft.Storage/storageAccounts/managementPolicies. Skipping definition with path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}'.
          [AutoRest] WARNING: Found duplicate definition for variable-named type Microsoft.Storage/storageAccounts/managementPolicies. Using definition with path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}'.
          [storage][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
          [storage][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
          [storage][after_scripts|node] configure: WARNING: secure clearing/zeroing of memory is not supported by the selected crypto backend
        • ️✔️storage [View full logs]  [Preview Schema Changes]
            [after_scripts|node] PostProcessor finished successfully.
            [after_scripts|node]   5822 passing (1m)
            AzureResourceSchema has no registered package commands.

          @Juliehzl
          Copy link
          Contributor

          @zfchen95, any update?

          @zfchen95
          Copy link
          Contributor Author

          zfchen95 commented Feb 2, 2021

          /azp run

          @azure-pipelines
          Copy link

          Commenter does not have sufficient privileges for PR 11382 in repo Azure/azure-rest-api-specs

          @openapi-workflow-bot
          Copy link

          Hi @zfchen95, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff.

          TaskHow to fixPrioritySupport (Microsoft alias)
          AvocadoFix-AvocadoHighruowan
          Semantic validationFix-SemanticValidation-ErrorHighraychen, jianyxi
          Model validationFix-ModelValidation-ErrorHighraychen,jianyxi
          LintDiffFix-LintDiffhighjianyxi, ruoxuan
          If you need further help, please feedback via swagger feedback."

          @zfchen95
          Copy link
          Contributor Author

          zfchen95 commented Feb 2, 2021

          @zfchen95, any update?

          Fixed

          @blueww
          Copy link
          Member

          blueww commented Feb 2, 2021

          @zfchen95
          I tried to test this on canary (centraluseuap), but failed.
          Is there any server ready with the feature?

          DEBUG: ============================ HTTP REQUEST ============================
          
          HTTP Method:
          PUT
          
          Absolute Uri:
          https://management.azure.com/subscriptions/{subscriptionID}/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weinfsv31?api-version=2020-08-01-preview
          
          Headers:
          x-ms-client-request-id        : d8b050c4-0add-4248-86a7-d4dcf5022613
          accept-language               : en-US
          
          Body:
          {
            "sku": {
              "name": "Premium_LRS"
            },
            "kind": "FileStorage",
            "location": "centraluseuap",
            "properties": {
              "isNfsV3Enabled": true
            }
          }
          
          
          DEBUG: ============================ HTTP RESPONSE ============================
          
          Status Code:
          BadRequest
          
          Headers:
          Pragma                        : no-cache
          x-ms-request-id               : 9716c8a4-64af-4546-945c-cf21c78918ab
          Strict-Transport-Security     : max-age=31536000; includeSubDomains
          x-ms-ratelimit-remaining-subscription-writes: 1199
          x-ms-correlation-request-id   : fec63ce6-199c-444f-ab3a-7c0c06de58ef
          x-ms-routing-request-id       : SOUTHEASTASIA:20210202T062033Z:fec63ce6-199c-444f-ab3a-7c0c06de58ef
          X-Content-Type-Options        : nosniff
          Cache-Control                 : no-cache
          Date                          : Tue, 02 Feb 2021 06:20:33 GMT
          Server                        : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
          
          Body:
          {
            "error": {
              "code": "InvalidRequestPropertyValue",
              "message": "The value 'True' is not allowed for property isNfsv3Enabled."
            }
          }
          

          Copy link
          Contributor

          @Juliehzl Juliehzl left a comment

          Choose a reason for hiding this comment

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

          @msyyc please help take a look at python SDK track2 failure.

          "isNfsV3Enabled": {
          "type": "boolean",
          "x-ms-client-name": "EnableNfsV3",
          "description": "NFS 3.0 protocol support enabled if sets to true."
          Copy link
          Contributor

          Choose a reason for hiding this comment

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

          we could disable it with false value, right?

          Copy link
          Contributor Author

          Choose a reason for hiding this comment

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

          No. This is immutable. Similar to isHnsEnabled.

          @zfchen95
          Copy link
          Contributor Author

          zfchen95 commented Feb 2, 2021

          @zfchen95
          I tried to test this on canary (centraluseuap), but failed.
          Is there any server ready with the feature?

          DEBUG: ============================ HTTP REQUEST ============================
          
          HTTP Method:
          PUT
          
          Absolute Uri:
          https://management.azure.com/subscriptions/{subscriptionID}/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weinfsv31?api-version=2020-08-01-preview
          
          Headers:
          x-ms-client-request-id        : d8b050c4-0add-4248-86a7-d4dcf5022613
          accept-language               : en-US
          
          Body:
          {
            "sku": {
              "name": "Premium_LRS"
            },
            "kind": "FileStorage",
            "location": "centraluseuap",
            "properties": {
              "isNfsV3Enabled": true
            }
          }
          
          
          DEBUG: ============================ HTTP RESPONSE ============================
          
          Status Code:
          BadRequest
          
          Headers:
          Pragma                        : no-cache
          x-ms-request-id               : 9716c8a4-64af-4546-945c-cf21c78918ab
          Strict-Transport-Security     : max-age=31536000; includeSubDomains
          x-ms-ratelimit-remaining-subscription-writes: 1199
          x-ms-correlation-request-id   : fec63ce6-199c-444f-ab3a-7c0c06de58ef
          x-ms-routing-request-id       : SOUTHEASTASIA:20210202T062033Z:fec63ce6-199c-444f-ab3a-7c0c06de58ef
          X-Content-Type-Options        : nosniff
          Cache-Control                 : no-cache
          Date                          : Tue, 02 Feb 2021 06:20:33 GMT
          Server                        : Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
          
          Body:
          {
            "error": {
              "code": "InvalidRequestPropertyValue",
              "message": "The value 'True' is not allowed for property isNfsv3Enabled."
            }
          }
          

          Hi Wei, isNfsv3Enabled is only available for blob storage. Please refer to the example NfsV3AccountCreate.json.
          [Wei] I see, it has relationship with other parameters, I have created account successfully with similar parameters from sample.

          "isNfsV3Enabled": {
          "type": "boolean",
          "x-ms-client-name": "EnableNfsV3",
          "description": "NFS 3.0 protocol support enabled if sets to true."
          Copy link
          Member

          @blueww blueww Feb 3, 2021

          Choose a reason for hiding this comment

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

          Per my test, "EnableNfsV3" can only be set to true, when create account with following parameters.
          If they are necessary, please add the limitation to the description of the parameter, to make user easily to use the parameter.

          1. isHnsEnabled = trure
          2. supportsHttpsTrafficOnly = false
          3. create account with networkAcls.virtualNetworkRules (the rule need be in same location with the account)
          4. I test with following 2 combinations, both work: BlockblobStorage+Premium_LRS; StorageV2+Standard_LRS

          @Juliehzl
          Copy link
          Contributor

          Juliehzl commented Feb 3, 2021

          /azp run

          @azure-pipelines
          Copy link

          Azure Pipelines successfully started running 2 pipeline(s).

          @ghost
          Copy link

          ghost commented Feb 21, 2021

          Hi, @zfchen95. 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 Feb 21, 2021
          @Juliehzl
          Copy link
          Contributor

          Juliehzl commented Mar 1, 2021

          close because it is already included in #12807

          Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
          Labels
          Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Go CI-BreakingChange-Python
          Projects
          None yet
          Development

          Successfully merging this pull request may close these issues.

          6 participants