-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
BlockList class is obsolete #17
Comments
Verified as removed. |
AutorestCI
added a commit
that referenced
this issue
Apr 18, 2019
Merge pull request #17 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 RP standard
AutorestCI
added a commit
that referenced
this issue
Apr 24, 2019
* Generated from 0d5ee15214bbfdeb6cf1e6c406014d7f7f5dbf41 Merge pull request #16 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 standard * Packaging update of azure-mgmt-netapp * Generated from 8153135b38dbcaf4b145bad5db7d4e662b053ef5 Merge pull request #17 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 RP standard * Generated from 194e44a6ce8900ab9dcdc934c61e527e45f685af Merge pull request #19 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 RP standard
lmazuel
pushed a commit
that referenced
this issue
May 8, 2019
* [AutoPR netapp/resource-manager] Initial stable version (#4890) * Generated from 0d5ee15214bbfdeb6cf1e6c406014d7f7f5dbf41 Merge pull request #16 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 standard * Packaging update of azure-mgmt-netapp * Generated from 8153135b38dbcaf4b145bad5db7d4e662b053ef5 Merge pull request #17 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 RP standard * Generated from 194e44a6ce8900ab9dcdc934c61e527e45f685af Merge pull request #19 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 RP standard * ChangeLog * NFSAAS-2318 rerun tests for R4 RP standard (#5144)
AutorestCI
added a commit
that referenced
this issue
Aug 21, 2019
Merge pull request #17 from moreOver0/yongw/fix remove unused api
beltr0n
pushed a commit
to beltr0n/azure-sdk-for-python
that referenced
this issue
Jan 23, 2021
Update chat to reference new identity package
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We no longer use this class to submit block list. We now use a list of strings. Not to be confused with BlobBlockList, which is used to receive block lists.
The code that is obsolete is:
class BlockList(WindowsAzureData): ''' BlockList used to submit block list. '''
The text was updated successfully, but these errors were encountered: