Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private links #13945

Merged
merged 36 commits into from
Jul 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
a8dd2f3
remove name validation from client side
tjegbejimba Mar 17, 2021
d94dfb5
remove name check from deploymentScripts swagger
tjegbejimba Mar 17, 2021
21147fb
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
tjegbejimba Mar 17, 2021
d120664
create privateLinks swagger
tjegbejimba Mar 19, 2021
1cd0959
add all private link commands
tjegbejimba Mar 28, 2021
fdf3885
add PLA and RMPL capabilities to swagger
tjegbejimba Apr 8, 2021
f47d494
update privateLink swagger
tjegbejimba Apr 14, 2021
2f649b4
add rmpl to custom words
tjegbejimba Apr 20, 2021
cca71fe
fix semantic validation errors
tjegbejimba Apr 21, 2021
f4073e1
update resourcemanager readme
tjegbejimba Apr 21, 2021
370520a
Merge branch 'master' into privateLinks
tjegbejimba Apr 21, 2021
398c130
fix semanticvalidation errors
tjegbejimba Apr 21, 2021
e8a7dda
add correct resourceGroupName param
tjegbejimba Apr 21, 2021
89f0427
add examples for privateLink
tjegbejimba May 8, 2021
587b424
Merge branch 'master' into privateLinks
tjegbejimba May 18, 2021
eff448b
fix prettier errors
tjegbejimba May 25, 2021
d264538
merge master
tjegbejimba May 25, 2021
44075ee
Merge branch 'master' into privateLinks
tjegbejimba Jun 2, 2021
179da9b
Update specification/resources/resource-manager/Microsoft.Authorizati…
tjegbejimba Jun 7, 2021
5594c20
fix ModelValidation Errors
tjegbejimba Jun 8, 2021
35b0816
fix prettier errors
tjegbejimba Jun 8, 2021
b8bebd7
fix prettier errors
tjegbejimba Jun 8, 2021
1c8c5dc
add read only to properties
tjegbejimba Jun 9, 2021
390d983
add resource extension
tjegbejimba Jun 9, 2021
81a1361
add example to privateLink
tjegbejimba Jun 10, 2021
a30e86d
fix some prettier issues
tjegbejimba Jun 10, 2021
5724261
ran prettiercheck
tjegbejimba Jun 10, 2021
4ea438c
fix errors
tjegbejimba Jun 10, 2021
6653a78
semanticValidation errors
tjegbejimba Jun 10, 2021
501b4f8
add suppression to readme
tjegbejimba Jun 10, 2021
02b32e4
add 204 delete operation
tjegbejimba Jun 21, 2021
8eba7e8
MissingType Object fix
tjegbejimba Jun 30, 2021
74c2b52
Merge branch 'master' into privateLinks
tjegbejimba Jun 30, 2021
29d4e86
add suppresion for list operation
tjegbejimba Jun 30, 2021
b39e2de
fix prettier errors
tjegbejimba Jun 30, 2021
9fb392c
fix package tag for privatelinks
tjegbejimba Jul 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,7 @@ rhel
RIRs
rmem
Rmem
rmpl
Rolledback
Rollforward
rollouts
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"plaId": "00000000-0000-0000-0000-000000000000",
"groupId": "my-management-group",
"api-version": "2020-05-01"
},
"responses": {
"200": {
"headers": {}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "my-resource-group",
"api-version": "2020-05-01",
"rmplName": "my-rmplName"
},
"responses": {
"200": {
"headers": {}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"parameters": {
"groupId": "my-management-group",
"api-version": "2020-05-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"privateLink": "00000000-0000-0000-0000-000000000000",
"publicNetworkAccess": "Enabled",
"tenantID": "06b3ccb8-1384-4bcc-aec7-852f6d57161b",
"scope": "/providers/Microsoft.Management/managementGroups/my-management-group"
},
"id": "00000000-0000-0000-0000-000000000000",
"type": "Microsoft.Authorization/privateLinkAssociations",
"name": "my-pla"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "my-resource-group",
"api-version": "2020-05-01",
"rmplName": "my-rmplName"
},
"responses": {
"200": {
"body": {
"properties": {
"privateEndpointConnections": []
},
"id": "00000000-0000-0000-0000-000000000000",
"name": "my-pla",
"type": "Microsoft.Authorization/privateLinkAssociations",
"location": "eastus"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"api-version": "2020-05-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"privateEndpointConnections": []
},
"id": "00000000-0000-0000-0000-000000000000",
"name": "my-pla",
"type": "Microsoft.Authorization/privateLinkAssociations",
"location": "eastus"
},
{
"properties": {
"privateEndpointConnections": []
},
"id": "00000000-0000-0000-0000-000000000001",
"name": "my-pla2",
"type": "Microsoft.Authorization/privateLinkAssociations",
"location": "eastus"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"plaId": "00000000-0000-0000-0000-000000000000",
"groupId": "my-management-group",
"api-version": "2020-05-01",
"parameters": {
"privateLink": "00000000-0000-0000-0000-000000000000",
"publicNetworkAccess": "Enabled"
}
},
"responses": {
"200": {
"body": {
"properties": {
tjegbejimba marked this conversation as resolved.
Show resolved Hide resolved
"privateLink": "00000000-0000-0000-0000-000000000000",
"publicNetworkAccess": "Enabled",
"tenantID": "06b3ccb8-1384-4bcc-aec7-852f6d57161b",
"scope": "/providers/Microsoft.Management/managementGroups/my-management-group"
},
"id": "00000000-0000-0000-0000-000000000000",
"type": "Microsoft.Authorization/privateLinkAssociations",
"name": "my-pla"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "my-resource-group",
"api-version": "2020-05-01",
"rmplName": "my-rmplName",
"parameters": {
"location": "eastus"
}
},
"responses": {
"200": {
"body": {
"properties": {
"privateEndpointConnections": []
},
"id": "00000000-0000-0000-0000-000000000000",
"name": "my-pla",
"type": "Microsoft.Authorization/privateLinkAssociations",
"location": "eastus"
}
}
}
}
Loading