Skip to content

Commit

Permalink
Reset changes to the patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimrabab committed May 12, 2022
1 parent b36e98d commit 2781b89
Show file tree
Hide file tree
Showing 194 changed files with 1,133 additions and 14,531 deletions.
20 changes: 2 additions & 18 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
# Release History

## 12.13.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 12.13.0-beta.1 (2022-05-06)

### Features Added
- Added support for the 2021-06-08 service version.
- Added support for setting the change time on directory/file create, set properties, and rename
- Added support for setting content type on file rename.
- Added support for FileLastWrittenMode.

## 12.12.1 (2022-04-07)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.26.0` to version `1.27.0`.
- Upgraded `azure-core-http-netty` from `1.11.8` to version `1.11.9`.
- Upgraded `azure-storage-common` from `12.15.0` to version `12.15.1`.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.12.1</version>
<version>12.12.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
26 changes: 13 additions & 13 deletions sdk/storage/azure-storage-file-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.13.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->
<version>12.12.1</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->

<name>Microsoft Azure client library for File Share Storage</name>
<description>This module contains client library for Microsoft Azure File Share Storage.</description>
Expand Down Expand Up @@ -57,23 +57,23 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.28.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
<version>1.27.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.12.0</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
<version>1.11.9</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.15.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.15.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.15.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.15.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand All @@ -92,49 +92,49 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.8.0</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<version>1.7.10</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.17</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
<version>3.4.14</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.5.1</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.16.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.16.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.2</version> <!-- {x-version-update;org.apache.logging.log4j:log4j-slf4j-impl;external_dependency} -->
<version>2.17.1</version> <!-- {x-version-update;org.apache.logging.log4j:log4j-slf4j-impl;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.2</version> <!-- {x-version-update;org.apache.logging.log4j:log4j-api;external_dependency} -->
<version>2.17.1</version> <!-- {x-version-update;org.apache.logging.log4j:log4j-api;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.2</version> <!-- {x-version-update;org.apache.logging.log4j:log4j-core;external_dependency} -->
<version>2.17.1</version> <!-- {x-version-update;org.apache.logging.log4j:log4j-core;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.9.0</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<version>1.8.0</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class FileSmbProperties {
private EnumSet<NtfsFileAttributes> ntfsFileAttributes;
private OffsetDateTime fileCreationTime;
private OffsetDateTime fileLastWriteTime;
private OffsetDateTime fileChangeTime;
private final OffsetDateTime fileChangeTime;
private final String fileId;
private final String parentId;

Expand All @@ -28,6 +28,7 @@ public class FileSmbProperties {
*/
public FileSmbProperties() {
// Non user-settable properties
fileChangeTime = null;
fileId = null;
parentId = null;
}
Expand Down Expand Up @@ -125,17 +126,6 @@ public FileSmbProperties setFileLastWriteTime(OffsetDateTime fileLastWriteTime)
return this;
}

/**
* Sets the file change time.
*
* @param fileChangeTime The file change time.
* @return the updated FileSmbProperties object.
*/
public FileSmbProperties setFileChangeTime(OffsetDateTime fileChangeTime) {
this.fileChangeTime = fileChangeTime;
return this;
}

// HELPER METHODS

/**
Expand Down Expand Up @@ -187,17 +177,6 @@ String setFileLastWriteTime(String defaultValue) {
: parseFileSMBDate(fileLastWriteTime);
}

/**
* Gets the string representation of the file change time or null if no value is set
*
* @return The value of the file change time header
*/
String getFileChangeTimeString() {
return fileChangeTime == null
? null
: parseFileSMBDate(fileChangeTime);
}

/**
* Given an <code>OffsetDateTime</code>, generates a {@code String} representing a date in the format needed for
* file SMB properties
Expand Down
Loading

0 comments on commit 2781b89

Please sign in to comment.