Skip to content

Commit 5a14b2f

Browse files
Prepare 4.1.50 release
Prepare 4.1.50 release
1 parent ca43512 commit 5a14b2f

69 files changed

Lines changed: 5157 additions & 1847 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core

Submodule core updated 65 files

core.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index b4139191e..d1b75d5ae 100644
99
+ <dependency>
1010
+ <groupId>com.azure.tools</groupId>
1111
+ <artifactId>azure-autorest-customization</artifactId>
12-
+ <version>1.0.0-beta.9</version>
12+
+ <version>1.0.0-beta.10</version>
1313
+ </dependency>
1414
<dependency>
1515
<groupId>com.azure</groupId>
@@ -43,7 +43,7 @@ index c99896650..fef2a4caf 100644
4343
- <version>1.0.0-beta.1</version>
4444
+ <groupId>com.azure.tools</groupId>
4545
+ <artifactId>azure-autorest-customization</artifactId>
46-
+ <version>1.0.0-beta.9</version>
46+
+ <version>1.0.0-beta.10</version>
4747
</dependency>
4848
</dependencies>
4949

customization-base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To set up customizations, create a Maven project with dependency:
1010
<dependency>
1111
<groupId>com.azure.tools</groupId>
1212
<artifactId>azure-autorest-customization</artifactId>
13-
<version>1.0.0-beta.8</version>
13+
<version>1.0.0-beta.10</version>
1414
</dependency>
1515
```
1616

customization-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>com.azure.tools</groupId>
1818
<artifactId>azure-autorest-customization</artifactId>
19-
<version>1.0.0-beta.9</version>
19+
<version>1.0.0-beta.10</version>
2020

2121
<name>Microsoft Azure AutoRest for Java Customization</name>
2222
<description>This module contains the base classes needed for customizing a generated library.</description>

customization-base/src/main/java/com/azure/autorest/customization/AnnotationCustomization.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)