Skip to content

Commit e9d78bd

Browse files
authored
Updated the 2021-06-01-preview attestation defintions and fixed (#24124)
versions: - Updated `2021-06-01-preview/attestation.json` to match the internal swagger defintions. - Fixed versions in the examples Squashed commit of the following: commit 51d3137 Author: Olga Kroshkina <olkroshk@microsoft.com> Date: Tue Oct 4 16:01:55 2022 -0700 [Public/Global - Microsoft Azure Attestation Service] Commit # 3 - Fixed issues in the public API, added TPM Attestation auth switch commit ab07e7b Author: Olga Kroshkina <olkroshk@microsoft.com> Date: Tue Oct 4 15:19:42 2022 -0700 [Public/Global - Microsoft Azure Attestation Service] Commit # 2 - Updated the API version with the 2021-06-01 value commit 96bd39e Author: Olga Kroshkina <olkroshk@microsoft.com> Date: Tue Oct 4 15:05:43 2022 -0700 [Public/Global - Microsoft Azure Attestation Service] Commit # 1 - Copy of preview/2021-06-01-preview
1 parent 5beac82 commit e9d78bd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

specification/attestation/resource-manager/Microsoft.Attestation/preview/2021-06-01-preview/attestation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"AttestationProviders"
111111
],
112112
"operationId": "AttestationProviders_Create",
113-
"description": "Creates a new Attestation Provider.",
113+
"description": "Creates or updates an Attestation Provider.",
114114
"x-ms-examples": {
115115
"AttestationProviders_Create": {
116116
"$ref": "./examples/Create_AttestationProvider.json"

specification/attestation/resource-manager/Microsoft.Attestation/preview/2021-06-01-preview/examples/AttestationProviderDeletePrivateEndpointConnection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "res6977",
55
"providerName": "sto2527",
66
"privateEndpointConnectionName": "{privateEndpointConnectionName}",
7-
"api-version": "2019-06-01",
7+
"api-version": "2021-06-01-preview",
88
"monitor": "true"
99
},
1010
"responses": {

specification/attestation/resource-manager/Microsoft.Attestation/preview/2021-06-01-preview/examples/AttestationProviderListPrivateEndpointConnections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "{subscription-id}",
44
"resourceGroupName": "res6977",
55
"providerName": "sto2527",
6-
"api-version": "2019-06-01",
6+
"api-version": "2021-06-01-preview",
77
"monitor": "true"
88
},
99
"responses": {

specification/attestation/resource-manager/Microsoft.Attestation/preview/2021-06-01-preview/examples/AttestationProviderPutPrivateEndpointConnection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "res7687",
55
"providerName": "sto9699",
66
"privateEndpointConnectionName": "{privateEndpointConnectionName}",
7-
"api-version": "2019-06-01",
7+
"api-version": "2021-06-01-preview",
88
"monitor": "true",
99
"properties": {
1010
"properties": {

specification/attestation/resource-manager/Microsoft.Attestation/preview/2021-06-01-preview/examples/Get_AttestationProvidersListByResourceGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"resourceGroupName": "testrg1",
44
"subscriptionId": "6c96b33e-f5b8-40a6-9011-5cb1c58b0915",
5-
"api-version": "2018-09-01-preview"
5+
"api-version": "2021-06-01-preview"
66
},
77
"responses": {
88
"200": {

0 commit comments

Comments
 (0)