Skip to content

Commit

Permalink
TDE Protectors Encrypted api updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhtarAmir authored and AkhtarAmir committed Nov 5, 2024
1 parent 5c5130c commit 366d1b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions helpers/azure/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@ var calls = {
url: 'https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters?api-version=2020-03-01'
}
},
managedInstances: {
list: {
url: 'https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Sql/managedInstances?api-version=2021-11-01'
}
},
networkWatchers: {
listAll: {
url: 'https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkWatchers?api-version=2022-01-01'
Expand Down Expand Up @@ -845,6 +850,13 @@ var postcalls = {
url: 'https://management.azure.com/{id}/encryptionProtector?api-version=2015-05-01-preview'
},
},
managedInstanceEncryptionProtectors: {
listByInstance: {
reliesOnPath: 'managedInstances.list',
properties: ['id'],
url: 'https://management.azure.com/{id}/encryptionProtector?api-version=2024-05-01-preview'
},
},
webApps: {
getAuthSettings: {
reliesOnPath: 'webApps.list',
Expand Down

0 comments on commit 366d1b2

Please sign in to comment.