@azure-tools/typespec-azure-resource-manager 0.64.0-dev.6 → 0.64.0-dev.7

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 @@ namespace Azure.ResourceManager.CommonTypes;
131
131
  @@armCommonDefinition(Operation, "Operation", Azure.ResourceManager.CommonTypes.Versions.v6);
132
132
 
133
133
  /**
134
- * Localized display information for and operation.
134
+ * Localized display information for an operation.
135
135
  */
136
136
  @@armCommonDefinition(OperationDisplay,
137
137
  "OperationDisplay",
@@ -164,7 +164,7 @@ model Operation {
164
164
  }
165
165
 
166
166
  /**
167
- * Localized display information for and operation.
167
+ * Localized display information for an operation.
168
168
  */
169
169
  model OperationDisplay {
170
170
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.64.0-dev.6",
3
+ "version": "0.64.0-dev.7",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",