-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding SecurityPartnerProvider Resource (#8721)
* Adding securityPartnerProvider resource * Adding securityPartnerProvider resource : 2 * Added Definition for SecurityPartnerProviderListResult * Updated Readme.md with securityPartnerProvider * fixing zone.. * Fixing using Prettier * desc fix * Fixing enum conflict * RequiredPropertiesMissingInResourceModel Fix * capitalizing alphabets * renaming list/listall * Updated Tags to Caps Co-authored-by: Ishani Gupta <isgu@microsoft.com>
- Loading branch information
1 parent
d85679a
commit 0198dc7
Showing
9 changed files
with
649 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...e-manager/Microsoft.Network/stable/2020-03-01/examples/SecurityPartnerProviderDelete.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,13 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-03-01", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"securityPartnerProviderName": "securityPartnerProvider" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...urce-manager/Microsoft.Network/stable/2020-03-01/examples/SecurityPartnerProviderGet.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,30 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-03-01", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"securityPartnerProviderName": "securityPartnerProvider" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "securityPartnerProvider", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/securityPartnerProviders/securityPartnerProvider", | ||
"type": "Microsoft.Network/securityPartnerProviders", | ||
"etag": "w/\\00000000-0000-0000-0000-000000000000\\", | ||
"location": "West US", | ||
"tags": { | ||
"key1": "value1" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"securityProviderName": "ZScaler", | ||
"connectionStatus": "Unknown", | ||
"virtualHub": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...rosoft.Network/stable/2020-03-01/examples/SecurityPartnerProviderListByResourceGroup.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,33 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-03-01", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "securityPartnerProvider", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/securityPartnerProviders/securityPartnerProvider", | ||
"type": "Microsoft.Network/securityPartnerProviders", | ||
"etag": "w/\\00000000-0000-0000-0000-000000000000\\", | ||
"location": "West US", | ||
"tags": { | ||
"key1": "value1" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"securityProviderName": "ZScaler", | ||
"connectionStatus": "Unknown", | ||
"virtualHub": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...crosoft.Network/stable/2020-03-01/examples/SecurityPartnerProviderListBySubscription.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,32 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-03-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "securityPartnerProvider", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/securityPartnerProviders/securityPartnerProvider", | ||
"type": "Microsoft.Network/securityPartnerProviders", | ||
"etag": "w/\\00000000-0000-0000-0000-000000000000\\", | ||
"location": "West US", | ||
"tags": { | ||
"key1": "value1" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"securityProviderName": "ZScaler", | ||
"connectionStatus": "Unknown", | ||
"virtualHub": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
60 changes: 60 additions & 0 deletions
60
...urce-manager/Microsoft.Network/stable/2020-03-01/examples/SecurityPartnerProviderPut.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,60 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-03-01", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"securityPartnerProviderName": "securityPartnerProvider", | ||
"parameters": { | ||
"tags": { | ||
"key1": "value1" | ||
}, | ||
"location": "West US", | ||
"properties": { | ||
"securityProviderName": "ZScaler", | ||
"virtualHub": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1" | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "securityPartnerProvider", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/securityPartnerProviders/securityPartnerProvider", | ||
"type": "Microsoft.Network/securityPartnerProviders", | ||
"etag": "w/\\00000000-0000-0000-0000-000000000000\\", | ||
"location": "West US", | ||
"tags": { | ||
"key1": "value1" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"securityProviderName": "ZScaler", | ||
"virtualHub": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1" | ||
} | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"name": "securityPartnerProvider", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/securityPartnerProviders/securityPartnerProvider", | ||
"type": "Microsoft.Network/securityPartnerProviders", | ||
"etag": "w/\\00000000-0000-0000-0000-000000000000\\", | ||
"location": "West US", | ||
"tags": { | ||
"key1": "value1" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"securityProviderName": "ZScaler", | ||
"virtualHub": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...nager/Microsoft.Network/stable/2020-03-01/examples/SecurityPartnerProviderUpdateTags.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,32 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-03-01", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"securityPartnerProviderName": "securityPartnerProvider", | ||
"parameters": { | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "fw1", | ||
"id": "/subscriptions/subid/resourceGroups/azfwtest/providers/Microsoft.Network/securityPartnerProviders/securityPartnerProvider", | ||
"type": "Microsoft.Network/securityPartnerProviders", | ||
"location": "brazilsouth", | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"securityProviderName": "ZScaler" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.