@azure-tools/typespec-azure-resource-manager 0.30.0-dev.8 → 0.30.0-dev.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -131,7 +131,7 @@ export function $armRenameListByOperation(context, entity, resourceType, parentT
131
131
  // Add a formatted doc string too
132
132
  context.call($doc, entity, `List ${resourceType.name} resources by ${parentType ? parentTypeName : parentFriendlyTypeName}`, undefined);
133
133
  // Set the operation name
134
- entity.name = parentTypeName === "Extension" ? "List" : `ListBy${parentTypeName}`;
134
+ entity.name = parentTypeName === "Extension" ? "list" : `listBy${parentTypeName}`;
135
135
  }
136
136
  function getArmParentName(program, resource) {
137
137
  switch (getResourceBaseType(program, resource)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.30.0-dev.8",
3
+ "version": "0.30.0-dev.9",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",