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

azure-pass-02 #249

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
62 changes: 31 additions & 31 deletions providers/src/azure/v00.00.00000/services/aad_b2c.yaml

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions providers/src/azure/v00.00.00000/services/aad_domain_services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ components:
methods:
list:
operation:
$ref: '#/paths/~1providers~1Microsoft.AAD~1operations~1?api-version=2022-12-01/get'
$ref: '#/paths/~1providers~1Microsoft.AAD~1operations?api-version=2022-12-01/get'
response:
mediaType: application/json
openAPIDocKey: '200'
Expand All @@ -1344,39 +1344,39 @@ components:
methods:
list:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1providers~1Microsoft.AAD~1domainServices~1?api-version=2022-12-01/get'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1providers~1Microsoft.AAD~1domainServices?api-version=2022-12-01/get'
response:
mediaType: application/json
openAPIDocKey: '200'
objectKey: $.value
list_by_resource_group:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices~1?api-version=2022-12-01/get'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices?api-version=2022-12-01/get'
response:
mediaType: application/json
openAPIDocKey: '200'
objectKey: $.value
create_or_update:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices~1{domainServiceName}~1?api-version=2022-12-01/put'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices~1{domainServiceName}?api-version=2022-12-01/put'
response:
mediaType: application/json
openAPIDocKey: '200'
get:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices~1{domainServiceName}~1?api-version=2022-12-01/get'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices~1{domainServiceName}?api-version=2022-12-01/get'
response:
mediaType: application/json
openAPIDocKey: '200'
delete:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices~1{domainServiceName}~1?api-version=2022-12-01/delete'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices~1{domainServiceName}?api-version=2022-12-01/delete'
response:
mediaType: application/json
openAPIDocKey: '200'
update:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices~1{domainServiceName}~1?api-version=2022-12-01/patch'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.AAD~1domainServices~1{domainServiceName}?api-version=2022-12-01/patch'
response:
mediaType: application/json
openAPIDocKey: '200'
Expand All @@ -1397,7 +1397,7 @@ components:
methods:
list:
operation:
$ref: '#/paths/~1providers~1Microsoft.Aad~1operations~1?api-version=2022-12-01/get'
$ref: '#/paths/~1providers~1Microsoft.Aad~1operations?api-version=2022-12-01/get'
response:
mediaType: application/json
openAPIDocKey: '200'
Expand All @@ -1415,32 +1415,32 @@ components:
methods:
list:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer~1?api-version=2022-12-01/get'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer?api-version=2022-12-01/get'
response:
mediaType: application/json
openAPIDocKey: '200'
objectKey: $.value
get:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer~1{ouContainerName}~1?api-version=2022-12-01/get'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer~1{ouContainerName}?api-version=2022-12-01/get'
response:
mediaType: application/json
openAPIDocKey: '200'
create:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer~1{ouContainerName}~1?api-version=2022-12-01/put'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer~1{ouContainerName}?api-version=2022-12-01/put'
response:
mediaType: application/json
openAPIDocKey: '200'
delete:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer~1{ouContainerName}~1?api-version=2022-12-01/delete'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer~1{ouContainerName}?api-version=2022-12-01/delete'
response:
mediaType: application/json
openAPIDocKey: '200'
update:
operation:
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer~1{ouContainerName}~1?api-version=2022-12-01/patch'
$ref: '#/paths/~1subscriptions~1{subscriptionId}~1resourceGroups~1{resourceGroupName}~1providers~1Microsoft.Aad~1domainServices~1{domainServiceName}~1ouContainer~1{ouContainerName}?api-version=2022-12-01/patch'
response:
mediaType: application/json
openAPIDocKey: '200'
Expand All @@ -1454,7 +1454,7 @@ components:
delete:
- $ref: '#/components/x-stackQL-resources/ou_container/methods/delete'
paths:
/providers/Microsoft.AAD/operations/?api-version=2022-12-01:
/providers/Microsoft.AAD/operations?api-version=2022-12-01:
get:
tags:
- DomainServices
Expand All @@ -1476,7 +1476,7 @@ paths:
$ref: '#/components/schemas/CloudError'
x-ms-pageable:
nextLinkName: nextLink
/subscriptions/{subscriptionId}/providers/Microsoft.AAD/domainServices/?api-version=2022-12-01:
/subscriptions/{subscriptionId}/providers/Microsoft.AAD/domainServices?api-version=2022-12-01:
get:
tags:
- DomainServices
Expand All @@ -1500,7 +1500,7 @@ paths:
$ref: '#/components/schemas/CloudError'
x-ms-pageable:
nextLinkName: nextLink
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/?api-version=2022-12-01:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices?api-version=2022-12-01:
get:
tags:
- DomainServices
Expand All @@ -1525,7 +1525,7 @@ paths:
$ref: '#/components/schemas/CloudError'
x-ms-pageable:
nextLinkName: nextLink
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}/?api-version=2022-12-01:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AAD/domainServices/{domainServiceName}?api-version=2022-12-01:
put:
tags:
- DomainServices
Expand Down Expand Up @@ -1653,7 +1653,7 @@ paths:
schema:
$ref: '#/components/schemas/CloudError'
x-ms-long-running-operation: true
/providers/Microsoft.Aad/operations/?api-version=2022-12-01:
/providers/Microsoft.Aad/operations?api-version=2022-12-01:
get:
tags:
- OuContainer
Expand All @@ -1675,7 +1675,7 @@ paths:
$ref: '#/components/schemas/CloudError'
x-ms-pageable:
nextLinkName: nextLink
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/?api-version=2022-12-01:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer?api-version=2022-12-01:
get:
tags:
- OuContainer
Expand All @@ -1701,7 +1701,7 @@ paths:
$ref: '#/components/schemas/CloudError'
x-ms-pageable:
nextLinkName: nextLink
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}/?api-version=2022-12-01:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}?api-version=2022-12-01:
get:
tags:
- OuContainer
Expand Down
Loading