Skip to content

Commit

Permalink
Adding Ga version - package-2024-10-01 to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuls-microsoft committed Sep 13, 2024
1 parent 676d12a commit abaa1a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion specification/azurefleet/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the global settings for the computefleet.

```yaml
openapi-type: arm
tag: package-preview-2024-05
tag: package-2024-10-01
suppressions:
- code: PatchBodyParametersSchema
from: azurefleet.json
Expand Down Expand Up @@ -66,6 +66,15 @@ input-file:
- Microsoft.AzureFleet/preview/2024-05-01-preview/azurefleet.json
```

### Tag: package-2024-10-01

These settings apply only when `--tag=package-2024-10-01` is specified on the command line.

```yaml $(tag) == 'package-2024-10-01'
input-file:
- Microsoft.AzureFleet/stable/package-2024-10-01/azurefleet.json
```

---

# Code Generation
Expand Down
2 changes: 1 addition & 1 deletion specification/azurefleet/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-computefleet
namespace: azure.mgmt.computefleet
package-version: 1.0.0b1
package-version: 1.0.1
clear-output-folder: true
```
Expand Down

0 comments on commit abaa1a0

Please sign in to comment.