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

Enable OperationGroup get associated resource name from one property #1049

Merged
Merged
Show file tree
Hide file tree
Changes from 15 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,6 @@ MigrationBackup/

# Rider IDE
.idea/

#vscode
.vscode

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions samples/Azure.Management.Storage/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ operation-group-to-resource-type:
Skus: Microsoft.Storage/skus
Usages: Microsoft.Storage/locations/usages
PrivateLinkResources: Microsoft.Storage/storageAccounts/privateLinkResources
operation-group-to-resource:
Operations: Operation
Skus: Sku
Usages: Usage
PrivateLinkResources: PrivateLinkResource
```

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions samples/Azure.ResourceManager.Sample/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ operation-group-to-resource-type:
VirtualMachineSizes: Microsoft.Compute/locations/vmSizes
VirtualMachineScaleSetRollingUpgrades: Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades
LogAnalytics: Microsoft.Compute/locations/logAnalytics
operation-group-to-resource:
Operations: Operation
VirtualMachineExtensionImages: VirtualMachineExtensionImage
VirtualMachineImages: VirtualMachineImage
Usage: Usage
VirtualMachineSizes: VirtualMachineSize
VirtualMachineScaleSetRollingUpgrades: VirtualMachineScaleSetRollingUpgrade
LogAnalytics: LogAnalyticsOperationResult
modelerfour:
lenient-model-deduplication: true
```
Loading