File tree Expand file tree Collapse file tree 5 files changed +7
-12
lines changed
azure-security-attestation Expand file tree Collapse file tree 5 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
119
119
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
120
120
com.azure:azure-search-documents;11.4.9;11.5.0-beta.10
121
121
com.azure:azure-search-perf;1.0.0-beta.1;1.0.0-beta.1
122
- com.azure:azure-security-attestation;1.1.1;1.2.0-beta.1
122
+ com.azure:azure-security-attestation;1.1.1;1.1.2
123
123
com.azure:azure-security-confidentialledger;1.0.0-beta.2;1.0.0-beta.3
124
124
com.azure:azure-security-keyvault-administration;4.1.1;4.2.0-beta.1
125
125
com.azure:azure-security-keyvault-certificates;4.3.1;4.4.0-beta.1
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.2.0-beta.1 (Unreleased )
3
+ ## 1.1.2 (2022-05-11 )
4
4
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
5
+ #### Dependency Updates
6
+ - Updated ` azure-core ` dependency to ` 1.28.0 ` .
12
7
13
8
## 1.1.1 (2022-04-06)
14
9
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ add the direct dependency to your project as follows.
54
54
<dependency >
55
55
<groupId >com.azure</groupId >
56
56
<artifactId >azure-security-attestation</artifactId >
57
- <version >1.1.1 </version >
57
+ <version >1.1.2 </version >
58
58
</dependency >
59
59
```
60
60
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.azure</groupId >
13
13
<artifactId >azure-security-attestation</artifactId >
14
- <version >1.2.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-security-attestation;current} -->
14
+ <version >1.1.2 </version > <!-- {x-version-update;com.azure:azure-security-attestation;current} -->
15
15
16
16
<name >Microsoft Azure SDK for Attestation</name >
17
17
<description >This package contains Microsoft Azure SDK for the Microsoft Azure Attestation service.</description >
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.azure</groupId >
21
21
<artifactId >azure-security-attestation</artifactId >
22
- <version >1.2.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-security-attestation;current} -->
22
+ <version >1.1.2 </version > <!-- {x-version-update;com.azure:azure-security-attestation;current} -->
23
23
</dependency >
24
24
</dependencies >
25
25
You can’t perform that action at this time.
0 commit comments