Skip to content

Commit

Permalink
removing proposedLeaseID from options bag for ChangeLease method (Azu…
Browse files Browse the repository at this point in the history
  • Loading branch information
souravgupta-msft authored Jan 23, 2023
1 parent bace0a2 commit e6a98f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/storage/azblob/lease/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func (o *BlobBreakOptions) format() (*generated.BlobClientBreakLeaseOptions, *Mo

// BlobChangeOptions contains the optional parameters for the LeaseClient.ChangeLease method.
type BlobChangeOptions struct {
ProposedLeaseID *string
ModifiedAccessConditions *ModifiedAccessConditions
}

Expand Down Expand Up @@ -140,7 +139,6 @@ func (o *ContainerBreakOptions) format() (*generated.ContainerClientBreakLeaseOp

// ContainerChangeOptions contains the optional parameters for the LeaseClient.ChangeLease method.
type ContainerChangeOptions struct {
ProposedLeaseID *string
ModifiedAccessConditions *ModifiedAccessConditions
}

Expand Down

0 comments on commit e6a98f0

Please sign in to comment.