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

Demo: MPG + Label #30616

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all 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
6 changes: 0 additions & 6 deletions specification/azurefleet/AzureFleet.Management/fleet.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ union ProvisioningState {

@doc("Update in progress.")
Updating: "Updating",

@doc("Deletion in progress.")
Deleting: "Deleting",

@doc("Resource is being migrated from one subscription or resource group to another.")
Migrating: "Migrating",
}

@doc("Details of the Compute Fleet.")
Expand Down
13 changes: 13 additions & 0 deletions specification/azurefleet/AzureFleet.Management/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,16 @@ options:
head-as-boolean: true
inject-spans: true
remove-unreferenced-types: true
"@azure-tools/typespec-ts":
generateMetadata: true
generateSample: true
generateTest: true
azureSdkForJs: true
isModularLibrary: true
experimentalExtensibleEnums: true
enableOperationGroup: true
hierarchyClient: false
package-dir: "arm-computefleet"
packageDetails:
name: "@azure/arm-computefleet"
flavor: azure
Original file line number Diff line number Diff line change
Expand Up @@ -1621,9 +1621,7 @@
"Failed",
"Canceled",
"Creating",
"Updating",
"Deleting",
"Migrating"
"Updating"
],
"x-ms-enum": {
"name": "ProvisioningState",
Expand Down Expand Up @@ -1653,16 +1651,6 @@
"name": "Updating",
"value": "Updating",
"description": "Update in progress."
},
{
"name": "Deleting",
"value": "Deleting",
"description": "Deletion in progress."
},
{
"name": "Migrating",
"value": "Migrating",
"description": "Resource is being migrated from one subscription or resource group to another."
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1608,9 +1608,7 @@
"Failed",
"Canceled",
"Creating",
"Updating",
"Deleting",
"Migrating"
"Updating"
],
"x-ms-enum": {
"name": "ProvisioningState",
Expand Down Expand Up @@ -1640,16 +1638,6 @@
"name": "Updating",
"value": "Updating",
"description": "Update in progress."
},
{
"name": "Deleting",
"value": "Deleting",
"description": "Deletion in progress."
},
{
"name": "Migrating",
"value": "Migrating",
"description": "Resource is being migrated from one subscription or resource group to another."
}
]
},
Expand Down
9 changes: 0 additions & 9 deletions specification/azurefleet/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ This section describes what SDK should be generated by the automatic system.
This is not used by Autorest itself.

```yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net-track2
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-resource-manager-schemas
- repo: azure-cli-extensions
- repo: azure-powershell
```

## Az
Expand Down
Loading