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

[AutoPR storage/resource-manager] [SRP] Add Support for File Service and File Shares #6735

Merged

Conversation

AutorestCI
Copy link
Contributor

@AutorestCI
Copy link
Contributor Author

AutorestCI commented Aug 8, 2019

(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-storage

You can install the package azure-mgmt-storage of this PR using the following command:
pip install "git+https://github.com/Azure/azure-sdk-for-python@restapi_auto_6892#egg=azure-mgmt-storage&subdirectory=azure-mgmt-storage"

You can build a wheel to distribute for test using the following command:
pip wheel --no-deps "git+https://github.com/Azure/azure-sdk-for-python@restapi_auto_6892#egg=azure-mgmt-storage&subdirectory=azure-mgmt-storage"

If you have a local clone of this repository, you can also do:

  • git checkout restapi_auto_6892
  • pip install -e ./azure-mgmt-storage

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_6892
  • pip wheel --no-deps ./azure-mgmt-storage

Direct download

Your files can be directly downloaded here:

@AutorestCI AutorestCI merged commit 8e1f606 into restapi_auto_storage/resource-manager Aug 9, 2019
@AutorestCI AutorestCI deleted the restapi_auto_6892 branch August 9, 2019 15:50
@AutorestCI
Copy link
Contributor Author

This PR has been merged into #6382

fengzhou-msft pushed a commit that referenced this pull request Sep 29, 2019
* [AutoPR storage/resource-manager] [Bug fix] Remove read-only constraint for management policy (#6233)

* Generated from 00d9e1b50ab5daed68696f0b0c612e912acde7db

[Bug fix] Remove read-only constraint for management policy

* Packaging update of azure-mgmt-storage

* Generated from 0e6f149f5338b7fe8256adb51584a22aaecdb407

change type to number

* Generated from 870609e2d01b2e64b589a0eb07e938f19282f4f0

Modify description, remove integer

* Generated from 2e78b5cbe1e0ef6676f9d9c3266b48cfe87403fd (#6536)

fix typo

* [AutoPR storage/resource-manager] updating description - clarify encryption enabled by default (#5978)

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 3acbc3b4106db3097de5be5e4df47afb38d51ec0 (#6735)

Use cors definition from blob.json

* Generated from 94667089d429b4f1aca38e60f85b13f5c0039219 (#6884)

Align File swagger with the Blob swagger

* [AutoPR storage/resource-manager] Add change feed properties to 2019-04-01 Storage. (#6956)

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* [AutoPR storage/resource-manager] Rename errorResponse to align with other RPs (#7058)

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* model change for storage

* changelog for storage
fengzhou-msft added a commit that referenced this pull request Oct 8, 2019
* [AutoPR storage/resource-manager] [Bug fix] Remove read-only constraint for management policy (#6233)

* Generated from 00d9e1b50ab5daed68696f0b0c612e912acde7db

[Bug fix] Remove read-only constraint for management policy

* Packaging update of azure-mgmt-storage

* Generated from 0e6f149f5338b7fe8256adb51584a22aaecdb407

change type to number

* Generated from 870609e2d01b2e64b589a0eb07e938f19282f4f0

Modify description, remove integer

* Generated from 2e78b5cbe1e0ef6676f9d9c3266b48cfe87403fd (#6536)

fix typo

* [AutoPR storage/resource-manager] updating description - clarify encryption enabled by default (#5978)

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 3acbc3b4106db3097de5be5e4df47afb38d51ec0 (#6735)

Use cors definition from blob.json

* Generated from 94667089d429b4f1aca38e60f85b13f5c0039219 (#6884)

Align File swagger with the Blob swagger

* [AutoPR storage/resource-manager] Add change feed properties to 2019-04-01 Storage. (#6956)

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* [AutoPR storage/resource-manager] Rename errorResponse to align with other RPs (#7058)

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* model change for storage

* changelog for storage

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* changelog for storage 4.2.0

* Update HISTORY.rst

* Update HISTORY.rst
YijunXieMS pushed a commit to YijunXieMS/azure-sdk-for-python that referenced this pull request Oct 9, 2019
* [AutoPR storage/resource-manager] [Bug fix] Remove read-only constraint for management policy (Azure#6233)

* Generated from 00d9e1b50ab5daed68696f0b0c612e912acde7db

[Bug fix] Remove read-only constraint for management policy

* Packaging update of azure-mgmt-storage

* Generated from 0e6f149f5338b7fe8256adb51584a22aaecdb407

change type to number

* Generated from 870609e2d01b2e64b589a0eb07e938f19282f4f0

Modify description, remove integer

* Generated from 2e78b5cbe1e0ef6676f9d9c3266b48cfe87403fd (Azure#6536)

fix typo

* [AutoPR storage/resource-manager] updating description - clarify encryption enabled by default (Azure#5978)

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 3acbc3b4106db3097de5be5e4df47afb38d51ec0 (Azure#6735)

Use cors definition from blob.json

* Generated from 94667089d429b4f1aca38e60f85b13f5c0039219 (Azure#6884)

Align File swagger with the Blob swagger

* [AutoPR storage/resource-manager] Add change feed properties to 2019-04-01 Storage. (Azure#6956)

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* [AutoPR storage/resource-manager] Rename errorResponse to align with other RPs (Azure#7058)

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (Azure#7445)

[SRP] Add new storage account property largeFileSharesState

* model change for storage

* changelog for storage
YijunXieMS pushed a commit to YijunXieMS/azure-sdk-for-python that referenced this pull request Oct 9, 2019
* [AutoPR storage/resource-manager] [Bug fix] Remove read-only constraint for management policy (Azure#6233)

* Generated from 00d9e1b50ab5daed68696f0b0c612e912acde7db

[Bug fix] Remove read-only constraint for management policy

* Packaging update of azure-mgmt-storage

* Generated from 0e6f149f5338b7fe8256adb51584a22aaecdb407

change type to number

* Generated from 870609e2d01b2e64b589a0eb07e938f19282f4f0

Modify description, remove integer

* Generated from 2e78b5cbe1e0ef6676f9d9c3266b48cfe87403fd (Azure#6536)

fix typo

* [AutoPR storage/resource-manager] updating description - clarify encryption enabled by default (Azure#5978)

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 3acbc3b4106db3097de5be5e4df47afb38d51ec0 (Azure#6735)

Use cors definition from blob.json

* Generated from 94667089d429b4f1aca38e60f85b13f5c0039219 (Azure#6884)

Align File swagger with the Blob swagger

* [AutoPR storage/resource-manager] Add change feed properties to 2019-04-01 Storage. (Azure#6956)

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* [AutoPR storage/resource-manager] Rename errorResponse to align with other RPs (Azure#7058)

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (Azure#7445)

[SRP] Add new storage account property largeFileSharesState

* model change for storage

* changelog for storage

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (Azure#7445)

[SRP] Add new storage account property largeFileSharesState

* changelog for storage 4.2.0

* Update HISTORY.rst

* Update HISTORY.rst
kristapratico pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Oct 9, 2019
* [AutoPR storage/resource-manager] [Bug fix] Remove read-only constraint for management policy (Azure#6233)

* Generated from 00d9e1b50ab5daed68696f0b0c612e912acde7db

[Bug fix] Remove read-only constraint for management policy

* Packaging update of azure-mgmt-storage

* Generated from 0e6f149f5338b7fe8256adb51584a22aaecdb407

change type to number

* Generated from 870609e2d01b2e64b589a0eb07e938f19282f4f0

Modify description, remove integer

* Generated from 2e78b5cbe1e0ef6676f9d9c3266b48cfe87403fd (Azure#6536)

fix typo

* [AutoPR storage/resource-manager] updating description - clarify encryption enabled by default (Azure#5978)

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 3acbc3b4106db3097de5be5e4df47afb38d51ec0 (Azure#6735)

Use cors definition from blob.json

* Generated from 94667089d429b4f1aca38e60f85b13f5c0039219 (Azure#6884)

Align File swagger with the Blob swagger

* [AutoPR storage/resource-manager] Add change feed properties to 2019-04-01 Storage. (Azure#6956)

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* [AutoPR storage/resource-manager] Rename errorResponse to align with other RPs (Azure#7058)

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (Azure#7445)

[SRP] Add new storage account property largeFileSharesState

* model change for storage

* changelog for storage

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (Azure#7445)

[SRP] Add new storage account property largeFileSharesState

* changelog for storage 4.2.0

* Update HISTORY.rst

* Update HISTORY.rst
fengzhou-msft pushed a commit that referenced this pull request Oct 22, 2019
* [AutoPR storage/resource-manager] [Bug fix] Remove read-only constraint for management policy (#6233)

* Generated from 00d9e1b50ab5daed68696f0b0c612e912acde7db

[Bug fix] Remove read-only constraint for management policy

* Packaging update of azure-mgmt-storage

* Generated from 0e6f149f5338b7fe8256adb51584a22aaecdb407

change type to number

* Generated from 870609e2d01b2e64b589a0eb07e938f19282f4f0

Modify description, remove integer

* Generated from 2e78b5cbe1e0ef6676f9d9c3266b48cfe87403fd (#6536)

fix typo

* [AutoPR storage/resource-manager] updating description - clarify encryption enabled by default (#5978)

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 3acbc3b4106db3097de5be5e4df47afb38d51ec0 (#6735)

Use cors definition from blob.json

* Generated from 94667089d429b4f1aca38e60f85b13f5c0039219 (#6884)

Align File swagger with the Blob swagger

* [AutoPR storage/resource-manager] Add change feed properties to 2019-04-01 Storage. (#6956)

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* [AutoPR storage/resource-manager] Rename errorResponse to align with other RPs (#7058)

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* model change for storage

* changelog for storage

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* changelog for storage 4.2.0

* Update HISTORY.rst

* Update HISTORY.rst

* Generated from c7ff553c30947fdc9a3e133cc8c1ec3740abc0ac (#7922)

[SRP] Support Active Directory and regenerate kerb keys

* changelog
fengzhou-msft added a commit that referenced this pull request Nov 5, 2019
* [AutoPR storage/resource-manager] [Bug fix] Remove read-only constraint for management policy (#6233)

* Generated from 00d9e1b50ab5daed68696f0b0c612e912acde7db

[Bug fix] Remove read-only constraint for management policy

* Packaging update of azure-mgmt-storage

* Generated from 0e6f149f5338b7fe8256adb51584a22aaecdb407

change type to number

* Generated from 870609e2d01b2e64b589a0eb07e938f19282f4f0

Modify description, remove integer

* Generated from 2e78b5cbe1e0ef6676f9d9c3266b48cfe87403fd (#6536)

fix typo

* [AutoPR storage/resource-manager] updating description - clarify encryption enabled by default (#5978)

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 3acbc3b4106db3097de5be5e4df47afb38d51ec0 (#6735)

Use cors definition from blob.json

* Generated from 94667089d429b4f1aca38e60f85b13f5c0039219 (#6884)

Align File swagger with the Blob swagger

* [AutoPR storage/resource-manager] Add change feed properties to 2019-04-01 Storage. (#6956)

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* [AutoPR storage/resource-manager] Rename errorResponse to align with other RPs (#7058)

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* model change for storage

* changelog for storage

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* changelog for storage 4.2.0

* Update HISTORY.rst

* Update HISTORY.rst
fengzhou-msft pushed a commit that referenced this pull request Nov 5, 2019
* [AutoPR storage/resource-manager] [Bug fix] Remove read-only constraint for management policy (#6233)

* Generated from 00d9e1b50ab5daed68696f0b0c612e912acde7db

[Bug fix] Remove read-only constraint for management policy

* Packaging update of azure-mgmt-storage

* Generated from 0e6f149f5338b7fe8256adb51584a22aaecdb407

change type to number

* Generated from 870609e2d01b2e64b589a0eb07e938f19282f4f0

Modify description, remove integer

* Generated from 2e78b5cbe1e0ef6676f9d9c3266b48cfe87403fd (#6536)

fix typo

* [AutoPR storage/resource-manager] updating description - clarify encryption enabled by default (#5978)

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 1929243cc853b5f21c5e6cef8a2867fb4d26b4dc

updating description - clarify encryption enabled by default

* Generated from 3acbc3b4106db3097de5be5e4df47afb38d51ec0 (#6735)

Use cors definition from blob.json

* Generated from 94667089d429b4f1aca38e60f85b13f5c0039219 (#6884)

Align File swagger with the Blob swagger

* [AutoPR storage/resource-manager] Add change feed properties to 2019-04-01 Storage. (#6956)

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* Generated from 774367438889ac553def1957b72b8ba63ad877e5

Add change feed properties to 2019-04-01 Storage.

Add change feed properties to Storage Blob Services.

* [AutoPR storage/resource-manager] Rename errorResponse to align with other RPs (#7058)

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from 3658b509eba17c55f99d9e22c28e55cb88e33ac0

Rename errorResponse to align with other RPs

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* model change for storage

* changelog for storage

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* changelog for storage 4.2.0

* Update HISTORY.rst

* Update HISTORY.rst

* Generated from c7ff553c30947fdc9a3e133cc8c1ec3740abc0ac (#7922)

[SRP] Support Active Directory and regenerate kerb keys

* changelog
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.

1 participant