-
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.
[Hub Generated] Publish private branch 'dev/pratshah/add-cmk-rename-n…
…etworkacls-add-storage-adx-resourceids' (#25577) * add or modify files * Updated examples with meaningful values. Added Readme for stable version. removed preview version folder. * Fixed the datatypename naming pattern Fixed the missing resource Id for datacatalogs pure proxy resource. * Fix for modelvalidation INVALID_REQUEST_PARAMETER for MetricsIngestionEndpoints * fix for DOUBLE_FORWARD_SLASHES_IN_URL and INVALID_FORMAT for MetricsIngestionEndpoints * fix for DOUBLE_FORWARD_SLASHES_IN_URL and INVALID_FORMAT for MetricsIngestionEndpoints * Fix to address 1. Swagger LintDiff for DataProductsCatalog Resource 2. Added the examples examples for list by sub and rg for DataProductsCatalog 3. minor fix of example title for EMIG * Removed preview versions references and resource types from swagger. * Fix for typespec validation * fix typespec validation * Fixed the lintDiff to add delete operation for datatype proxy resource Also fixed the deletedata to have post action. Generated examples for the same. * Fixed referencing of example json to resolve avacado, model , typespec validations. * fix typespec validation * 1. removed EMIG resource , opertions and examples. 2. made below post actions as sync operations generateStorageAccountSasToken generateStorageContainerSasToken rotateKey addUserRole removeUserRole listRolesAssignments 3. Added x-ms-secret to the sas token responses 4. refactored examples for the above changes. * Fixed prettier check for example files. --------- Co-authored-by: Pratik Shah <[email protected]>
- Loading branch information
1 parent
865e7c1
commit c364b64
Showing
96 changed files
with
6,822 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
...workAnalytics.Management/examples/2023-11-15/DataProductsCatalogs_Get_MaximumSet_Gen.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,45 @@ | ||
{ | ||
"title": "DataProductsCatalogs_Get_MaximumSet_Gen", | ||
"operationId": "DataProductsCatalogs_Get", | ||
"parameters": { | ||
"api-version": "2023-11-15", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"resourceGroupName": "aoiresourceGroupName" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"publishers": [ | ||
{ | ||
"publisherName": "Microsoft", | ||
"dataProducts": [ | ||
{ | ||
"dataProductName": "MCC", | ||
"description": "Official data product for Mobile Content Cloud.", | ||
"dataProductVersions": [ | ||
{ | ||
"version": "1.0.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/aoiresourceGroupName/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs/default", | ||
"name": "default", | ||
"type": "Microsoft.NetworkAnalytics/dataProductsCatalogs", | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2023-09-04T08:26:27.1506343Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2023-09-04T08:26:27.1506343Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...workAnalytics.Management/examples/2023-11-15/DataProductsCatalogs_Get_MinimumSet_Gen.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,16 @@ | ||
{ | ||
"title": "DataProductsCatalogs_Get_MaximumSet_Gen - generated by [MinimumSet] rule_MinimumSet_Gen", | ||
"operationId": "DataProductsCatalogs_Get", | ||
"parameters": { | ||
"api-version": "2023-11-15", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"resourceGroupName": "aoiresourceGroupName" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/aoiresourceGroupName/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs/default" | ||
} | ||
} | ||
} | ||
} |
50 changes: 50 additions & 0 deletions
50
...nagement/examples/2023-11-15/DataProductsCatalogs_ListByResourceGroup_MaximumSet_Gen.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,50 @@ | ||
{ | ||
"title": "DataProductsCatalogs_ListByResourceGroup_MaximumSet_Gen", | ||
"operationId": "DataProductsCatalogs_ListByResourceGroup", | ||
"parameters": { | ||
"api-version": "2023-11-15", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"resourceGroupName": "aoiresourceGroupName" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"publishers": [ | ||
{ | ||
"publisherName": "Microsoft", | ||
"dataProducts": [ | ||
{ | ||
"dataProductName": "MCC", | ||
"description": "Official data product for Mobile Content Cloud.", | ||
"dataProductVersions": [ | ||
{ | ||
"version": "1.0.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/aoiresourceGroupName/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs/default", | ||
"name": "default", | ||
"type": "Microsoft.NetworkAnalytics/dataProductsCatalogs", | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2023-09-04T08:26:27.1506343Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2023-09-04T08:26:27.1506343Z" | ||
} | ||
} | ||
], | ||
"nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aoiresourceGroupName/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs?api-version=2023-11-15$skiptoken=aaaaaaaaaaaaaaaaaaaaaaaaaaaa" | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...nagement/examples/2023-11-15/DataProductsCatalogs_ListByResourceGroup_MinimumSet_Gen.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,20 @@ | ||
{ | ||
"title": "DataProductsCatalogs_ListByResourceGroup_MinimumSet_Gen", | ||
"operationId": "DataProductsCatalogs_ListByResourceGroup", | ||
"parameters": { | ||
"api-version": "2023-11-15", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"resourceGroupName": "aoiresourceGroupName" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/aoiresourceGroupName/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs/default" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
49 changes: 49 additions & 0 deletions
49
...anagement/examples/2023-11-15/DataProductsCatalogs_ListBySubscription_MaximumSet_Gen.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,49 @@ | ||
{ | ||
"title": "DataProductsCatalogs_ListBySubscription_MaximumSet_Gen", | ||
"operationId": "DataProductsCatalogs_ListBySubscription", | ||
"parameters": { | ||
"api-version": "2023-11-15", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"publishers": [ | ||
{ | ||
"publisherName": "Microsoft", | ||
"dataProducts": [ | ||
{ | ||
"dataProductName": "MCC", | ||
"description": "Official data product for Mobile Content Cloud.", | ||
"dataProductVersions": [ | ||
{ | ||
"version": "1.0.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/aoiresourceGroupName/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs/default", | ||
"name": "default", | ||
"type": "Microsoft.NetworkAnalytics/dataProductsCatalogs", | ||
"systemData": { | ||
"createdBy": "[email protected]", | ||
"createdByType": "User", | ||
"createdAt": "2023-09-04T08:26:27.1506343Z", | ||
"lastModifiedBy": "[email protected]", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2023-09-04T08:26:27.1506343Z" | ||
} | ||
} | ||
], | ||
"nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs?api-version=2023-11-15$skiptoken=aaaaaaaaaaaaaaaaaaaaaaaaaaaa" | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...anagement/examples/2023-11-15/DataProductsCatalogs_ListBySubscription_MinimumSet_Gen.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,19 @@ | ||
{ | ||
"title": "DataProductsCatalogs_ListBySubscription_MinimumSet_Gen", | ||
"operationId": "DataProductsCatalogs_ListBySubscription", | ||
"parameters": { | ||
"api-version": "2023-11-15", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/aoiresourceGroupName/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs/default" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...workAnalytics.Management/examples/2023-11-15/DataProducts_AddUserRole_MaximumSet_Gen.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,35 @@ | ||
{ | ||
"title": "DataProducts_AddUserRole_MaximumSet_Gen", | ||
"operationId": "DataProducts_AddUserRole", | ||
"parameters": { | ||
"api-version": "2023-11-15", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"resourceGroupName": "aoiresourceGroupName", | ||
"dataProductName": "dataproduct01", | ||
"body": { | ||
"roleId": "00000000-0000-0000-0000-00000000000", | ||
"principalId": "00000000-0000-0000-0000-00000000000", | ||
"userName": "UserName", | ||
"dataTypeScope": [ | ||
"scope" | ||
], | ||
"principalType": "User", | ||
"role": "Reader" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"roleId": "00000000-0000-0000-0000-00000000000", | ||
"principalId": "00000000-0000-0000-0000-00000000000", | ||
"userName": "UserName", | ||
"dataTypeScope": [ | ||
"scope" | ||
], | ||
"principalType": "User", | ||
"role": "Reader", | ||
"roleAssignmentId": "00000000-0000-0000-0000-00000000000" | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...workAnalytics.Management/examples/2023-11-15/DataProducts_AddUserRole_MinimumSet_Gen.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,35 @@ | ||
{ | ||
"title": "DataProducts_AddUserRole_MaximumSet_Gen - generated by [MinimumSet] rule_MinimumSet_Gen", | ||
"operationId": "DataProducts_AddUserRole", | ||
"parameters": { | ||
"api-version": "2023-11-15", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"resourceGroupName": "aoiresourceGroupName", | ||
"dataProductName": "dataproduct01", | ||
"body": { | ||
"roleId": "00000000-0000-0000-0000-00000000000", | ||
"principalId": "00000000-0000-0000-0000-00000000000", | ||
"userName": "userName", | ||
"dataTypeScope": [ | ||
"scope" | ||
], | ||
"principalType": "User", | ||
"role": "Reader" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"roleId": "00000000-0000-0000-0000-00000000000", | ||
"principalId": "00000000-0000-0000-0000-00000000000", | ||
"userName": "userName", | ||
"dataTypeScope": [ | ||
"scope" | ||
], | ||
"principalType": "User", | ||
"role": "Reader", | ||
"roleAssignmentId": "00000000-0000-0000-0000-00000000000" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.