Skip to content

Commit

Permalink
fix missing ids in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
giakas committed Jan 11, 2023
1 parent 9456029 commit b84e104
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Media/locations/westus2/mediaServicesOperationResults/62e4d893-d233-4005-988e-a428d9f77076?api-version=2021-11-01"
},
"body": {
"name": "contososports",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contososports",
"type": "Microsoft.Media/mediaservices",
"location": "South Central US",
"tags": {
"key1": "value1",
Expand Down Expand Up @@ -131,6 +134,9 @@
},
"200": {
"body": {
"name": "contososports",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contososports",
"type": "Microsoft.Media/mediaservices",
"location": "South Central US",
"tags": {
"key1": "value1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
}
},
"responses": {
"200": {
"201": {
"body": {
"name": "contososports",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contososports",
"type": "Microsoft.Media/mediaservices",
"location": "South Central US",
"tags": {
"key1": "value1",
Expand All @@ -42,6 +45,29 @@
"publicNetworkAccess": "Enabled"
}
}
},
"200": {
"body": {
"name": "contososports",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contososports",
"type": "Microsoft.Media/mediaservices",
"location": "South Central US",
"tags": {
"key1": "value1",
"key2": "value2"
},
"properties": {
"provisioningState": "Succeeded",
"storageAccounts": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Storage/storageAccounts/contososportsstore",
"type": "Primary"
}
],
"storageAuthentication": "System",
"publicNetworkAccess": "Enabled"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These settings apply only when `--tag=package-encoding-2022-07` is specified on

``` yaml $(tag) == 'package-encoding-2022-07'
test-resources:
- Microsoft.Media/Encoding/stable/2022-07-01/scenarios/basic.yaml
- Microsoft.Media/Accounts/stable/2021-11-01/scenarios/basic.yaml
- Microsoft.Media/Metadata/stable/2022-08-01/scenarios/basic.yaml
- Microsoft.Media/Encoding/stable/2022-07-01/scenarios/basic.yaml
- Microsoft.Media/Streaming/stable/2022-08-01/scenarios/basic.yaml
Expand Down

0 comments on commit b84e104

Please sign in to comment.