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 new storage account property largeFileSharesState #7445

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

AutorestCI
Copy link
Contributor

[SRP] Add new storage account property largeFileSharesState
@AutorestCI
Copy link
Contributor Author

AutorestCI commented Sep 26, 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_7326#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_7326#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_7326
  • pip install -e ./azure-mgmt-storage

Or build a wheel file to distribute for testing:

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

Direct download

Your files can be directly downloaded here:

@AutorestCI AutorestCI merged commit 5db4d33 into restapi_auto_storage/resource-manager Sep 26, 2019
@AutorestCI AutorestCI deleted the restapi_auto_7326 branch September 26, 2019 23:31
@AutorestCI
Copy link
Contributor Author

This PR has been merged into #7446

@fengzhou-msft fengzhou-msft requested review from fengzhou-msft and removed request for fengzhou-msft September 29, 2019 02:07
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 pushed a commit that referenced this pull request Oct 7, 2019
[SRP] Add new storage account property largeFileSharesState
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
zikalino pushed a commit that referenced this pull request Dec 4, 2019
[SRP] Add new storage account property largeFileSharesState
zikalino pushed a commit that referenced this pull request Dec 4, 2019
* model change for storage

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (#7445)

[SRP] Add new storage account property largeFileSharesState

* Update HISTORY.rst

* [AutoPR storage/resource-manager] [SRP] Remove a recent added property for container soft delete (#8388)

* Generated from 5384fe0c3361da843a2b55c9bb7aa55e494ab984

[SRP] Remove a recent added property for container soft delete

* Generated from 5384fe0c3361da843a2b55c9bb7aa55e494ab984

[SRP] Remove a recent added property for container soft delete

* Generated from 6ac6e268eae9c51c39ffa3313ddd9f4fc4543487 (#8782)

[SRP] Increase the max file share quota for LFS

* Generated from 0de57e1ab5e1425affd87fcd66931cdedd0aa7b6 (#8978)

[Storage] Fix the share max quota to right value 102400

* regenerated

* history and version
annatisch pushed a commit to annatisch/azure-sdk-for-python that referenced this pull request Dec 6, 2019
* model change for storage

* Generated from ebaee7c36eb7db67a4e648374f69f26a654b444f (Azure#7445)

[SRP] Add new storage account property largeFileSharesState

* Update HISTORY.rst

* [AutoPR storage/resource-manager] [SRP] Remove a recent added property for container soft delete (Azure#8388)

* Generated from 5384fe0c3361da843a2b55c9bb7aa55e494ab984

[SRP] Remove a recent added property for container soft delete

* Generated from 5384fe0c3361da843a2b55c9bb7aa55e494ab984

[SRP] Remove a recent added property for container soft delete

* Generated from 6ac6e268eae9c51c39ffa3313ddd9f4fc4543487 (Azure#8782)

[SRP] Increase the max file share quota for LFS

* Generated from 0de57e1ab5e1425affd87fcd66931cdedd0aa7b6 (Azure#8978)

[Storage] Fix the share max quota to right value 102400

* regenerated

* history and version
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