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

remove AvailabilityZones from 2023-09-01 API #28111

Merged
merged 2 commits into from
Mar 6, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1",
"location": "eastus2",
"zones": [
"1",
"2"
],
"name": "cloud1",
"sku": {
"name": "AV36"
Expand Down

This file was deleted.

9 changes: 0 additions & 9 deletions specification/vmware/Microsoft.AVS/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ model PrivateCloud is TrackedResource<PrivateCloudProperties> {
...ArmTagsProperty;
...ResourceSkuRequired;
...ManagedSystemAssignedIdentity;
...AvailabilityZones;

@doc("Name of the private cloud")
@pattern("^[-\\w\\._]+$")
Expand Down Expand Up @@ -2072,14 +2071,6 @@ model PSCredentialExecutionParameter extends ScriptExecutionParameter {
type: "Credential";
}

// https://github.com/Azure/typespec-azure/issues/3856
#suppress "@azure-tools/typespec-azure-resource-manager/arm-resource-invalid-envelope-property"
@doc("Availability zones envelope.")
model AvailabilityZones {
@doc("The availability zones.")
zones?: string[];
}

@doc("The type of DNS zone.")
enum DnsZoneType {
@doc("Primary DNS zone.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1",
"location": "eastus2",
"zones": [
"1",
"2"
],
"name": "cloud1",
"sku": {
"name": "AV36"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,6 @@
},
"PrivateClouds_CreateOrUpdate_Stretched": {
"$ref": "./examples/PrivateClouds_CreateOrUpdate_Stretched.json"
},
"PrivateClouds_CreateOrUpdate_StretchedZones": {
"$ref": "./examples/PrivateClouds_CreateOrUpdate_StretchedZones.json"
}
},
"x-ms-long-running-operation-options": {
Expand Down Expand Up @@ -8728,13 +8725,6 @@
"identity": {
"$ref": "../../../../../common-types/resource-management/v4/managedidentity.json#/definitions/SystemAssignedServiceIdentity",
"description": "The managed service identities assigned to this resource."
},
"zones": {
"type": "array",
"description": "The availability zones.",
"items": {
"type": "string"
}
}
},
"required": [
Expand Down