Skip to content

Commit

Permalink
fix(assuredworkloads): update the API
Browse files Browse the repository at this point in the history
#### assuredworkloads:v1beta1

The following keys were changed:
- schemas.GoogleCloudAssuredworkloadsV1beta1Violation.description
- schemas.GoogleCloudAssuredworkloadsV1beta1Workload.properties.complianceRegime.enum
- schemas.GoogleCloudAssuredworkloadsV1beta1Workload.properties.complianceRegime.enumDescriptions

#### assuredworkloads:v1

The following keys were changed:
- schemas.GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata.properties.complianceRegime.enum
- schemas.GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata.properties.complianceRegime.enumDescriptions
- schemas.GoogleCloudAssuredworkloadsV1Violation.description
- schemas.GoogleCloudAssuredworkloadsV1Workload.properties.complianceRegime.enum
- schemas.GoogleCloudAssuredworkloadsV1Workload.properties.complianceRegime.enumDescriptions
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent cfde2c1 commit 98dea74
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
16 changes: 10 additions & 6 deletions discovery/assuredworkloads-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
}
}
},
"revision": "20221212",
"revision": "20230123",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -563,7 +563,8 @@
"ITAR",
"AU_REGIONS_AND_US_SUPPORT",
"ASSURED_WORKLOADS_FOR_PARTNERS",
"ISR_REGIONS"
"ISR_REGIONS",
"CA_PROTECTED_B"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -579,7 +580,8 @@
"International Traffic in Arms Regulations",
"Assured Workloads for Australia Regions and Support controls Available for public preview consumption. Don't create production workloads.",
"Assured Workloads for Partners",
"Assured Workloads for Israel Regions"
"Assured Workloads for Israel Regions",
"Assured Workloads for Canada Protected B regime"
],
"type": "string"
},
Expand Down Expand Up @@ -685,7 +687,7 @@
"type": "object"
},
"GoogleCloudAssuredworkloadsV1Violation": {
"description": "Workload monitoring Violation.",
"description": "Workload monitoring Violation. Next Id: 22",
"id": "GoogleCloudAssuredworkloadsV1Violation",
"properties": {
"acknowledged": {
Expand Down Expand Up @@ -907,7 +909,8 @@
"ITAR",
"AU_REGIONS_AND_US_SUPPORT",
"ASSURED_WORKLOADS_FOR_PARTNERS",
"ISR_REGIONS"
"ISR_REGIONS",
"CA_PROTECTED_B"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -923,7 +926,8 @@
"International Traffic in Arms Regulations",
"Assured Workloads for Australia Regions and Support controls Available for public preview consumption. Don't create production workloads.",
"Assured Workloads for Partners",
"Assured Workloads for Israel Regions"
"Assured Workloads for Israel Regions",
"Assured Workloads for Canada Protected B regime"
],
"type": "string"
},
Expand Down
10 changes: 6 additions & 4 deletions discovery/assuredworkloads-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
}
}
},
"revision": "20221212",
"revision": "20230123",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -699,7 +699,7 @@
"type": "object"
},
"GoogleCloudAssuredworkloadsV1beta1Violation": {
"description": "Workload monitoring Violation.",
"description": "Workload monitoring Violation. Next Id: 22",
"id": "GoogleCloudAssuredworkloadsV1beta1Violation",
"properties": {
"acknowledged": {
Expand Down Expand Up @@ -925,7 +925,8 @@
"ITAR",
"AU_REGIONS_AND_US_SUPPORT",
"ASSURED_WORKLOADS_FOR_PARTNERS",
"ISR_REGIONS"
"ISR_REGIONS",
"CA_PROTECTED_B"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -941,7 +942,8 @@
"International Traffic in Arms Regulations",
"Assured Workloads for Australia Regions and Support controls Available for public preview consumption. Don't create production workloads.",
"Assured Workloads for Partners;",
"Assured Workloads for Israel"
"Assured Workloads for Israel",
"Assured Workloads for Canada Protected B regime"
],
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/assuredworkloads/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export namespace assuredworkloads_v1 {
*/
export interface Schema$GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesResponse {}
/**
* Workload monitoring Violation.
* Workload monitoring Violation. Next Id: 22
*/
export interface Schema$GoogleCloudAssuredworkloadsV1Violation {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/assuredworkloads/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export namespace assuredworkloads_v1beta1 {
*/
export interface Schema$GoogleCloudAssuredworkloadsV1beta1RestrictAllowedResourcesResponse {}
/**
* Workload monitoring Violation.
* Workload monitoring Violation. Next Id: 22
*/
export interface Schema$GoogleCloudAssuredworkloadsV1beta1Violation {
/**
Expand Down

0 comments on commit 98dea74

Please sign in to comment.