Skip to content

Commit 14decd1

Browse files
committed
Fix conflict of the BreakingChangeIssues.csv
1 parent fbf7d90 commit 14decd1

File tree

5 files changed

+54
-1361
lines changed

5 files changed

+54
-1361
lines changed

src/Storage/Commands.Storage/Commands.Storage.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.WindowsAzure.Storage" Version="9.2.0" />
31+
<PackageReference Include="WindowsAzure.Storage" Version="9.2.0" />
3232
<PackageReference Include="Microsoft.Azure.Storage.DataMovement" Version="0.7.2" />
3333
</ItemGroup>
3434

-673 KB
Binary file not shown.
Binary file not shown.

tools/LocalFeed/WindowsAzure.Storage.9.2.0/net45/Microsoft.WindowsAzure.Storage.xml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29406,6 +29406,11 @@
2940629406
Initializes a new instance of the <see cref="T:Microsoft.WindowsAzure.Storage.OperationContext"/> class.
2940729407
</summary>
2940829408
</member>
29409+
<member name="P:Microsoft.WindowsAzure.Storage.OperationContext.Proxy">
29410+
<summary>
29411+
Gets or sets proxy information for the request.
29412+
</summary>
29413+
</member>
2940929414
<member name="P:Microsoft.WindowsAzure.Storage.OperationContext.UserHeaders">
2941029415
<summary>
2941129416
Gets or sets additional headers on the request, for example, for proxy or logging information.
@@ -32183,6 +32188,18 @@
3218332188
</summary>
3218432189
<value>A string containing the container's quoted ETag value.</value>
3218532190
</member>
32191+
<member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobContainerProperties.HasImmutabilityPolicy">
32192+
<summary>
32193+
Gets the HasImmutabilityPolicy value for the container.
32194+
</summary>
32195+
<value>True if the container has an immutability policy, or False if not. The value may be null.</value>
32196+
</member>
32197+
<member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobContainerProperties.HasLegalHold">
32198+
<summary>
32199+
Gets the HasLegalHold value for the container.
32200+
</summary>
32201+
<value>True if the container has legal hold, or False if not. The value may be null.</value>
32202+
</member>
3218632203
<member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobContainerProperties.LastModified">
3218732204
<summary>
3218832205
Gets the container's last-modified time.
@@ -32432,6 +32449,12 @@
3243232449
</summary>
3243332450
<value>A string containing the blob's ETag value.</value>
3243432451
</member>
32452+
<member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobProperties.Created">
32453+
<summary>
32454+
Gets the the creation time for the blob, expressed as a UTC value.
32455+
</summary>
32456+
<value>A <see cref="T:System.DateTimeOffset"/> containing the blob's creation time, in UTC format.</value>
32457+
</member>
3243532458
<member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobProperties.LastModified">
3243632459
<summary>
3243732460
Gets the the last-modified time for the blob, expressed as a UTC value.
@@ -38204,6 +38227,11 @@
3820438227
XML element for the ETag.
3820538228
</summary>
3820638229
</member>
38230+
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.CreationTimeElement">
38231+
<summary>
38232+
XML element for the creation date.
38233+
</summary>
38234+
</member>
3820738235
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.LastModifiedElement">
3820838236
<summary>
3820938237
XML element for the last modified date.
@@ -38429,6 +38457,16 @@
3842938457
XML element for blob types.
3843038458
</summary>
3843138459
</member>
38460+
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HasImmutabilityPolicyElement">
38461+
<summary>
38462+
XML element for immutability policy.
38463+
</summary>
38464+
</member>
38465+
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HasLegalHoldElement">
38466+
<summary>
38467+
XML element for legal hold.
38468+
</summary>
38469+
</member>
3843238470
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.LeaseStatusElement">
3843338471
<summary>
3843438472
XML element for the lease status.
@@ -38779,11 +38817,26 @@
3877938817
Header that specifies content language.
3878038818
</summary>
3878138819
</member>
38820+
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.CreationTimeHeader">
38821+
<summary>
38822+
Header that specifies the creation time value for the resource.
38823+
</summary>
38824+
</member>
3878238825
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.EtagHeader">
3878338826
<summary>
3878438827
Header that specifies the ETag value for the resource.
3878538828
</summary>
3878638829
</member>
38830+
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.HasImmutabilityPolicyHeader">
38831+
<summary>
38832+
Header that specifies the immutability policy value for the resource.
38833+
</summary>
38834+
</member>
38835+
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.HasLegalHoldHeader">
38836+
<summary>
38837+
Header that specifies the legal hold value for the resource.
38838+
</summary>
38839+
</member>
3878738840
<member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.ServerEncrypted">
3878838841
<summary>
3878938842
Header that specifies if a resourse is fully encrypted server-side.

0 commit comments

Comments
 (0)