-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
b4ca3e6
commit 6d2f752
Showing
10 changed files
with
135 additions
and
90 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
78 changes: 78 additions & 0 deletions
78
...crosoft.Network/stable/2018-07-01/examples/ServiceEndpointPolicyCreateWithDefinition.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,78 @@ | ||
{ | ||
"parameters" : { | ||
"api-version": "2018-07-01", | ||
"subscriptionId" : "subid", | ||
"resourceGroupName" : "rg1", | ||
"serviceEndpointPolicyName" : "testPolicy", | ||
"parameters": { | ||
"properties": { | ||
"serviceEndpointPolicyDefinitions": [ | ||
{ | ||
"name": "StorageServiceEndpointPolicyDefinition", | ||
"properties": { | ||
"description": "Storage Service EndpointPolicy Definition", | ||
"service": "Microsoft.Storage", | ||
"serviceResources": [ | ||
"/subscriptions/subid1", | ||
"/subscriptions/subid1/resourceGroups/storageRg", | ||
"/subscriptions/subid1/resourceGroups/storageRg/providers/Microsoft.Storage/storageAccounts/stAccount" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"responses" : { | ||
"200" : { | ||
"body" : { | ||
"name": "testnsg", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/ServiceEndpointPolicies/testpolicy", | ||
"type": "Microsoft.Network/ServiceEndpointPolicies", | ||
"location": "westus", | ||
"properties": | ||
{ | ||
"serviceEndpointPolicyDefinitions": [ | ||
{ | ||
"name": "StorageServiceEndpointPolicyDefinition", | ||
"properties": { | ||
"description": "Storage Service EndpointPolicy Definition", | ||
"service": "Microsoft.Storage", | ||
"serviceResources": [ | ||
"/subscriptions/subid1", | ||
"/subscriptions/subid1/resourceGroups/storageRg", | ||
"/subscriptions/subid1/resourceGroups/storageRg/providers/Microsoft.Storage/storageAccounts/stAccount" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"201" : { | ||
"body" : { | ||
"name": "testnsg", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/ServiceEndpointPolicies/testpolicy", | ||
"type": "Microsoft.Network/ServiceEndpointPolicies", | ||
"location": "westus", | ||
"properties": | ||
{ | ||
"serviceEndpointPolicyDefinitions": [ | ||
{ | ||
"name": "StorageServiceEndpointPolicyDefinition", | ||
"properties": { | ||
"description": "Storage Service EndpointPolicy Definition", | ||
"service": "Microsoft.Storage", | ||
"serviceResources": [ | ||
"/subscriptions/subid1", | ||
"/subscriptions/subid1/resourceGroups/storageRg", | ||
"/subscriptions/subid1/resourceGroups/storageRg/providers/Microsoft.Storage/storageAccounts/stAccount" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
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
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
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
2 changes: 1 addition & 1 deletion
2
...rce-manager/Microsoft.Network/stable/2018-07-01/examples/ServiceEndpointPolicyDelete.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
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
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
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
Oops, something went wrong.