-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
625d124
commit 679ae80
Showing
180 changed files
with
20,034 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "fe2a0581-7f8e-432a-8c10-d1f17cbb3ecc", | ||
"name": "AccuKnox-SAST", | ||
"version": { | ||
"Major": 0, | ||
"Minor": 1, | ||
"Patch": 0 | ||
}, | ||
"friendlyName": "AccuKnox SAST", | ||
"description": "AccuKnox SAST task for scanning source code", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "AccuKnox" | ||
} |
24 changes: 24 additions & 0 deletions
24
.cache/AccuKnox/accuknox-SAST/0.0.1/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="accuknox-SAST" Version="0.0.1" Publisher="AccuKnox"/> | ||
<DisplayName>AccuKnox SAST</DisplayName> | ||
<Description xml:space="preserve">AccuKnox SAST extension for scanning source code.</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<Icon>images/logo.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="images/logo.png" d:Source="File" Path="images/logo.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/logo.png" Addressable="true"/> | ||
<Asset Type="images/token-1.png" d:Source="File" Path="images/token-1.png" Addressable="true"/> | ||
<Asset Type="images/token-2.png" d:Source="File" Path="images/token-2.png" Addressable="true"/> | ||
<Asset Type="images/token-3.png" d:Source="File" Path="images/token-3.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "accuknox-SAST", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "SAST" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"publisher": { | ||
"publisherId": "32bfabe8-9c67-4d3f-9ffd-923813004299", | ||
"publisherName": "AccuKnox", | ||
"displayName": "AccuKnox", | ||
"flags": 2, | ||
"domain": null, | ||
"isDomainVerified": false | ||
}, | ||
"extensionId": "957fe5ef-42e1-49b9-88f7-94bf9e94fac1", | ||
"extensionName": "accuknox-SAST", | ||
"displayName": "AccuKnox SAST", | ||
"flags": 260, | ||
"lastUpdated": "2025-01-06T12:44:56.713Z", | ||
"publishedDate": "2025-01-06T12:42:34.65Z", | ||
"releaseDate": "2025-01-06T12:42:34.65Z", | ||
"shortDescription": "AccuKnox SAST extension for scanning source code.", | ||
"versions": [ | ||
{ | ||
"version": "0.0.1", | ||
"flags": 1, | ||
"lastUpdated": "2025-01-06T12:44:56.71Z", | ||
"files": [ | ||
{ | ||
"assetType": "Microsoft.VisualStudio.Services.VsixManifest", | ||
"source": "https://accuknox.gallerycdn.vsassets.io/extensions/accuknox/accuknox-sast/0.0.1/1736167354713/Microsoft.VisualStudio.Services.VsixManifest" | ||
}, | ||
{ | ||
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage", | ||
"source": "https://accuknox.gallerycdn.vsassets.io/extensions/accuknox/accuknox-sast/0.0.1/1736167354713/Microsoft.VisualStudio.Services.VSIXPackage" | ||
} | ||
], | ||
"assetUri": "https://accuknox.gallerycdn.vsassets.io/extensions/accuknox/accuknox-sast/0.0.1/1736167354713", | ||
"fallbackAssetUri": "https://accuknox.gallery.vsassets.io/_apis/public/gallery/publisher/AccuKnox/extension/accuknox-SAST/0.0.1/assetbyname" | ||
} | ||
], | ||
"categories": [ | ||
"Azure Pipelines" | ||
], | ||
"tags": [ | ||
"Utility task" | ||
], | ||
"deploymentType": 0 | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/AccuKnox/accuknox-container-scan/0.0.1/container-scan-task/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "57c097ec-ee60-4b55-beee-27ee46be321e", | ||
"name": "AccuKnox-Container-Scan", | ||
"version": { | ||
"Major": 0, | ||
"Minor": 1, | ||
"Patch": 1 | ||
}, | ||
"friendlyName": "AccuKnox Container Scan", | ||
"description": "AccuKnox container scan task extension for Azure DevOps", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "AccuKnox" | ||
} |
24 changes: 24 additions & 0 deletions
24
.cache/AccuKnox/accuknox-container-scan/0.0.1/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="accuknox-container-scan" Version="0.0.1" Publisher="AccuKnox"/> | ||
<DisplayName>AccuKnox Container Scan</DisplayName> | ||
<Description xml:space="preserve">AccuKnox container scan extension for scanning container images.</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<Icon>images/logo.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="images/logo.png" d:Source="File" Path="images/logo.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/logo.png" Addressable="true"/> | ||
<Asset Type="images/token-1.png" d:Source="File" Path="images/token-1.png" Addressable="true"/> | ||
<Asset Type="images/token-2.png" d:Source="File" Path="images/token-2.png" Addressable="true"/> | ||
<Asset Type="images/token-3.png" d:Source="File" Path="images/token-3.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
17 changes: 17 additions & 0 deletions
17
.cache/AccuKnox/accuknox-container-scan/0.0.1/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "accuknox-container-scan", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "container-scan-task" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"publisher": { | ||
"publisherId": "32bfabe8-9c67-4d3f-9ffd-923813004299", | ||
"publisherName": "AccuKnox", | ||
"displayName": "AccuKnox", | ||
"flags": 2, | ||
"domain": null, | ||
"isDomainVerified": false | ||
}, | ||
"extensionId": "9b795f2f-2d91-45fc-8f72-f93772f34022", | ||
"extensionName": "accuknox-container-scan", | ||
"displayName": "AccuKnox Container Scan", | ||
"flags": 260, | ||
"lastUpdated": "2025-01-06T13:27:49.393Z", | ||
"publishedDate": "2025-01-06T13:25:27.42Z", | ||
"releaseDate": "2025-01-06T13:25:27.42Z", | ||
"shortDescription": "AccuKnox container scan extension for scanning container images.", | ||
"versions": [ | ||
{ | ||
"version": "0.0.1", | ||
"flags": 1, | ||
"lastUpdated": "2025-01-06T13:27:49.393Z", | ||
"files": [ | ||
{ | ||
"assetType": "Microsoft.VisualStudio.Services.VsixManifest", | ||
"source": "https://accuknox.gallerycdn.vsassets.io/extensions/accuknox/accuknox-container-scan/0.0.1/1736169927482/Microsoft.VisualStudio.Services.VsixManifest" | ||
}, | ||
{ | ||
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage", | ||
"source": "https://accuknox.gallerycdn.vsassets.io/extensions/accuknox/accuknox-container-scan/0.0.1/1736169927482/Microsoft.VisualStudio.Services.VSIXPackage" | ||
} | ||
], | ||
"assetUri": "https://accuknox.gallerycdn.vsassets.io/extensions/accuknox/accuknox-container-scan/0.0.1/1736169927482", | ||
"fallbackAssetUri": "https://accuknox.gallery.vsassets.io/_apis/public/gallery/publisher/AccuKnox/extension/accuknox-container-scan/0.0.1/assetbyname" | ||
} | ||
], | ||
"categories": [ | ||
"Azure Pipelines" | ||
], | ||
"tags": [ | ||
"Utility task" | ||
], | ||
"deploymentType": 0 | ||
} |
26 changes: 26 additions & 0 deletions
26
.cache/AkhilSharma/AzureIPWhitelist/1.0.0/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="AzureIPWhitelist" Version="1.0.0" Publisher="akhilsharma"/> | ||
<DisplayName>Azure IP Whitelist</DisplayName> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<Description xml:space="preserve">Manage IP access rules for Azure services (NSG, App Service, Application Gateway & FrontDoor)</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>Azure,Security,IP Whitelist,NSG,WAF,App Service</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://akhilsharma.top OR info@akhilsharma.top"/> | ||
</Properties> | ||
<License>LICENSE</License> | ||
<Icon>images/extension-icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.License" d:Source="File" Path="LICENSE" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/extension-icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
17 changes: 17 additions & 0 deletions
17
.cache/AkhilSharma/AzureIPWhitelist/1.0.0/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "azure-ip-whitelist-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "task" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "a8e9c751-1c84-4a69-b45d-271fb68b3f06", | ||
"name": "AzureIPWhitelist", | ||
"version": { | ||
"Major": 1, | ||
"Minor": 0, | ||
"Patch": 0 | ||
}, | ||
"friendlyName": "Azure IP Whitelist Manager", | ||
"description": "Manage IP whitelisting across Azure services", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Akhil Sharma" | ||
} |
26 changes: 26 additions & 0 deletions
26
.cache/AkhilSharma/AzureIPWhitelist/1.0.1/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="AzureIPWhitelist" Version="1.0.1" Publisher="akhilsharma"/> | ||
<DisplayName>Azure IP Whitelist</DisplayName> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<Description xml:space="preserve">Manage IP access rules for Azure services (NSG, App Service, Application Gateway & FrontDoor)</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>Azure,Security,IP Whitelist,NSG,WAF,App Service</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://akhilsharma.top OR info@akhilsharma.top"/> | ||
</Properties> | ||
<License>LICENSE</License> | ||
<Icon>extension-icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.License" d:Source="File" Path="LICENSE" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="extension-icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
17 changes: 17 additions & 0 deletions
17
.cache/AkhilSharma/AzureIPWhitelist/1.0.1/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "azure-ip-whitelist-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "task" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "a8e9c751-1c84-4a69-b45d-271fb68b3f06", | ||
"name": "AzureIPWhitelist", | ||
"version": { | ||
"Major": 1, | ||
"Minor": 0, | ||
"Patch": 1 | ||
}, | ||
"friendlyName": "Azure IP Whitelist Manager", | ||
"description": "Manage IP whitelisting across Azure services", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Akhil Sharma" | ||
} |
27 changes: 27 additions & 0 deletions
27
.cache/AkhilSharma/AzureIPWhitelist/1.0.2/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="AzureIPWhitelist" Version="1.0.2" Publisher="akhilsharma"/> | ||
<DisplayName>Azure IP Whitelist</DisplayName> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<Description xml:space="preserve">Manage IP access rules for Azure services (NSG, App Service, Application Gateway & FrontDoor)</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>Azure,Security,IP Whitelist,NSG,WAF,App Service</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://akhilsharma.top OR info@akhilsharma.top"/> | ||
</Properties> | ||
<License>LICENSE</License> | ||
<Icon>extension-icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="README.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.License" d:Source="File" Path="LICENSE" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Privacy" d:Source="File" Path="PRIVACY.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="extension-icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
17 changes: 17 additions & 0 deletions
17
.cache/AkhilSharma/AzureIPWhitelist/1.0.2/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "azure-ip-whitelist-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "task" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "a8e9c751-1c84-4a69-b45d-271fb68b3f06", | ||
"name": "AzureIPWhitelist", | ||
"version": { | ||
"Major": 1, | ||
"Minor": 0, | ||
"Patch": 2 | ||
}, | ||
"friendlyName": "Azure IP Whitelist Manager", | ||
"description": "Manage IP whitelisting across Azure services", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Akhil Sharma" | ||
} |
Oops, something went wrong.